Hello community,

here is the log from the commit of package mate-polkit for openSUSE:Factory 
checked in at 2015-06-30 10:18:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-polkit (Old)
 and      /work/SRC/openSUSE:Factory/.mate-polkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-polkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-polkit/mate-polkit.changes  2014-03-22 
18:01:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-polkit.new/mate-polkit.changes     
2015-06-30 10:18:42.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Apr 15 03:16:05 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+  * No changes since version 1.9.90
+
+-------------------------------------------------------------------
+Mon Mar 23 16:15:58 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+  * Translations updates
+
+-------------------------------------------------------------------
+Sun Oct 26 19:11:20 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + Fix documentation license
+    Closes #15 (https://github.com/mate-desktop/mate-polkit/issues/15)
+- Minimal required version of mate-common is 1.9.0
+
+-------------------------------------------------------------------

Old:
----
  mate-polkit-1.8.0.tar.xz

New:
----
  mate-polkit-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-polkit.spec ++++++
--- /var/tmp/diff_new_pack.dhAVdy/_old  2015-06-30 10:18:42.000000000 +0200
+++ /var/tmp/diff_new_pack.dhAVdy/_new  2015-06-30 10:18:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-polkit
+# spec file for package mate-polkit
 #
-# 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,27 +13,28 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
-Name:           mate-polkit
-%define _libname libpolkit-gtk-mate-1-0
-%define _name   polkit-mate-1
+%define lname libpolkit-gtk-mate-1-0
 %define typelib typelib-1_0-PolkitGtkMate-1.0
-Version:        1.8.0
+%define _name   polkit-mate-1
+%define _version 1.10
+Name:           mate-polkit
+Version:        1.10.0
 Release:        0
+Summary:        MATE authentification agent for polkit
 License:        LGPL-2.0+
-Summary:        MATE authentification agent for PolicyKit-1
-Url:            http://mate-desktop.org/
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-
-BuildRequires:  mate-common
+Url:            http://mate-desktop.org/
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(polkit-agent-1)
-BuildRequires:  update-desktop-files
-Recommends:     %{name}-lang
+Recommends:     %{name}-lang = %{version}
 
 %description
 mate-polkit provides a D-Bus session bus service that is used to bring
@@ -47,18 +48,18 @@
 This package contains the typelib files for the base MATE library
 functions.
 
-%package -n %{_libname}
+%package -n %{lname}
 Summary:        MATE authentification agent shared libraries
 Group:          System/Libraries
 
-%description -n %{_libname}
+%description -n %{lname}
 mate-polkit provides a D-Bus session bus service that is used to bring
 up authentication dialogs used for obtaining privileges.
 
 %package devel
 Summary:        MATE authentification agent development files
 Group:          Development/Libraries/Other
-Requires:       %{_libname} = %{version}
+Requires:       %{lname} = %{version}
 Requires:       %{typelib} = %{version}
 
 %description devel
@@ -71,42 +72,45 @@
 %setup -q
 
 %build
-%configure --disable-static --libexecdir=%{_libexecdir}/polkit-mate
+%configure \
+  --disable-static                       \
+  --libexecdir=%{_libexecdir}/polkit-mate
 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
 %suse_update_desktop_file 
%{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
 
-%post -n %{_libname} -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %{_libname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS COPYING
-%dir %{_libexecdir}/polkit-mate
 %{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
+%dir %{_libexecdir}/polkit-mate/
 %{_libexecdir}/polkit-mate/polkit-mate-authentication-agent-1
 
 %files -n %{typelib}
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/PolkitGtkMate-1.0.typelib
 
-%files -n %{_libname}
-%defattr(-,root,root,-)
+%files -n %{lname}
+%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_includedir}/polkit-gtk-mate-1/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/polkit-gtk-mate-1.pc
 %{_datadir}/gir-1.0/PolkitGtkMate-1.0.gir
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ mate-polkit-1.8.0.tar.xz -> mate-polkit-1.10.0.tar.xz ++++++
++++ 3549 lines of diff (skipped)


Reply via email to