Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory
checked in at Wed May 4 09:16:28 CEST 2011.



--------
--- GNOME/libgweather/libgweather.changes       2011-02-13 17:23:51.000000000 
+0100
+++ /mounts/work_src_done/STABLE/libgweather/libgweather.changes        
2011-04-05 18:16:02.000000000 +0200
@@ -1,0 +2,30 @@
+Tue Apr  5 16:01:29 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Build fixes
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 14 14:25:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.6:
+  - Fix linking with gcc-4.5
+  - Updated translations.
+- Changes from version 2.91.0:
+  - Port to GTK+ 3
+  - Add introspection support
+  - Remove python bindings
+  - Update for tzdata 2010k
+- Change gtk2-devel BuildRequires to gtk3-devel.
+- Add gobject-introspection-devel BuildRequires.
+- Remove python-devel, python-gobject2-devel, python-gtk-devel
+  BuildRequires that were only needed for python bindings.
+- Rename libgweather1 to libgweather-3-0.
+- Remove explicit Requires of dbus-1-glib-devel, gconf2-devel,
+  glib2-devel, gtk2-devel, libsoup-devel in devel package: they
+  will automatically be added the pkgconfig() way.
+- Drop python-gweather subpackage.
+- Change --enable-python to --enable-introspection in configure
+  call.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libgweather-2.30.3.tar.bz2

New:
----
  libgweather-3.0.0.tar.bz2

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

Other differences:
------------------
++++++ libgweather.spec ++++++
--- /var/tmp/diff_new_pack.x1UtqQ/_old  2011-05-04 09:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.x1UtqQ/_new  2011-05-04 09:14:55.000000000 +0200
@@ -18,8 +18,8 @@
 
 
 Name:           libgweather
-Version:        2.30.3
-Release:        2
+Version:        3.0.0
+Release:        1
 License:        GPLv2+
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
@@ -30,22 +30,18 @@
 BuildRequires:  gconf2-devel
 # For directory ownership
 BuildRequires:  gnome-icon-theme
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libsoup-devel
-BuildRequires:  python-devel
-BuildRequires:  python-gobject2-devel
-BuildRequires:  python-gtk-devel
-BuildRequires:  libxslt translation-update-upstream
+BuildRequires:  libxslt
+BuildRequires:  translation-update-upstream
 # For directory ownership
 Requires:       gnome-icon-theme
-Requires:       libgweather1 = %{version}
+Requires:       libgweather-3-0 = %{version}
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
-%if %suse_version <= 1110
-%define python_sitearch %{py_sitedir}
-%endif
 
 %description
 This is a library to download weather information from online sources.
@@ -54,12 +50,7 @@
 License:        GPLv2+
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
-Requires:       dbus-1-glib-devel
-Requires:       gconf2-devel
-Requires:       glib2-devel
-Requires:       gtk2-devel
-Requires:       libgweather1 = %{version}
-Requires:       libsoup-devel
+Requires:       libgweather-3-0 = %{version}
 # prior to version 2.21.x, gnome-applets-devel only included files
 # now included in libgweather-devel, so we provide/obsolete
 # gnome-applets-devel here.
@@ -73,22 +64,13 @@
 %description devel
 This is a library to download weather information from online sources.
 
-%package -n libgweather1
+%package -n libgweather-3-0
 License:        GPLv2+
 Summary:        Library to get online weather information
 Group:          Development/Libraries/GNOME
 Requires:       %{name} >= %{version}
 
-%description -n libgweather1
-This is a library to download weather information from online sources.
-
-%package -n python-gweather
-License:        GPLv2+
-Summary:        Library to get online weather information - Python bindings
-Group:          Development/Libraries/GNOME
-%py_requires
-
-%description -n python-gweather
+%description -n libgweather-3-0
 This is a library to download weather information from online sources.
 
 %lang_package
@@ -108,7 +90,7 @@
        --enable-locations-compression \
        --disable-schemas-install \
        --disable-static \
-        --enable-python
+        --enable-introspection
 %{__make} %{?jobs:-j%jobs}
 
 %install
@@ -116,7 +98,7 @@
 %if 0%{?suse_version} <= 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
-%find_lang libgweather %{?no_lang_C}
+%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/"`
@@ -132,6 +114,8 @@
 
 %pre -f %{name}.schemas_pre
 
+%post -n libgweather-3-0 -p /sbin/ldconfig
+
 %post
 %icon_theme_cache_post gnome
 
@@ -139,13 +123,11 @@
 
 %preun -f %{name}.schemas_preun
 
+%postun -n libgweather-3-0 -p /sbin/ldconfig
+
 %postun
 %icon_theme_cache_postun gnome
 
-%post -n libgweather1 -p /sbin/ldconfig
-
-%postun -n libgweather1 -p /sbin/ldconfig
-
 %files -f %{name}.lst
 %defattr(-,root,root)
 %doc AUTHORS README NEWS ChangeLog
@@ -154,24 +136,22 @@
 # Exclude files that we moved to the -lang package
 %exclude %{_datadir}/libgweather/Locations.*.xml*
 
-%files -n libgweather1
+%files -n libgweather-3-0
 %defattr(-, root, root)
 %{_libdir}/*.so.*
-
-%files -n python-gweather
-%defattr(-, root, root)
-%{python_sitearch}/gweather/
+%{_libdir}/girepository-1.0/GWeather-3.0.typelib
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/libgweather
+%{_includedir}/libgweather-3.0
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/gweather-3.0.pc
+%{_datadir}/gir-1.0/GWeather-3.0.gir
 # Own these repositories to not depend on gtk-doc while building:
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
-%{_datadir}/gtk-doc/html/libgweather
+%{_datadir}/gtk-doc/html/libgweather-3.0
 
-%files lang -f %{name}.lang
+%files lang -f %{name}-3.0.lang
 
 %changelog

++++++ libgweather-2.30.3.tar.bz2 -> libgweather-3.0.0.tar.bz2 ++++++
GNOME/libgweather/libgweather-2.30.3.tar.bz2 
/mounts/work_src_done/STABLE/libgweather/libgweather-3.0.0.tar.bz2 differ: char 
11, line 1


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



Remember to have fun...

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

Reply via email to