diff --git a/PKGBUILD b/PKGBUILD index 2a4a682..23ecd0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=obs-service-recompress -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=0 pkgdesc="An OBS source service: Recompress files" arch=('i686' 'x86_64') diff --git a/_service b/_service index b98f404..c2c3036 100644 --- a/_service +++ b/_service @@ -1,19 +1,17 @@ - - git@github.com:openSUSE/obs-service-recompress.git + + https://github.com/openSUSE/obs-service-recompress.git git - .git - 0.5.1 - 0.5.1 - enable + 0.5.2 + 0.5.2 - + *.tar gz - + obs-service-recompress diff --git a/debian.dsc b/debian.dsc index ad14c2e..13e80ee 100644 --- a/debian.dsc +++ b/debian.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-recompress -Version: 0.5.1-0 +Version: 0.5.2-0 Binary: obs-service-recompress Maintainer: Adrian Schroeter Architecture: all diff --git a/obs-service-recompress-0.5.1.tar.gz b/obs-service-recompress-0.5.1.tar.gz deleted file mode 100644 index 76b6b07..0000000 --- a/obs-service-recompress-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5cce6af87beb6d4da5bc9f29c76b094f7ca156c84b1b6017cf4fc1ad4bba7ad -size 11569 diff --git a/obs-service-recompress-0.5.2.tar.gz b/obs-service-recompress-0.5.2.tar.gz new file mode 100644 index 0000000..b9a8058 --- /dev/null +++ b/obs-service-recompress-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2791d4916c9e306b6834d9140168ac58d3cefa670d24ad5f90f086aea97e05 +size 11444 diff --git a/obs-service-recompress.changes b/obs-service-recompress.changes index 28ef865..66c09f0 100644 --- a/obs-service-recompress.changes +++ b/obs-service-recompress.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 1 14:41:26 UTC 2022 - Adrian Schröter + +- update to version 0.5.2: + * zstd compression with rsyncable and higher compression + +------------------------------------------------------------------- +Thu Feb 24 01:43:12 UTC 2022 - Luca Boccassi + +- disable zstd on RHEL, the package is not available on OBS + ------------------------------------------------------------------- Sun Jan 30 23:05:35 UTC 2022 - Dirk Müller diff --git a/obs-service-recompress.spec b/obs-service-recompress.spec index 33f9c30..76f8ed2 100644 --- a/obs-service-recompress.spec +++ b/obs-service-recompress.spec @@ -18,7 +18,7 @@ %define service recompress Name: obs-service-%{service} -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: An OBS source service: Recompress files License: GPL-2.0-or-later @@ -34,7 +34,7 @@ Requires: bzip2 Requires: xz BuildArch: noarch # Enable zstd on all supported distributions -%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25 || 0%{?rhel} >= 6 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25 BuildRequires: zstd Requires: zstd %endif