Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgnomesu for openSUSE:Factory 
checked in at 2021-11-10 21:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnomesu (Old)
 and      /work/SRC/openSUSE:Factory/.libgnomesu.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnomesu"

Wed Nov 10 21:45:49 2021 rev:64 rq:930086 version:2.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomesu/libgnomesu.changes    2021-03-21 
23:20:06.604733887 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomesu.new.1890/libgnomesu.changes  
2021-11-10 21:45:54.067797149 +0100
@@ -1,0 +2,14 @@
+Sat Nov  6 11:20:25 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Add missing explicit libgnomesu0 Requires to devel package.
+- Use ldconfig_scriptlets macro for post(un) handling.
+- Modernize spec, use autosetup and make_build macro, update
+  Supplements to current standard.
+
+-------------------------------------------------------------------
+Thu Sep 16 01:58:57 UTC 2021 - Stanislav Brabec <sbra...@suse.com>
+
+- Remove obsolete translation-update-upstream support
+  (jsc#SLE-21105).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgnomesu.spec ++++++
--- /var/tmp/diff_new_pack.gRwyrD/_old  2021-11-10 21:45:54.803797470 +0100
+++ /var/tmp/diff_new_pack.gRwyrD/_new  2021-11-10 21:45:54.811797473 +0100
@@ -23,20 +23,20 @@
 License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 URL:            https://github.com/openSUSE/libgnomesu
-Source:         
https://github.com/openSUSE/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Source:         %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:        gnomesu-pam.pamd
 # Patch: Avoid patches if possible! Update openSUSE upstream instead.
+
 BuildRequires:  fdupes
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pam-devel
-BuildRequires:  translation-update-upstream
 Requires:       gsettings-desktop-schemas
 Requires:       pam
 Requires(pre):  permissions
 # Ensure that gnomesu always gets installed
-Supplements:    packageand(xdg-utils:gnome-session)
+Supplements:    (xdg-utils and gnome-session)
 
 %description
 Libgnomesu is a library for providing superuser privileges to GNOME
@@ -55,6 +55,7 @@
 Summary:        Development files for libgnomesu
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
+Requires:       libgnomesu0 = %{version}
 
 %description devel
 This package contains all files needed to develop with libgnomesu.
@@ -62,10 +63,8 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 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"
@@ -75,7 +74,7 @@
        --disable-silent-rules \
        --libexecdir=%{_libexecdir}/%{name} \
        --disable-setuid-error
-make %{?_smp_mflags}
+%make_build
 
 %install
 mkdir -p %{buildroot}%{_prefix}/lib/%{name}
@@ -94,8 +93,7 @@
 %verifyscript
 %verify_permissions -e %{_libexecdir}/%{name}/gnomesu-pam-backend
 
-%post -n libgnomesu0 -p /sbin/ldconfig
-%postun -n libgnomesu0 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libgnomesu0
 
 %files
 %license COPYING

Reply via email to