Hello community,

here is the log from the commit of package judy for openSUSE:Leap:15.2 checked 
in at 2020-06-08 13:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/judy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.judy.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "judy"

Mon Jun  8 13:44:32 2020 rev:12 rq:812093 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/judy/judy.changes      2020-01-15 
15:13:44.102185313 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.judy.new.3606/judy.changes    2020-06-08 
13:44:33.659058881 +0200
@@ -1,0 +2,5 @@
+Thu May 28 12:17:46 UTC 2020 - Kristyna Streitova <kstreit...@suse.com>
+
+- run spec-cleaner 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ judy.spec ++++++
--- /var/tmp/diff_new_pack.OuBTHx/_old  2020-06-08 13:44:33.983059702 +0200
+++ /var/tmp/diff_new_pack.OuBTHx/_new  2020-06-08 13:44:33.987059712 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package judy
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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/
 #
 
 
@@ -21,15 +21,14 @@
 Version:        1.0.5
 Release:        0
 Summary:        A general purpose dynamic array implemented as a C callable 
library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://judy.sourceforge.net/
+URL:            http://judy.sourceforge.net/
 Source0:        
http://sourceforge.net/projects/judy/files/judy/Judy-%{version}/Judy-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE Judy-test-shared.patch -- use shared library for testing
 Patch0:         Judy-test-shared.patch
 Patch1:         reproducible.patch
 BuildRequires:  fdupes
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Judy is a C library that provides a state-of-the-art core technology that 
implements
@@ -71,9 +70,7 @@
 %package doc
 Summary:        Development files for Judy
 Group:          Documentation/Other
-%if 0%{?suse_version} >= 1130 || 0%{?fedora_version}
 BuildArch:      noarch
-%endif
 
 %description doc
 This package contains documentation about Judy library and examples.
@@ -87,35 +84,32 @@
 %configure \
        --disable-static
 # not parallel safe
-make -j1
+%make_build -j1
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %fdupes -s %{buildroot}/%{_mandir}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/Judy.h
 %{_libdir}/libJudy.so
 %{_mandir}/man3/J*
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/libJudy.so.1*
 
 %files doc
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog doc/ext/README_deliver doc/ext/*.htm* 
doc/int/*.htm*
+%license COPYING
+%doc AUTHORS ChangeLog doc/ext/README_deliver doc/ext/*.htm* doc/int/*.htm*
 %doc examples
 
 %changelog


Reply via email to