Hello community,
here is the log from the commit of package libgweather for openSUSE:Factory
checked in at Fri Feb 6 18:23:52 CET 2009.
--------
--- GNOME/libgweather/libgweather.changes 2009-01-21 23:05:14.000000000 +0100
+++ libgweather/libgweather.changes 2009-02-06 17:48:21.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Feb 6 11:48:40 EST 2009 - hfiguiere(a)suse.de
+
+- Review and approve.
+
+-------------------------------------------------------------------
+Wed Jan 28 19:25:09 WET 2009 - lmedinas(a)gmail.com
+
+- Update to version 2.25.5:
+ + Translation updates
+
+-------------------------------------------------------------------
@@ -6,0 +18,42 @@
+Tue Jan 6 12:10:37 IST 2009 - msuman(a)suse.de
+
+- Update to version 2.25.4:
+ + Misc. bug fixes
+ + Updated translations
+
+-------------------------------------------------------------------
+Sat Dec 20 11:25:05 EST 2008 - mboman(a)suse.de
+
+- Update to version 2.25.3:
+ + Make libgweather work on Win32
+ + Improve regeneration framework for po file for Locations.xml
+ + Add new API to directly get WeatherInfo values instead of strings
+ + Use the degree sign followed by "C" or "F" rather than using the
+ combined "degrees C" and "degrees F" glyphs
+ + Handle wind reports in m/s
+ + Use new libsoup 2.25.1 API for proxy instead of some custom code
+ + Use single includes for gtk/glib
+ + Do not use deprecated libsoup API
+ + Do not care about sub-city locations and only use the first child
+ + Handle compressed Locations.xml files
+ + Code cleanups
+ + Do not localize sub-city locations since they won't be used in the UI
+ + Add "Bahamas" to the list of countries whose name we put "the" before
+ in comments
+ + Add msgctxt attributes to the XML for duplicate names
+ + When given a location name like "Covington / Cincinnati", only create
+ an entry for one of the two cities
+ + Fix spelling of local vs international names
+ + Do not assume a weather station is in the same country as a city.
+ This fixes Luxembourg not appearing in the list of countries
+ + Make sure that the shipped COPYING file is GPLv2
+ + Add various flags like -DG_DISABLE_SINGLE_INCLUDES and
+ _DISABLE_DEPRECATED flags
+ + Remove locations_file from the pkg-config pc file
+ + Require intltool 0.40.3
+ + Add --enable-locations-compression configure flag to compress
+ Locations.xml files with gzip
+ + Add some (incomplete) API documentation with gtk-doc
+- Remove libgweather-bnc428346-compress.patch. Fixed upstream
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libgweather-2.24.1.tar.bz2
libgweather-bnc428346-compress.patch
New:
----
libgweather-2.25.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgweather.spec ++++++
--- /var/tmp/diff_new_pack.r29964/_old 2009-02-06 18:22:16.000000000 +0100
+++ /var/tmp/diff_new_pack.r29964/_new 2009-02-06 18:22:16.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libgweather (Version 2.24.1)
+# spec file for package libgweather (Version 2.25.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,16 +21,15 @@
Name: libgweather
BuildRequires: gconf2-devel
BuildRequires: gtk2-devel
+BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: libsoup-devel
License: GPL v2 or later
Group: Development/Libraries/GNOME
-Version: 2.24.1
-Release: 3
+Version: 2.25.5
+Release: 1
Summary: Library to get online weather information
Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM libgweather-bnc428346-compress.patch bnc428346 bgo552868 vuntz(a)novell.com -- Compress Locations.xml files
-Patch0: libgweather-bnc428346-compress.patch
# PATCH-FEATURE-OPENSUSE libgweather-bnc428346-bundle.patch bnc428346 vuntz(a)novell.com -- Support a bundle directory so that bundle-lang-gnome-* doesn't conflict with libgweather-lang.
Patch1: libgweather-bnc428346-bundle.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -78,35 +77,32 @@
%lang_package
%prep
%setup -q
-%patch0 -p0
%patch1 -p1
%build
-autoreconf -f -i
-export CFLAGS="$RPM_OPT_FLAGS"
-%configure --with-pic \
- --disable-static \
+%configure \
+ --enable-locations-compression \
--disable-schemas-install \
- --enable-locations-compression
-make %{?jobs:-j%jobs}
+ --disable-static
+%{__make} %{?jobs:-j%jobs}
%install
%makeinstall
%find_lang libgweather
# Move localized Locations.xml files to the -lang package
for locationsxml in $RPM_BUILD_ROOT/%{_datadir}/libgweather/Locations.*.xml*; do
- lang=`echo $locationsxml | sed "s/.*Locations\.\([^\.]*\)\.xml.*/\1/"`
- ext=`echo $locationsxml | sed "s/.*Locations\..*\.xml\(.*\)/\1/"`
+ 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
%def_gconf_schemas %{name}
%add_gconf_schemas gweather
%end_gconf_schemas
-cat %{name}.schemas_list > %{name}.lst
+%{__cat} %{name}.schemas_list > %{name}.lst
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre
@@ -121,6 +117,7 @@
%defattr(-,root,root)
%doc AUTHORS README NEWS ChangeLog
%{_datadir}/libgweather
+%{_datadir}/gtk-doc/html/libgweather
# Exclude files that we moved to the -lang package
%exclude %{_datadir}/libgweather/Locations.*.xml*
@@ -137,8 +134,49 @@
%files lang -f %{name}.lang
%changelog
+* Fri Feb 06 2009 hfiguiere(a)suse.de
+- Review and approve.
+* Wed Jan 28 2009 lmedinas(a)gmail.com
+- Update to version 2.25.5:
+ + Translation updates
* Wed Jan 21 2009 crrodriguez(a)suse.de
- remove "la" files
+* Mon Jan 05 2009 msuman(a)suse.de
+- Update to version 2.25.4:
+ + Misc. bug fixes
+ + Updated translations
+* Sat Dec 20 2008 mboman(a)suse.de
+- Update to version 2.25.3:
+ + Make libgweather work on Win32
+ + Improve regeneration framework for po file for Locations.xml
+ + Add new API to directly get WeatherInfo values instead of strings
+ + Use the degree sign followed by "C" or "F" rather than using the
+ combined "degrees C" and "degrees F" glyphs
+ + Handle wind reports in m/s
+ + Use new libsoup 2.25.1 API for proxy instead of some custom code
+ + Use single includes for gtk/glib
+ + Do not use deprecated libsoup API
+ + Do not care about sub-city locations and only use the first child
+ + Handle compressed Locations.xml files
+ + Code cleanups
+ + Do not localize sub-city locations since they won't be used in the UI
+ + Add "Bahamas" to the list of countries whose name we put "the" before
+ in comments
+ + Add msgctxt attributes to the XML for duplicate names
+ + When given a location name like "Covington / Cincinnati", only create
+ an entry for one of the two cities
+ + Fix spelling of local vs international names
+ + Do not assume a weather station is in the same country as a city.
+ This fixes Luxembourg not appearing in the list of countries
+ + Make sure that the shipped COPYING file is GPLv2
+ + Add various flags like -DG_DISABLE_SINGLE_INCLUDES and
+ _DISABLE_DEPRECATED flags
+ + Remove locations_file from the pkg-config pc file
+ + Require intltool 0.40.3
+ + Add --enable-locations-compression configure flag to compress
+ Locations.xml files with gzip
+ + Add some (incomplete) API documentation with gtk-doc
+- Remove libgweather-bnc428346-compress.patch. Fixed upstream
* Sun Nov 30 2008 vuntz(a)novell.com
- Add libgweather-bnc428346-bundle.patch to support shipping
Locations.xml files in bundle-lang-gnome-$locale without
@@ -171,7 +209,7 @@
* Tue Sep 23 2008 maw(a)suse.de
- Update to version 2.24.0:
+ Updated translations.
-* Fri Sep 12 2008 maw(a)suse.de
+* Thu Sep 11 2008 maw(a)suse.de
- Update to version 2.23.92:
+ Add python bindings (not enabled in this build)
+ Updated translations.
@@ -221,7 +259,7 @@
> We should have better & more consistent data now
* Add information about timezones
+ Updated translations.
-* Thu Jun 19 2008 maw(a)suse.de
+* Wed Jun 18 2008 maw(a)suse.de
- Update to version 2.23.4:
+ Use the new URL for the Weather Phenomena Matrix
+ Updated translations.
@@ -261,7 +299,7 @@
* Thu Apr 10 2008 ro(a)suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-* Thu Apr 10 2008 maw(a)suse.de
+* Wed Apr 09 2008 maw(a)suse.de
- Update to version 2.22.1.1:
+ The API/ABI has been broken in this release, leading to a
soname update and libgweather0 being renamed to libgweather1
@@ -277,7 +315,7 @@
+ Misc:
* Distribute Locations.xml.in and relevant translations
+ Updated translations.
-* Fri Mar 14 2008 maw(a)suse.de
+* Thu Mar 13 2008 maw(a)suse.de
- Update to version 2.22.0:
+ Updated translations.
* Tue Mar 04 2008 maw(a)suse.de
++++++ libgweather-2.24.1.tar.bz2 -> libgweather-2.25.5.tar.bz2 ++++++
GNOME/libgweather/libgweather-2.24.1.tar.bz2 libgweather/libgweather-2.25.5.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org