Hello community,

here is the log from the commit of package libmateweather for openSUSE:Factory 
checked in at 2015-11-11 10:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2015-07-03 00:08:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmateweather.new/libmateweather.changes       
2015-11-11 10:30:27.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0:
+  * Retrieve strings directly from gschema (requires intltool
+    0.50.1).
+
+-------------------------------------------------------------------
+Fri Oct  9 07:13:41 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.11:
+  * Location updates for timezones.
+  * Bugfixes and improvements.
+
+-------------------------------------------------------------------

Old:
----
  libmateweather-1.10.0.tar.xz

New:
----
  libmateweather-1.12.0.tar.xz

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

Other differences:
------------------
++++++ libmateweather.spec ++++++
--- /var/tmp/diff_new_pack.NQdp0s/_old  2015-11-11 10:30:27.000000000 +0100
+++ /var/tmp/diff_new_pack.NQdp0s/_new  2015-11-11 10:30:27.000000000 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define lname   libmateweather1
-%define _version 1.10
+%define sover   1
+%define _version 1.12
 Name:           libmateweather
-Version:        1.10.0
+Version:        1.12.0
 Release:        0
 Summary:        MATE Weather
 License:        GPL-2.0+ and LGPL-2.1+
@@ -27,7 +27,7 @@
 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:  mate-common >= %{_version}
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
@@ -52,7 +52,7 @@
 %package devel
 Summary:        MATE Weather development files
 Group:          Development/Libraries/Other
-Requires:       %{lname} = %{version}
+Requires:       %{name}%{sover} = %{version}
 Requires:       mateweather-common
 Requires:       python-mateweather = %{version}
 
@@ -60,14 +60,14 @@
 libmateweather is a library to access weather information from
 online services for numerous locations.
 
-%package -n %{lname}
+%package -n %{name}%{sover}
 Summary:        MATE Weather shared libraries
 Group:          System/Libraries
 Requires:       mateweather-common
 Recommends:     %{name}-lang
 Provides:       %{name} = %{version}
 
-%description -n %{lname}
+%description -n %{name}%{sover}
 libmateweather is a library to access weather information from
 online services for numerous locations.
 
@@ -96,24 +96,26 @@
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-    rm -rf %{buildroot}%{_datadir}/MateConf
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+    rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
 
 %post -n mateweather-common
+%icon_theme_cache_post mate
 %glib2_gsettings_schema_post
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n %{name}%{sover} -p /sbin/ldconfig
 
 %postun -n mateweather-common
+%icon_theme_cache_postun mate
 %glib2_gsettings_schema_postun
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n %{name}%{sover}
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
-%{_libdir}/*.so.*
+%{_libdir}/*.so.%{sover}*
 
 %files -n mateweather-common
 %defattr(-,root,root)
@@ -134,6 +136,6 @@
 %{python_sitearch}/mateweather/
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ libmateweather-1.10.0.tar.xz -> libmateweather-1.12.0.tar.xz ++++++
++++ 172307 lines of diff (skipped)


Reply via email to