Hello community,

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

Package is "mate-screensaver"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes        
2014-10-05 20:33:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2015-07-03 00:10:00.000000000 +0200
@@ -1,0 +2,32 @@
+Fri Jun 12 09:04:38 UTC 2015 - [email protected]
+
+- Update to 1.10.1:
+  * Check for running display manager when user switching.
+
+-------------------------------------------------------------------
+Mon May  4 20:23:43 UTC 2015 - [email protected]
+
+- Update to 1.10.0:
+  * Update translations.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Thu Jan 22 10:09:42 UTC 2015 - [email protected]
+
+- Update to version 1.9.2 (unstable)
+  * Update to api changes for MateRR* in mate-desktop
+
+-------------------------------------------------------------------
+Sun Nov 23 17:15:50 UTC 2014 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+  + Minor bug fixes
+
+-------------------------------------------------------------------
+Sun Oct 26 20:33:41 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + No changelog available
+- Fix version requirements
+
+-------------------------------------------------------------------

Old:
----
  mate-screensaver-1.8.1.tar.xz

New:
----
  mate-screensaver-1.10.1.tar.xz

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

Other differences:
------------------
++++++ mate-screensaver.spec ++++++
--- /var/tmp/diff_new_pack.wUNKHc/_old  2015-07-03 00:10:01.000000000 +0200
+++ /var/tmp/diff_new_pack.wUNKHc/_new  2015-07-03 00:10:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-screensaver
+# spec file for package mate-screensaver
 #
-# 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,52 +13,51 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define _version 1.10
 Name:           mate-screensaver
-Version:        1.8.1
+Version:        1.10.1
 Release:        0
-License:        GPL-2.0+ and LGPL-2.0+
 Summary:        MATE Desktop screensaver
-Url:            http://mate-desktop.org
+License:        GPL-2.0+ and LGPL-2.0+
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-Requires:       /sbin/unix2_chkpwd
-Requires:       xscreensaver-data
-Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
-
+Url:            http://mate-desktop.org
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE - mate-screensaver-1.7.1-vendor_pam_integration.patch
 # [email protected] - PAM integration with SUSE/Novell patch
 Patch0:         %{name}-1.7.1-vendor_pam_integration.patch
-
-BuildRequires:  mate-common
 BuildRequires:  libmatekbd-devel
+BuildRequires:  mate-common
 BuildRequires:  pam-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xscreensaver-data
+BuildRequires:  xscreensaver-data-extra
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libmate-menu)
+BuildRequires:  pkgconfig(libmate-menu) >= 1.5.0
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(mate-desktop-2.0)
+BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.4
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xscreensaver-data
-BuildRequires:  xscreensaver-data-extra
-BuildRequires:  pkgconfig(libsystemd-login)
+Requires:       /sbin/unix2_chkpwd
+Requires:       xscreensaver-data
+Recommends:     %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
 
 %description
 mate-screensaver is a screen saver and locker that aims to have simple,
 sane, secure defaults and be well integrated with the desktop.
 
-
 %package devel
-Summary:        Development files for %{name}
+Summary:        Development files for mate-screensaver
 Group:          Development/Sources
 Requires:       %{name} = %{version}
 
@@ -75,8 +74,8 @@
 %build
 %configure                                                             \
    --libexecdir=%{_libexecdir}/%{name}                                 \
-   --with-xscreensaverdir=/etc/xscreensaver                            \
-   --with-pam-prefix=/etc                                              \
+  --with-xscreensaverdir=%{_sysconfdir}/xscreensaver \
+  --with-pam-prefix=%{_sysconfdir}                   \
    --enable-authentication-scheme=helper                               \
    --with-systemd                                                      \
    --without-console-kit                                               \
@@ -85,14 +84,15 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
-# we're not migrating...
+
+# We're not migrating...
 rm -rf %{buildroot}%{_datadir}/MateConf/gsettings/*.migrate
-pushd %{buildroot}%{_datadir}/applications
-   for i in `ls | grep \.desktop`; do
-      %suse_update_desktop_file %{buildroot}%{_datadir}/applications/$i
-   done
+pushd %{buildroot}%{_datadir}/applications/
+for desktop in $(ls | grep \.desktop); do
+    %suse_update_desktop_file %{buildroot}%{_datadir}/applications/$desktop
+done
 popd
 
 %post
@@ -104,9 +104,9 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog README COPYING COPYING.LIB
-%dir %{_sysconfdir}/xdg/menus
+%defattr(-,root,root)
+%doc README COPYING COPYING.LIB NEWS
+%dir %{_sysconfdir}/xdg/menus/
 %config(noreplace) %{_sysconfdir}/xdg/menus/mate-screensavers.menu
 %config(noreplace) %{_sysconfdir}/xdg/autostart/mate-screensaver.desktop
 %config(noreplace) %{_sysconfdir}/pam.d/mate-screensaver
@@ -122,13 +122,13 @@
 %{_datadir}/pixmaps/gnome-logo-white.svg
 %{_datadir}/pixmaps/mate-logo-white.svg
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_mandir}/man1/*.1.gz
+%{_mandir}/man?/*.?%{?ext_man}
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/pkgconfig/mate-screensaver.pc
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ mate-screensaver-1.8.1.tar.xz -> mate-screensaver-1.10.1.tar.xz ++++++
++++ 4894 lines of diff (skipped)


Reply via email to