Hello community,

here is the log from the commit of package libgnomesu for openSUSE:Factory 
checked in at 2017-07-08 12:27:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnomesu (Old)
 and      /work/SRC/openSUSE:Factory/.libgnomesu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnomesu"

Sat Jul  8 12:27:33 2017 rev:55 rq:508500 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomesu/libgnomesu.changes    2016-09-05 
21:14:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgnomesu.new/libgnomesu.changes       
2017-07-08 12:27:34.656188257 +0200
@@ -1,0 +2,13 @@
+Fri Jun 30 09:05:29 UTC 2017 - tchva...@suse.com
+
+- Version update to 2.0.2:
+  * Automate the package building in travis on github
+  * Fix the version stored in configure.ac
+
+-------------------------------------------------------------------
+Thu Jun 22 19:52:14 UTC 2017 - mplus...@suse.com
+
+- Update to version 2.0.1:
+  * Update translations
+
+-------------------------------------------------------------------

Old:
----
  libgnomesu-2.0.0.tar.bz2

New:
----
  libgnomesu-2.0.2.tar.xz

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

Other differences:
------------------
++++++ libgnomesu.spec ++++++
--- /var/tmp/diff_new_pack.RSXgpM/_old  2017-07-08 12:27:35.204110969 +0200
+++ /var/tmp/diff_new_pack.RSXgpM/_new  2017-07-08 12:27:35.208110405 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomesu
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,13 +17,13 @@
 
 
 Name:           libgnomesu
-Version:        2.0.0
+Version:        2.0.2
 Release:        0
 Summary:        GNOME su Library
 License:        LGPL-2.1+
 Group:          System/GUI/GNOME
 Url:            https://github.com/openSUSE/libgnomesu
-Source:         %{name}-%{version}.tar.bz2
+Source:         
https://github.com/openSUSE/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:        gnomesu-pam.pamd
 # Patch: Avoid patches if possible! Update openSUSE upstream instead.
 BuildRequires:  fdupes
@@ -32,9 +32,9 @@
 BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  translation-update-upstream
-PreReq:         permissions
 Requires:       gsettings-desktop-schemas
 Requires:       pam
+Requires(pre):  permissions
 Recommends:     %{name}-lang = %{version}
 # Ensure that gnomesu always gets installed
 Supplements:    packageand(xdg-utils:gnome-session)
@@ -62,34 +62,34 @@
 This package contains all files needed to develop with libgnomesu.
 
 %lang_package
+
 %prep
 %setup -q
-cp -a %{S:1} pam-backend/gnomesu-pam
+cp -a %{SOURCE1} pam-backend/gnomesu-pam
 # Upstream is dead, libgnomesu.po in LCN includes strings in our patches:
 translation-update-upstream
 
 %build
 export SUID_CFLAGS="-fPIE"
 export SUID_LDFLAGS="-pie"
-%configure\
-       --libexecdir=%{_libexecdir}/%{name}\
+%configure \
+       --docdir=%{_docdir}/%{name} \
+       --disable-silent-rules \
+       --libexecdir=%{_libexecdir}/%{name} \
        --disable-setuid-error
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}%{_prefix}/lib/%{name}
-%makeinstall
-%{__rm} %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang libgnomesu-1.0
 mkdir -p %{buildroot}%{_docdir}/%{name}
-cp AUTHORS README NEWS ChangeLog doc/api.html doc/libgnomesu.css 
%{buildroot}%{_docdir}/%{name}
+cp doc/api.html doc/libgnomesu.css %{buildroot}%{_docdir}/%{name}
 # We want only PAM backend.
 rm -f %{buildroot}%{_prefix}/lib/%{name}/gnomesu-backend
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %set_permissions %{_libexecdir}/%{name}/gnomesu-pam-backend
 
@@ -97,16 +97,10 @@
 %verify_permissions -e %{_libexecdir}/%{name}/gnomesu-pam-backend
 
 %post -n libgnomesu0 -p /sbin/ldconfig
-
 %postun -n libgnomesu0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc %dir %{_defaultdocdir}/%{name}
-%doc %{_defaultdocdir}/%{name}/AUTHORS
-%doc %{_defaultdocdir}/%{name}/README
-%doc %{_defaultdocdir}/%{name}/NEWS
-%doc %{_defaultdocdir}/%{name}/ChangeLog
+%doc COPYING
 %{_bindir}/gnomesu
 %dir %{_prefix}/lib/%{name}
 #%%attr (6755,root,root) %%{_prefix}/lib/%%{name}/gnomesu-backend
@@ -117,13 +111,12 @@
 %config %{_sysconfdir}/pam.d/gnomesu-pam
 
 %files -n libgnomesu0
-%defattr (-, root, root)
 %{_libdir}/libgnomesu.so.*
 
 %files lang -f libgnomesu-1.0.lang
 
 %files devel
-%defattr(-,root,root)
+%dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/api.html
 %doc %{_docdir}/%{name}/libgnomesu.css
 %{_includedir}/libgnomesu-1.0


Reply via email to