Mailinglist Archive: opensuse-commit (1295 mails)

< Previous Next >
commit mozilla-xulrunner181
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 29 Jul 2007 10:55:28 +0200
  • Message-id: <20070729085528.8816767817A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package mozilla-xulrunner181
checked in at Sun Jul 29 10:55:28 CEST 2007.

--------
--- mozilla-xulrunner181/mozilla-xulrunner181.changes   2007-05-23 16:31:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/mozilla-xulrunner181/mozilla-xulrunner181.changes      2007-07-26 22:40:33.151334000 +0200
@@ -1,0 +2,8 @@
+Thu Jul 26 20:44:33 CEST 2007 - maw@xxxxxxx
+
+- Update to version 1.8.1.4
+- Rename l10n.tar.bz2 to l10n-%{version}.tar.bz2
+- Remove upstreamed visibility.patch
+- Adapt system-proxies.patch to not use internal interfaces.
+
+-------------------------------------------------------------------

Old:
----
  l10n.tar.bz2
  visibility.patch
  xulrunner-source-1.8.0.99.tar.bz2

New:
----
  l10n-1.8.1.4.tar.bz2
  xulrunner-source-1.8.1.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozilla-xulrunner181.spec ++++++
--- /var/tmp/diff_new_pack.E14238/_old  2007-07-29 10:55:13.000000000 +0200
+++ /var/tmp/diff_new_pack.E14238/_new  2007-07-29 10:55:13.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mozilla-xulrunner181 (Version 1.8.0.99)
+# spec file for package mozilla-xulrunner181 (Version 1.8.1.4)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -15,9 +15,9 @@
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
-License:        GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
-Version:        1.8.0.99
-Release:        68
+License:        GPL v2 or later, LGPL v2 or later
+Version:        1.8.1.4
+Release:        1
 Summary:        Mozilla Runtime Environment 1.8.1.x
 URL:            http://www.mozilla.org/
 Group:          Productivity/Other
@@ -30,10 +30,10 @@
 Provides:       mozilla-xulrunner180
 %endif
 Source:         xulrunner-source-%{version}.tar.bz2
-Source1:        l10n.tar.bz2
+Source1:        l10n-%{version}.tar.bz2
 Patch1:         abuild.patch
 Patch2:         nss-opt.patch
-Patch3:         visibility.patch
+### Patch3:         visibility.patch
 Patch4:         idldir.patch
 Patch8:         nsIPermission.patch
 Patch9:         rpath.patch
@@ -58,10 +58,10 @@
 # NSS version on 10.1 is too old
 %define has_system_nss   1
 %endif
-%define releasedate 2006090700
-%define intversion 1.8.1b2
+%define releasedate 2007060200
+%define intversion 1.8.1.4
 %define apiversion 1.8.1
-%define uaweight 18100
+%define uaweight 18120
 ### configuration end ###
 %define my_provides /tmp/my-provides
 %define my_requires /tmp/my-requires
@@ -138,7 +138,7 @@
 %setup -n mozilla -b 1 -q
 %patch1
 %patch2
-%patch3
+### %patch3
 %patch4
 %patch8
 %patch9
@@ -243,12 +243,16 @@
   cp dist/xpi-stage/locale-$locale/chrome/$locale.manifest \
      $RPM_BUILD_ROOT/%{_libdir}/xulrunner-%{intversion}/chrome
   echo %{_libdir}/xulrunner-%{intversion}/chrome/$locale.jar \
-    >> %{_tmppath}/translations.list
+    > %{_tmppath}/translations.list
   echo %{_libdir}/xulrunner-%{intversion}/chrome/$locale.manifest \
     >> %{_tmppath}/translations.list
 done
 # API symlink
 ln -sf xulrunner-%{intversion} $RPM_BUILD_ROOT%{_libdir}/xulrunner-%{apiversion}
+# compat link
+%if %suse_version == 1020
+touch $RPM_BUILD_ROOT%{_libdir}/xulrunner-1.8.1b2
+%endif
 # modify provides and requires lists
 %if %has_system_nspr && !%has_system_nss
 cat << EOF > %{my_provides}
@@ -266,6 +270,8 @@
 
 %fdupes -s $RPM_BUILD_ROOT
 %endif
