Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2013-08-16 12:21:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgweather (Old)
 and      /work/SRC/openSUSE:Factory/.libgweather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgweather"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2013-06-29 
19:42:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes     
2013-08-16 12:21:22.000000000 +0200
@@ -1,0 +2,27 @@
+Tue Jul 30 16:30:02 UTC 2013 - [email protected]
+
+- Update to version 3.9.5:
+  + Translations for the locations database are now stored in
+    separate mo files and looked up at runtime, cutting build times
+    and installed size.
+  + A number of minor API breaks, such as the removal of
+    forecast-type GObject property and accessors; most apps still
+    build fine.
+  + New backend: OpenWeatherMap.
+  + Updated translations.
+- Changes from version 3.9.4:
+  + Fixed handling of detached locations.
+  + Updated translations.
+- No longer pass --enable-locations-compression to configure: the
+  parameter no longer exists, as the translations for the locations
+  database are now stored in .mo files instead of xml files.
+- Drop libgweather-bnc428346-bundle.patch: as there are no xml
+  files installed, there is also no need to look for them in the
+  bundle lang directories.
+- Remove spec hacks that were needed for the Locations.xml
+  handling.
+- Drop translation-update-upstream BuildRequires: no longer needed.
+- Rename libgweather-3-5 subpackage to libgweather-3-6, following
+  upstreams soname change (also in baselibs.conf).
+
+-------------------------------------------------------------------

Old:
----
  libgweather-3.9.3.tar.xz
  libgweather-bnc428346-bundle.patch

New:
----
  libgweather-3.9.5.tar.xz

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

Other differences:
------------------
++++++ libgweather.spec ++++++
--- /var/tmp/diff_new_pack.1p4Rqs/_old  2013-08-16 12:21:24.000000000 +0200
+++ /var/tmp/diff_new_pack.1p4Rqs/_new  2013-08-16 12:21:24.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libgweather
-Version:        3.9.3
+Version:        3.9.5
 Release:        0
 Summary:        Library to get online weather information
 License:        GPL-2.0+
@@ -25,8 +25,6 @@
 Url:            http://developer.gnome.org/libgweather/
 Source:         
http://download.gnome.org/sources/libgweather/3.9/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
-# PATCH-FEATURE-OPENSUSE libgweather-bnc428346-bundle.patch bnc428346 
[email protected] -- Support a bundle directory so that bundle-lang-gnome-* 
doesn't conflict with libgweather-lang.
-Patch1:         libgweather-bnc428346-bundle.patch
 # For directory ownership
 BuildRequires:  gnome-icon-theme
 BuildRequires:  gobject-introspection-devel
@@ -35,7 +33,6 @@
 BuildRequires:  libsoup-devel >= 2.34.0
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
-BuildRequires:  translation-update-upstream
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +43,7 @@
 Group:          Development/Libraries/GNOME
 # For directory ownership
 Requires:       gnome-icon-theme
-Requires:       libgweather-3-5 = %{version}
+Requires:       libgweather-3-6 = %{version}
 Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
@@ -60,7 +57,7 @@
 %package devel
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
-Requires:       libgweather-3-5 = %{version}
+Requires:       libgweather-3-6 = %{version}
 Requires:       typelib-1_0-GWeather-3_0 = %{version}
 # prior to version 2.21.x, gnome-applets-devel only included files
 # now included in libgweather-devel, so we provide/obsolete
@@ -75,12 +72,12 @@
 %description devel
 This is a library to download weather information from online sources.
 
-%package -n libgweather-3-5
+%package -n libgweather-3-6
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
 Requires:       %{name}-data >= %{version}
 
-%description -n libgweather-3-5
+%description -n libgweather-3-6
 This is a library to download weather information from online sources.
 
 %package -n typelib-1_0-GWeather-3_0
@@ -96,18 +93,9 @@
 %lang_package
 %prep
 %setup -q
-translation-update-upstream
-# Note: These translations have no real domain. Use libgweather-locations as a 
unique id:
-cd po-locations
-./regen.sh
-mv locations.pot libgweather-locations.pot
-cd ..
-translation-update-upstream po-locations libgweather-locations true
-%patch1 -p1
 
 %build
 %configure \
-        --enable-locations-compression \
         --disable-static \
         --enable-introspection
 %{__make} %{?_smp_mflags}
@@ -115,23 +103,15 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 %find_lang libgweather-3.0 %{?no_lang_C}
-# Move localized Locations.xml files to the -lang package
-for locationsxml in %{buildroot}%{_datadir}/libgweather/Locations.*.xml*; do
-       lang=`echo $locationsxml | %{__sed} 
"s/.*Locations\.\([^\.]*\)\.xml.*/\1/"`
-       ext=`echo $locationsxml | %{__sed} "s/.*Locations\..*\.xml\(.*\)/\1/"`
-       echo "%lang($lang) %{_datadir}/libgweather/Locations.$lang.xml$ext" >> 
%{name}.lang
-done
+%find_lang libgweather-locations libgweather-3.0.lang %{?no_ang_C}
 
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -n libgweather-3-5 -p /sbin/ldconfig
+%post -n libgweather-3-6 -p /sbin/ldconfig
 
-%postun -n libgweather-3-5 -p /sbin/ldconfig
+%postun -n libgweather-3-6 -p /sbin/ldconfig
 
 %post data
 %glib2_gsettings_schema_post
@@ -148,10 +128,8 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
 %{_datadir}/icons/gnome/*/status/weather-*.*
 %{_datadir}/libgweather/
-# Exclude files that we moved to the -lang package
-%exclude %{_datadir}/libgweather/Locations.*.xml*
 
-%files -n libgweather-3-5
+%files -n libgweather-3-6
 %defattr(-, root, root)
 %{_libdir}/*.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.1p4Rqs/_old  2013-08-16 12:21:24.000000000 +0200
+++ /var/tmp/diff_new_pack.1p4Rqs/_new  2013-08-16 12:21:24.000000000 +0200
@@ -1 +1 @@
-libgweather-3-5
+libgweather-3-6

++++++ libgweather-3.9.3.tar.xz -> libgweather-3.9.5.tar.xz ++++++
++++ 45727 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to