Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bsdiff for openSUSE:Factory checked 
in at 2023-06-11 19:54:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsdiff (Old)
 and      /work/SRC/openSUSE:Factory/.bsdiff.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bsdiff"

Sun Jun 11 19:54:40 2023 rev:5 rq:1091841 version:4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/bsdiff/bsdiff.changes    2016-07-30 
00:28:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bsdiff.new.15902/bsdiff.changes 2023-06-11 
19:57:28.763955407 +0200
@@ -1,0 +2,10 @@
+Fri Jun  9 08:36:14 UTC 2023 - Martin Pluskal <mplus...@suse.com>
+
+- Spec file modernisation
+
+-------------------------------------------------------------------
+Thu Oct 17 14:59:45 UTC 2019 - Richard Brown <rbr...@suse.com>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bsdiff.spec ++++++
--- /var/tmp/diff_new_pack.QJCGZi/_old  2023-06-11 19:57:29.307958688 +0200
+++ /var/tmp/diff_new_pack.QJCGZi/_new  2023-06-11 19:57:29.311958712 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsdiff
 #
-# Copyright (c) 2016 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/
 #
 
 
@@ -21,15 +21,13 @@
 Release:        0
 Summary:        Tools for binary file patches
 License:        BSD-2-Clause
-Group:          Productivity/File utilities
-Url:            http://daemonology.net/bsdiff
+URL:            https://daemonology.net/bsdiff
 Source:         http://daemonology.net/bsdiff/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE bsdiff-fix-makefile.patch sor.ale...@meowr.ru
 Patch0:         %{name}-fix-makefile.patch
 # PATCH-FIX-UPSTREAM bsdiff-fix-heap-vul.patch bsc#990660 -- Fix heap 
vulnerability in bspatch (CVE-2014-9862).
 Patch1:         %{name}-fix-heap-vul.patch
 BuildRequires:  libbz2-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 bsdiff and bspatch are tools for building and applying patches to
@@ -40,13 +38,11 @@
 by .RTPatch.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 head -n 25 %{name}.c > COPYING
 
 %build
-make %{?_smp_mflags} \
+%make_build \
   CFLAGS="%{optflags}"
 
 %install
@@ -54,8 +50,7 @@
   PREFIX=%{_prefix}
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/bspatch
 %{_mandir}/man1/*.1%{?ext_man}

Reply via email to