+# remove some spurious executable bits
+chmod -x $RPM_BUILD_ROOT/%{_includedir}/xulrunner-%{intversion}/*.h
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -292,6 +298,15 @@
   xulrunner %{_libdir}/xulrunner-%{intversion}/xulrunner %{uaweight} || :
 fi
 %{_libdir}/xulrunner-%{intversion}/xulrunner --register-global || :
+%if %suse_version == 1020
+
+%posttrans
+if [ "$1" = "1" ]; then
+test -d %{_libdir}/xulrunner-1.8.1b2 && rm -rf %{_libdir}/xulrunner-1.8.1b2
+ln -sf xulrunner-%{intversion} %{_libdir}/xulrunner-1.8.1b2
+fi
+exit 0
+%endif
 
 %preun
 if [ "$1" = "0" ]; then # deinstallation
@@ -312,6 +327,8 @@
 %{_libdir}/xulrunner-%{intversion}/chrome/toolkit.*
 %{_libdir}/xulrunner-%{intversion}/chrome/chromelist.txt
 %{_libdir}/xulrunner-%{intversion}/chrome/icons/
+%{_libdir}/xulrunner-%{intversion}/chrome/*.jar
+%{_libdir}/xulrunner-%{intversion}/chrome/*.manifest
 %{_libdir}/xulrunner-%{intversion}/components/
 %{_libdir}/xulrunner-%{intversion}/defaults/
 %{_libdir}/xulrunner-%{intversion}/greprefs/
@@ -334,7 +351,6 @@
 %{_libdir}/xulrunner-%{intversion}/xulrunner-bin
 %{_libdir}/xulrunner-%{intversion}/xulrunner-stub
 %{_libdir}/xulrunner-%{intversion}/javaxpcom.jar
-%{_libdir}/xulrunner-%{intversion}/GenerateJavaInterfaces
 %ghost %{_libdir}/xulrunner-%{intversion}/global.reginfo
 # GRE
 %dir %{_sysconfdir}/gre.d/
@@ -342,16 +358,19 @@
 %{_libdir}/xulrunner-%{intversion}/simple/
 # API symlink
 %{_libdir}/xulrunner-%{apiversion}
+# compat symlink
+%if %suse_version == 1020
+%ghost %{_libdir}/xulrunner-1.8.1b2
+%endif
 
 %files devel
 %defattr(-,root,root)
 %{_libdir}/xulrunner-%{intversion}/*.a
+### %{_libdir}/xulrunner-%{intversion}/MozillaInterfaces*
 %{_libdir}/xulrunner-%{intversion}/regxpcom
 %{_libdir}/xulrunner-%{intversion}/xpidl
 %{_libdir}/xulrunner-%{intversion}/xpt_dump
 %{_libdir}/xulrunner-%{intversion}/xpt_link
-%{_libdir}/xulrunner-%{intversion}/javaxpcom-src.jar
-%{_libdir}/xulrunner-%{intversion}/sdk/
 %{_bindir}/xulrunner-config
 %attr(644,root,root) %{_libdir}/pkgconfig/*
 %{_includedir}/xulrunner-%{intversion}/
@@ -360,6 +379,11 @@
 %defattr(-,root,root)
 
 %changelog
+* Thu Jul 26 2007 - maw@xxxxxxx
+- Update to version 1.8.1.4
+- Rename l10n.tar.bz2 to l10n-%%{version}.tar.bz2
+- Remove upstreamed visibility.patch
+- Adapt system-proxies.patch to not use internal interfaces.
 * Wed May 23 2007 - stbinner@xxxxxxx
 - use %%fdupes
 * Thu Jan 18 2007 - maw@xxxxxxx

++++++ system-proxies.patch ++++++
++++ 788 lines (skipped)
++++ between mozilla-xulrunner181/system-proxies.patch
++++ and /mounts/work_src_done/STABLE/mozilla-xulrunner181/system-proxies.patch

++++++ xulrunner-source-1.8.0.99.tar.bz2 -> xulrunner-source-1.8.1.4.tar.bz2 ++++++
mozilla-xulrunner181/xulrunner-source-1.8.0.99.tar.bz2 /mounts/work_src_done/STABLE/mozilla-xulrunner181/xulrunner-source-1.8.1.4.tar.bz2 differ: byte 11, line 1


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages