Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2020-09-17 14:45:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and      /work/SRC/openSUSE:Factory/.ucommon.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ucommon"

Thu Sep 17 14:45:00 2020 rev:24 rq:832619 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2017-12-11 
18:57:41.111183099 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new.4249/ucommon.changes        
2020-09-17 14:47:15.931705688 +0200
@@ -1,0 +2,5 @@
+Sun Sep  6 14:08:15 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Trim old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ucommon.spec ++++++
--- /var/tmp/diff_new_pack.uIS7lY/_old  2020-09-17 14:47:17.947707612 +0200
+++ /var/tmp/diff_new_pack.uIS7lY/_new  2020-09-17 14:47:17.951707616 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2008, 2009 David Sugar, Tycho Softworks.
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -16,7 +16,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/
 #
 
 
@@ -25,15 +25,14 @@
 Release:        0
 %define lname  libucommon8
 Summary:        Runtime library for portable C++ threading and sockets
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://www.gnu.org/software/commoncpp
+URL:            http://www.gnu.org/software/commoncpp
 
-#Git-Clone:    git://github.com/dyfet/ucommon
+#Git-Clone:    https://git.savannah.gnu.org/cgit/commoncpp.git
 Source:         http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz
 Source2:        http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz.sig
 Source3:        %name.keyring
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
@@ -80,20 +79,18 @@
 %package doc
 Summary:        Generated class documentation for ucommon
 Group:          Documentation
-%if 0%{?suse_version} >= 1230
 BuildArch:      noarch
-%endif
 
 %description doc
 Generated class documentation for GNU uCommon library from header files,
 html browsable.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -104,7 +101,6 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS README NEWS SUPPORT ChangeLog
 %_bindir/args
 %_bindir/car
@@ -126,14 +122,12 @@
 %_mandir/man1/keywait.*
 
 %files -n %lname
-%defattr(-,root,root)
-%doc COPYING COPYING.LESSER COPYRIGHT
+%license COPYING COPYING.LESSER COPYRIGHT
 %_libdir/libucommon.so.8*
 %_libdir/libusecure.so.8*
 %_libdir/libcommoncpp.so.8*
 
 %files devel
-%defattr(-,root,root)
 %_libdir/*.so
 %_includedir/ucommon/
 %_includedir/commoncpp/




Reply via email to