Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2013-06-29 19:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-16 
11:08:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes     
2013-06-29 19:42:42.000000000 +0200
@@ -1,0 +2,37 @@
+Fri Jun 21 12:22:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + ABI break: GWeatherLocationEntry now is a subclass of
+    GtkSearchEntry.
+  + Location database fixes.
+  + Updated translations.
+- Rename libgweather-3-3 subpackage to libgweather-3-5, following
+  upstreams soname change (also in baselibs.conf).
+
+-------------------------------------------------------------------
+Wed May 29 12:25:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + There is now a single hierarchy of GWeatherLocation structures,
+    and gweather_location_new_world() returns a singleton object.
+  + Therefore, constructors which accepted a @world parameter have
+    been deprecated.
+  + GWeatherInfo now emits ::updated in response to GSettings
+    changes.
+  + A Glade catalog was added, covering the Gtk widgets.
+  + Updated translations.
+- Changes from version 3.9.1:
+  + Miscellaneuous fixes to the METAR, Yahoo and yr.no backends.
+  + GWeatherLocationEntry will autocomplete when pressing enter
+    (if activates-default is true).
+  + GWeatherInfo now enables automatic disk caching of network
+    request and gzip encoding (where available).
+  + New API added to flush the cache to disk, only for language
+    bindings with a GC (ie JS). C, Vala or Python apps get this
+    for free.
+  + Default measure units are now derived from LC_MEASUREMENTS,
+    not LC_MESSAGES, thus respecting the configuration in the
+    Region & Language control center panel.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libgweather-3.8.2.tar.xz

New:
----
  libgweather-3.9.3.tar.xz

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

Other differences:
------------------
++++++ libgweather.spec ++++++
--- /var/tmp/diff_new_pack.8obxsX/_old  2013-06-29 19:42:43.000000000 +0200
+++ /var/tmp/diff_new_pack.8obxsX/_new  2013-06-29 19:42:43.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           libgweather
-Version:        3.8.2
+Version:        3.9.3
 Release:        0
 Summary:        Library to get online weather information
 License:        GPL-2.0+
 Group:          Development/Libraries/GNOME
 Url:            http://developer.gnome.org/libgweather/
-Source:         
http://download.gnome.org/sources/libgweather/3.8/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/libgweather/3.9/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FEATURE-OPENSUSE libgweather-bnc428346-bundle.patch bnc428346 
vu...@novell.com -- Support a bundle directory so that bundle-lang-gnome-* 
doesn't conflict with libgweather-lang.
 Patch1:         libgweather-bnc428346-bundle.patch
@@ -46,7 +46,7 @@
 Group:          Development/Libraries/GNOME
 # For directory ownership
 Requires:       gnome-icon-theme
-Requires:       libgweather-3-3 = %{version}
+Requires:       libgweather-3-5 = %{version}
 Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
@@ -60,7 +60,7 @@
 %package devel
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
-Requires:       libgweather-3-3 = %{version}
+Requires:       libgweather-3-5 = %{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 +75,12 @@
 %description devel
 This is a library to download weather information from online sources.
 
-%package -n libgweather-3-3
+%package -n libgweather-3-5
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
 Requires:       %{name}-data >= %{version}
 
-%description -n libgweather-3-3
+%description -n libgweather-3-5
 This is a library to download weather information from online sources.
 
 %package -n typelib-1_0-GWeather-3_0
@@ -129,9 +129,9 @@
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -n libgweather-3-3 -p /sbin/ldconfig
+%post -n libgweather-3-5 -p /sbin/ldconfig
 
-%postun -n libgweather-3-3 -p /sbin/ldconfig
+%postun -n libgweather-3-5 -p /sbin/ldconfig
 
 %post data
 %glib2_gsettings_schema_post
@@ -151,7 +151,7 @@
 # Exclude files that we moved to the -lang package
 %exclude %{_datadir}/libgweather/Locations.*.xml*
 
-%files -n libgweather-3-3
+%files -n libgweather-3-5
 %defattr(-, root, root)
 %{_libdir}/*.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.8obxsX/_old  2013-06-29 19:42:43.000000000 +0200
+++ /var/tmp/diff_new_pack.8obxsX/_new  2013-06-29 19:42:43.000000000 +0200
@@ -1 +1 @@
-libgweather-3-3
+libgweather-3-5

++++++ libgweather-3.8.2.tar.xz -> libgweather-3.9.3.tar.xz ++++++
++++ 254242 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to