Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package reprepro for openSUSE:Factory 
checked in at 2022-08-16 17:08:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reprepro (Old)
 and      /work/SRC/openSUSE:Factory/.reprepro.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reprepro"

Tue Aug 16 17:08:10 2022 rev:3 rq:996706 version:5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/reprepro/reprepro.changes        2022-04-20 
16:57:29.430632042 +0200
+++ /work/SRC/openSUSE:Factory/.reprepro.new.1521/reprepro.changes      
2022-08-16 17:08:11.751959229 +0200
@@ -1,0 +2,32 @@
+Tue Aug 16 07:58:53 UTC 2022 - Michael Calmer <m...@suse.com>
+
+- Update to version 5.4.0
+  * Updates between 5.3.1 and 5.4.0:
+    + Add shunit2 based tests (https://bugs.debian.org/857302)
+    + Support multiple versions. (https://bugs.debian.org/570623)
+    + Add the commands move, movesrc, movematched, movefilter
+    + Add Limit and Archive option
+  * Updates between 5.3.0 and 5.3.1:
+    + fix manpage to add the behaviour if reprepro is linked against liblzma
+    + mark 'dumpcontents' command as deprecated
+    + Add Zstd support
+- Removed patches (upstream)
+  * 0001-add-zstd-support.patch
+  * 0002-Flush-stdout-stderr-before-calling-endhook.patch
+  * 0001-Bump-up-the-maxsize-on-a-fixed-size-C-buffer-to-avoi.patch
+- Removed GPG signature (not provided anymore)
+  * reprepro_5.3.0.orig.tar.gz.asc
+  * reprepro.keyring
+
+-------------------------------------------------------------------
+Tue Aug 16 07:37:11 UTC 2022 - Michael Calmer <m...@suse.com>
+
+- Add missing changelogs
+  * Bump up the maxsize on a fixed-size C buffer to avoid breaking on some
+    autogenerated rust packages
+    * 0001-Bump-up-the-maxsize-on-a-fixed-size-C-buffer-to-avoi.patch
+  * Flush stdout and stderr before execv of an end hook
+    * 0002-Flush-stdout-stderr-before-calling-endhook.patch
+  * Added GPG signature
+
+-------------------------------------------------------------------

Old:
----
  0001-add-zstd-support.patch
  reprepro-reprepro-5.3.0.tar.bz2

New:
----
  reprepro_5.4.0.orig.tar.xz

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

Other differences:
------------------
++++++ reprepro.spec ++++++
--- /var/tmp/diff_new_pack.LHQmCa/_old  2022-08-16 17:08:12.671961980 +0200
+++ /var/tmp/diff_new_pack.LHQmCa/_new  2022-08-16 17:08:12.675961992 +0200
@@ -17,21 +17,30 @@
 
 
 Name:           reprepro
-Version:        5.3.0
+Version:        5.4.0
 Release:        0
 Summary:        Debian repository metadata generator
 License:        GPL-2.0-only AND GPL-2.0-or-later AND MIT
 URL:            https://salsa.debian.org/debian/reprepro
-Source:         
https://salsa.debian.org/debian/reprepro/-/archive/reprepro-%version/reprepro-reprepro-%version.tar.bz2
-Patch1:         0001-add-zstd-support.patch
+Source:         
http://deb.debian.org/debian/pool/main/r/reprepro/reprepro_%{version}.orig.tar.xz
 BuildRequires:  automake
 BuildRequires:  gpgme-devel
 BuildRequires:  libarchive-devel
-BuildRequires:  libbz2-devel
-BuildRequires:  libdb-4_8-devel
 BuildRequires:  libzstd-devel
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
+%if 0%{?suse_version}
+BuildRequires:  libbz2-devel
+BuildRequires:  libdb-4_8-devel
+Requires:       gpg2
+%else
+BuildRequires:  bzip2-devel
+BuildRequires:  (db4-devel or libdb-devel)
+Requires:       gnupg2
+%endif
+Requires:       bzip2
+Requires:       tar
+Requires:       zstd
 
 %description
 reprepro is a tool to manage a repository of Debian packages (.deb).  It
@@ -42,7 +51,7 @@
 generated Package indexes is supported.
 
 %prep
-%autosetup -p1 -n %name-%name-%version
+%autosetup -p1 -n %name-%version
 find docs -type f -exec chmod -x {} +
 
 %build

Reply via email to