Hello community,

here is the log from the commit of package libmateweather for openSUSE:Factory 
checked in at 2015-07-02 22:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmateweather (Old)
 and      /work/SRC/openSUSE:Factory/.libmateweather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmateweather"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmateweather/libmateweather.changes    
2014-03-22 18:01:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmateweather.new/libmateweather.changes       
2015-07-03 00:08:17.000000000 +0200
@@ -1,0 +2,26 @@
+Wed Apr 15 00:42:02 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+  * Bugfixes
+
+-------------------------------------------------------------------
+Mon Mar 23 15:45:27 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+  * Bugfixes
+
+-------------------------------------------------------------------
+Sun Oct 26 13:33:29 UTC 2014 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+  + No changelog available
+
+-------------------------------------------------------------------
+Sun Jul 13 15:54:20 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + No changelog available
+- Remove gtk-doc requirement; mate-common requires it, there is no
+  need to require it again
+
+-------------------------------------------------------------------

Old:
----
  libmateweather-1.8.0.tar.xz

New:
----
  baselibs.conf
  libmateweather-1.10.0.tar.xz

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

Other differences:
------------------
++++++ libmateweather.spec ++++++
--- /var/tmp/diff_new_pack.gmMJl3/_old  2015-07-03 00:08:18.000000000 +0200
+++ /var/tmp/diff_new_pack.gmMJl3/_new  2015-07-03 00:08:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for libmateweather
+# spec file for package libmateweather
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,30 +13,32 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%define lname   libmateweather1
+%define _version 1.10
 Name:           libmateweather
-%define _name   libmateweather1
-Version:        1.8.0
+Version:        1.10.0
 Release:        0
-License:        GPL-2.0+ and LGPL-2.1+
 Summary:        MATE Weather
-Url:            https://mate-desktop.org/
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-%glib2_gsettings_schema_requires
-
-BuildRequires:  mate-common
+Url:            https://mate-desktop.org/
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
+BuildRequires:  mate-common >= 1.9.0
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
+%glib2_gsettings_schema_requires
 
 %description
-libmateweather is a library to access weather information from online
-services for numerous locations
+libmateweather is a library to access weather information from
+online services for numerous locations.
 
 %package -n mateweather-common
 Summary:        MATE Weather common files
@@ -44,38 +46,38 @@
 BuildArch:      noarch
 
 %description -n mateweather-common
-libmateweather is a library to access weather information from online
-services for numerous locations
+libmateweather is a library to access weather information from
+online services for numerous locations.
 
 %package devel
 Summary:        MATE Weather development files
 Group:          Development/Libraries/Other
+Requires:       %{lname} = %{version}
 Requires:       mateweather-common
-Requires:       %{_name} = %{version}
 Requires:       python-mateweather = %{version}
 
 %description devel
-libmateweather is a library to access weather information from online
-services for numerous locations
+libmateweather is a library to access weather information from
+online services for numerous locations.
 
-%package -n %{_name}
+%package -n %{lname}
 Summary:        MATE Weather shared libraries
 Group:          System/Libraries
-Provides:       %{name} = %{version}
 Requires:       mateweather-common
 Recommends:     %{name}-lang
+Provides:       %{name} = %{version}
 
-%description -n %{_name}
-libmateweather is a library to access weather information from online
-services for numerous locations
+%description -n %{lname}
+libmateweather is a library to access weather information from
+online services for numerous locations.
 
 %package -n python-mateweather
 Summary:        Python bindings for MATE Weater
 Group:          System/GUI/Other
 
 %description -n python-mateweather
-libmateweather is a library to access weather information from online
-services for numerous locations
+libmateweather is a library to access weather information from
+online services for numerous locations.
 
 %lang_package
 
@@ -87,47 +89,48 @@
    --enable-locations-compression                                       \
    --disable-static                                                     \
    --enable-python
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
+
 if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -r %{buildroot}%{_datadir}/MateConf
+    rm -rf %{buildroot}%{_datadir}/MateConf
 fi
 
 %post -n mateweather-common
 %glib2_gsettings_schema_post
 
-%post -n %{_name} -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
 %postun -n mateweather-common
 %glib2_gsettings_schema_postun
 
-%postun -n %{_name} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %{_name}
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%files -n %{lname}
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING README
 %{_libdir}/*.so.*
 
 %files -n mateweather-common
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/icons/mate/
 %{_datadir}/%{name}/
 
 %files devel
-%defattr(-,root,root,-)
-%doc ChangeLog
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING README
 %{_includedir}/%{name}/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/mateweather.pc
 %{_datadir}/gtk-doc/html/%{name}/
 
 %files -n python-mateweather
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{python_sitearch}/mateweather/
 
 %files lang -f %{name}.lang

++++++ baselibs.conf ++++++
libmateweather1
++++++ libmateweather-1.8.0.tar.xz -> libmateweather-1.10.0.tar.xz ++++++
++++ 9837 lines of diff (skipped)


Reply via email to