Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xar for openSUSE:Factory checked in 
at 2023-06-09 20:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xar (Old)
 and      /work/SRC/openSUSE:Factory/.xar.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xar"

Fri Jun  9 20:37:24 2023 rev:9 rq:1091390 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xar/xar.changes  2018-03-07 10:38:44.469684012 
+0100
+++ /work/SRC/openSUSE:Factory/.xar.new.15902/xar.changes       2023-06-09 
20:38:31.290931859 +0200
@@ -1,0 +2,6 @@
+Thu Jun  8 07:50:19 UTC 2023 - Martin Pluskal <mplus...@suse.com>
+
+- Modernise spec file
+- Update project url
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xar.spec ++++++
--- /var/tmp/diff_new_pack.Q48Ztf/_old  2023-06-09 20:38:31.870935227 +0200
+++ /var/tmp/diff_new_pack.Q48Ztf/_new  2023-06-09 20:38:31.874935251 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xar
 #
-# Copyright (c) 2018 SUSE LINUX 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/
 #
 
 
@@ -22,8 +22,7 @@
 Release:        0
 Summary:        Extensible Archive Format Tools
 License:        BSD-3-Clause
-Group:          Productivity/Archiving/Compression
-Url:            http://mackyle.github.com/xar
+URL:            https://mackyle.github.io/xar/
 Source:         
https://github.com/mackyle/xar/archive/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM ext2.patch gh#mackyle/xar#10
 Patch0:         ext2.patch
@@ -80,11 +79,12 @@
 %setup -q -n %{name}-%{name}-%{version}
 %patch0
 %patch1 -p1
+
 %build
 pushd xar
 ./autogen.sh --noconfigure
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 popd
 
 %install
@@ -93,20 +93,22 @@
 popd
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n libxar%{sover} -p /sbin/ldconfig
-%postun -n libxar%{sover} -p /sbin/ldconfig
+%ldconfig_scriptlets -n libxar%{sover}
 
 %files
-%doc xar/ChangeLog xar/LICENSE xar/NEWS
+%license xar/LICENSE
+%doc xar/ChangeLog xar/NEWS
 %{_bindir}/xar
-%{_mandir}/man1/xar.1%{ext_man}
+%{_mandir}/man1/xar.1%{?ext_man}
 
 %files -n libxar%{sover}
-%doc xar/ChangeLog xar/LICENSE xar/NEWS
+%license xar/LICENSE
+%doc xar/ChangeLog xar/NEWS
 %{_libdir}/libxar.so.%{sover}
 
 %files -n libxar-devel
-%doc xar/ChangeLog xar/LICENSE xar/NEWS
+%license xar/LICENSE
+%doc xar/ChangeLog xar/NEWS
 %{_includedir}/xar
 %{_libdir}/libxar.so
 

Reply via email to