Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libXprintUtil for openSUSE:Factory 
checked in at 2023-04-27 19:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXprintUtil (Old)
 and      /work/SRC/openSUSE:Factory/.libXprintUtil.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXprintUtil"

Thu Apr 27 19:59:30 2023 rev:9 rq:1082969 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXprintUtil/libXprintUtil.changes      
2013-04-14 10:34:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libXprintUtil.new.1533/libXprintUtil.changes    
2023-04-27 19:59:31.545428642 +0200
@@ -1,0 +2,10 @@
+Wed Apr 26 08:35:38 UTC 2023 - Jan Engelhardt <[email protected]>
+
+- Modernize specfile constructs
+
+-------------------------------------------------------------------
+Tue Apr 25 07:49:11 UTC 2023 - Frederic Crozat <[email protected]>
+
+- Add again baselibs.conf as a source.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libXprintUtil.spec ++++++
--- /var/tmp/diff_new_pack.oBXF8Q/_old  2023-04-27 19:59:31.993431275 +0200
+++ /var/tmp/diff_new_pack.oBXF8Q/_new  2023-04-27 19:59:31.997431300 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXprintUtil
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,12 +23,12 @@
 Summary:        Xprint printer utility client library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            http://cgit.freedesktop.org/xorg/lib/libXprintUtil/
+URL:            http://cgit.freedesktop.org/xorg/lib/libXprintUtil/
 
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libXprintUtil
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libXprintUtil/
 Source:         
http://ftp.x.org/pub/X11R7.1/src/lib/%name-X11R7.0-%version.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source1:        baselibs.conf
 #git#BuildRequires:    autoconf >= 2.57, automake, libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(printproto)
@@ -71,14 +71,14 @@
 in %lname.
 
 %prep
-%setup -qn %name-X11R7.0-%version
+%autosetup -n %name-X11R7.0-%version
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR="%buildroot"
+%make_install
 rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig
@@ -86,11 +86,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libXprintUtil.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/X11/*
 %_libdir/libXprintUtil.so
 %_libdir/pkgconfig/xprintutil.pc

Reply via email to