Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libXfontcache"

Thu Apr 27 19:59:30 2023 rev:9 rq:1082970 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXfontcache/libXfontcache.changes      
2013-04-14 10:34:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libXfontcache.new.1533/libXfontcache.changes    
2023-04-27 19:59:32.161432263 +0200
@@ -1,0 +2,10 @@
+Wed Apr 26 08:41:50 UTC 2023 - Jan Engelhardt <[email protected]>
+
+- Modernize specfile constructs
+
+-------------------------------------------------------------------
+Tue Apr 25 14:23:13 UTC 2023 - Frederic Crozat <[email protected]>
+
+- Add baselibs.conf as source to specfile.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libXfontcache.spec ++++++
--- /var/tmp/diff_new_pack.SSJd1i/_old  2023-04-27 19:59:32.685435344 +0200
+++ /var/tmp/diff_new_pack.SSJd1i/_new  2023-04-27 19:59:32.689435367 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXfontcache
 #
-# 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:        X TrueType font cache extension client library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            http://xorg.freedesktop.org/
+URL:            http://xorg.freedesktop.org/
 
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libXfontcache
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libXfontcache/
 Source:         
http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source1:        baselibs.conf
 #git#BuildRequires:    autoconf >= 2.57, automake, libtool
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -63,14 +63,14 @@
 in %lname.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR="%buildroot"
+%make_install
 rm -f "%buildroot/%_libdir"/*.la
 %fdupes %buildroot/%_prefix
 
@@ -79,11 +79,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libXfontcache.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_libdir/libXfontcache.so
 %_libdir/pkgconfig/xfontcache.pc
 %_mandir/man3/*

Reply via email to