Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libdaemon for openSUSE:Factory 
checked in at 2021-09-03 21:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdaemon (Old)
 and      /work/SRC/openSUSE:Factory/.libdaemon.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdaemon"

Fri Sep  3 21:25:56 2021 rev:29 rq:914955 version:0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdaemon/libdaemon.changes      2017-04-11 
12:38:24.291889157 +0200
+++ /work/SRC/openSUSE:Factory/.libdaemon.new.1899/libdaemon.changes    
2021-09-03 21:26:43.934211821 +0200
@@ -1,0 +2,6 @@
+Mon Jun  7 23:18:11 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop --with-pic (no effect with --disable-static).
+- Modernize rpm macro constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdaemon.spec ++++++
--- /var/tmp/diff_new_pack.rV4ncU/_old  2021-09-03 21:26:44.286212188 +0200
+++ /var/tmp/diff_new_pack.rV4ncU/_new  2021-09-03 21:26:44.290212193 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdaemon
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 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/
 #
 
 
@@ -20,13 +20,12 @@
 Version:        0.14
 Release:        0
 Summary:        Lightweight C library That Eases the Writing of UNIX Daemons
-License:        LGPL-2.1+
-Group:          System/Libraries
-Url:            http://0pointer.de/lennart/projects/libdaemon
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/C and C++
+URL:            http://0pointer.de/lennart/projects/libdaemon
 Source:         
http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libdaemon is a lightweight C library that eases the writing of UNIX
@@ -34,7 +33,7 @@
 
 %package -n libdaemon0
 Summary:        Lightweight C library That Eases the Writing of UNIX Daemons
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 #opensuse 10.3
@@ -46,7 +45,7 @@
 
 %package devel
 Summary:        Lightweight C library That Eases the Writing of UNIX Daemons
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libdaemon0 = %{version}
@@ -56,14 +55,13 @@
 daemons.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure \
         --disable-static \
-       --with-pic \
         --disable-lynx
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -75,12 +73,10 @@
 %postun -n libdaemon0 -p /sbin/ldconfig
 
 %files -n libdaemon0
-%defattr (-,root,root)
 %doc LICENSE README
 %{_libdir}/libdaemon.so.0*
 
 %files devel
-%defattr (-,root,root)
 %{_libdir}/libdaemon.so
 %{_libdir}/pkgconfig/libdaemon.pc
 %dir %{_includedir}/libdaemon

Reply via email to