Hello community,

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

Package is "libgweather", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2012-11-24 
21:40:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes     
2013-04-03 12:58:20.000000000 +0200
@@ -1,0 +2,73 @@
+Tue Mar 26 07:37:57 UTC 2013 - [email protected]
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 18 19:40:45 UTC 2013 - [email protected]
+
+- Update to version 3.7.92:
+  + Various fixes to parsing of weather data from network services.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  5 10:11:23 UTC 2013 - [email protected]
+
+- Update to version 3.7.91:
+  + GWeather date and time format now use proper Unicode characters
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 18 22:16:56 UTC 2013 - [email protected]
+
+- Update to version 3.7.90:
+  + Added a gweather.h global include, which is also referenced
+    from the GIR file.
+  + Fixed introspection annotations.
+  + Fixed sunrise and sunset getters requiring forecast data.
+  + Added translation context to ambiguous strings.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb  4 22:55:53 UTC 2013 - [email protected]
+
+- Update to version 3.7.5:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jan 15 09:52:26 UTC 2013 - [email protected]
+
+- Update to version 3.7.4:
+  + We no longer use libsoup-gnome, and instead depend on a newer
+    libsoup (>= 2.34) which uses libproxy to access proxy
+    configuration.
+  + Location update scripts have been ported to Python 3.
+
+-------------------------------------------------------------------
+Tue Jan  8 18:32:09 UTC 2013 - [email protected]
+
+- Update to version 3.7.3:
+  + Two new backends for GWeatherInfo: Yahoo! Weather
+    and Yr.no. Work has started to include Yahoo location data
+    (WOEID) in the offline database.
+  + GWeatherInfo backends can now be enabled and disabled
+    individually from the application side.
+  + GWeatherXML was removed from the public API. No users of it are
+    known, however the soname was bumped.
+  + GWeatherLocation is now serializable to GVariant for storage in
+    GSettings.
+  + GWeatherInfo no longer requires network access for astronomical
+    data.
+  + Unmaintained Windows support was removed.
+  + Updated translations.
+- Rename libgweather-3-1 subpackage to libgweather-3-3, according
+  shared library packaging policy (also in baselibs.conf).
+
+-------------------------------------------------------------------
+Sun Nov 25 18:02:33 UTC 2012 - [email protected]
+
+- Update to version 3.7.2:
+  + Fixed deprecation warnings for modern GLib.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libgweather-3.6.2.tar.xz

New:
----
  libgweather-3.8.0.tar.xz

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

Other differences:
------------------
++++++ libgweather.spec ++++++
--- /var/tmp/diff_new_pack.lq5xFy/_old  2013-04-03 12:58:22.000000000 +0200
+++ /var/tmp/diff_new_pack.lq5xFy/_new  2013-04-03 12:58:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgweather
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           libgweather
-Version:        3.6.2
+Version:        3.8.0
 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.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/libgweather/3.8/%{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
@@ -32,7 +32,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
-BuildRequires:  libsoup-devel
+BuildRequires:  libsoup-devel >= 2.34.0
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
 BuildRequires:  translation-update-upstream
@@ -46,7 +46,7 @@
 Group:          Development/Libraries/GNOME
 # For directory ownership
 Requires:       gnome-icon-theme
-Requires:       libgweather-3-1 = %{version}
+Requires:       libgweather-3-3 = %{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-1 = %{version}
+Requires:       libgweather-3-3 = %{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-1
+%package -n libgweather-3-3
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
 Requires:       %{name}-data >= %{version}
 
-%description -n libgweather-3-1
+%description -n libgweather-3-3
 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-1 -p /sbin/ldconfig
+%post -n libgweather-3-3 -p /sbin/ldconfig
 
-%postun -n libgweather-3-1 -p /sbin/ldconfig
+%postun -n libgweather-3-3 -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-1
+%files -n libgweather-3-3
 %defattr(-, root, root)
 %{_libdir}/*.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.lq5xFy/_old  2013-04-03 12:58:22.000000000 +0200
+++ /var/tmp/diff_new_pack.lq5xFy/_new  2013-04-03 12:58:22.000000000 +0200
@@ -1 +1 @@
-libgweather-3-1
+libgweather-3-3

++++++ libgweather-3.6.2.tar.xz -> libgweather-3.8.0.tar.xz ++++++
++++ 501552 lines of diff (skipped)

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

Reply via email to