Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chmlib for openSUSE:Factory checked 
in at 2021-06-18 10:13:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chmlib (Old)
 and      /work/SRC/openSUSE:Factory/.chmlib.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chmlib"

Fri Jun 18 10:13:11 2021 rev:21 rq:900113 version:0.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/chmlib/chmlib.changes    2015-05-15 
09:54:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chmlib.new.2625/chmlib.changes  2021-06-18 
10:13:17.557955094 +0200
@@ -1,0 +2,6 @@
+Mon Jun 14 11:27:41 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Upgrade old specfile constructs.
+- Remove --with-pic (no effect with --disable-static).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ chmlib.spec ++++++
--- /var/tmp/diff_new_pack.xnYIRT/_old  2021-06-18 10:13:17.921955575 +0200
+++ /var/tmp/diff_new_pack.xnYIRT/_new  2021-06-18 10:13:17.925955580 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package chmlib
 #
-# Copyright (c) 2015 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/
 #
 
 
@@ -21,14 +21,13 @@
 Version:        0.40
 Release:        0
 Summary:        A library for dealing with ITSS/CHM files
-License:        LGPL-2.1+
-Group:          System/Libraries
-Url:            http://www.jedrea.com/chmlib/
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/C and C++
+URL:            http://www.jedrea.com/chmlib/
 Source0:        http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch0:         %{name}-0.39.diff
 BuildRequires:  gcc-c++
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
@@ -71,13 +70,12 @@
 export CXXCPP="g++ -E"
 %configure \
        --disable-static \
-       --with-pic \
        --disable-pread \
        --enable-examples
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{lname} -p /sbin/ldconfig
@@ -85,18 +83,15 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/chm_lib.h
 %{_includedir}/lzx.h
 %{_libdir}/*.so
 
 %files examples
-%defattr(-, root, root)
 %{_bindir}/*
 
 %changelog

Reply via email to