5 Commits

Author SHA256 Message Date
f07b4e4afd Accepting request 1295816 from system:packagemanager
OBS-URL: https://build.opensuse.org/request/show/1295816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/reprepro?expand=0&rev=8
2025-07-26 11:41:23 +00:00
a558f521d9 - adjust gpgme build dependency for future-proofing
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/reprepro?expand=0&rev=16
2025-07-25 16:32:45 +00:00
d79833ea3d Accepting request 1233626 from system:packagemanager
- Update to version 5.4.6

OBS-URL: https://build.opensuse.org/request/show/1233626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/reprepro?expand=0&rev=7
2024-12-30 13:26:41 +00:00
30b6e34d29 heed changelog syntax requirements
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/reprepro?expand=0&rev=14
2024-12-28 02:58:29 +00:00
a7cf0354a9 - Update to version 5.4.6
* Updates between 5.4.5 and 5.4.6:
    + Implement command translatelegacyreferences (https://bugs.debian.org/1051537):
      reprepro did not automatically migrate the database if needed after version
      upgrades. Instead, it raised an error and asked the user to call one of the
      translate* commands. Add one more such commands. It works as follows:
    + When an attempt is made to open the references.db file, reprepro
      checks if the DUPSORT flag is set. If this is so, the database
      needs to be upgraded, so reprepro exits with an error asking the
      user to call the new 'translatelegacyreferences' command.
    + The translatelegacyreferences command creates a new references.db
      file with the DUP flag in place of DUPSORT. It then copies the
      content of the old references.db file into the new one.
   * Updates between 5.4.4 and 5.4.5:
     + Use DB_ENV->dbrename() and DB_ENV->dbremove() in
       database_translate_legacy_packages (https://bugs.debian.org/1017983)
     + Print complains about lockfile on stderr (https://bugs.debian.org/1071195)
   * Updates between 5.4.3 and 5.4.4:
     + Revert "uncompress: prevent reprepro from hanging on unzstd"
     + Wait for poll event

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/reprepro?expand=0&rev=13
2024-12-28 02:56:41 +00:00
4 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jul 25 15:42:48 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- adjust gpgme build dependency for future-proofing
-------------------------------------------------------------------
Fri Dec 27 16:09:52 UTC 2024 - Michael Calmer <mc@suse.com>
- Update to version 5.4.6
* Print complaints about lockfile on stderr
* The translatelegacyreferences command creates a new
references.db file with the DUP flag in place of DUPSORT. It
then copies the content of the old references.db file into the
new one.
* When an attempt is made to open the references.db file,
reprepro checks if the DUPSORT flag is set. If this is so, the
database needs to be upgraded, so reprepro exits with an error
asking the user to call the new 'translatelegacyreferences'
command.
-------------------------------------------------------------------
Mon Jan 29 08:05:25 UTC 2024 - jun wang <jgwang@suse.com>

View File

@@ -17,14 +17,14 @@
Name: reprepro
Version: 5.4.3
Version: 5.4.6
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: http://deb.debian.org/debian/pool/main/r/reprepro/reprepro_%version.orig.tar.xz
Source: http://deb.debian.org/debian/pool/main/r/reprepro/reprepro_%{version}.orig.tar.xz
BuildRequires: automake
BuildRequires: gpgme-devel
BuildRequires: pkgconfig(gpgme)
BuildRequires: libarchive-devel
BuildRequires: libzstd-devel
BuildRequires: xz-devel
@@ -51,7 +51,7 @@ Checking signatures of mirrored repositories and creating signatures of the
generated Package indexes is supported.
%prep
%autosetup -p1
%autosetup -p1 -n %name-%version
find docs -type f -exec chmod -x {} +
%build

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2879ac4a218c7db78a5390f3d356eed15ebc41fa4a7cf05bf63239981d70ebcc
size 461632

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c577db967ad7da61b44d1a0c11dffd9271bb3ea0e08f6227ea4c7ee7c26e7f3
size 462240