diff --git a/PKGBUILD b/PKGBUILD index c22fe3b..a1aa254 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=obs-service-tar_scm -pkgver=0.10.10.1566390389.9f923f8 +pkgver=0.10.11.1579870213.888e79c pkgrel=0 pkgdesc="Source Service for the OpenSUSE Build Service (OBS)" arch=('any') diff --git a/_servicedata b/_servicedata index 613a1a6..0579c1b 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ git://github.com/M0ses/obs-service-tar_scm.git b742dfc0e12755cf306a95439494b5bdde7c0c61 git://github.com/openSUSE/obs-service-tar_scm.git - 9f923f8a0442e1a140c059807b4afebb8b6988d2 \ No newline at end of file + 888e79c03fa4a8b3aef514176ae77c3dcdcba991 \ No newline at end of file diff --git a/debian.dsc b/debian.dsc index 0275dba..09afa45 100644 --- a/debian.dsc +++ b/debian.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-tar-scm -Version: 0.10.10.1566390389.9f923f8 +Version: 0.10.11.1579870213.888e79c Provides: obs-service-obs_scm, obs-service-tar Binary: obs-service-tar_scm Maintainer: Adrian Schroeter diff --git a/obs-service-tar_scm-0.10.10.1566390389.9f923f8.tar.gz b/obs-service-tar_scm-0.10.10.1566390389.9f923f8.tar.gz deleted file mode 100644 index b17b5f6..0000000 --- a/obs-service-tar_scm-0.10.10.1566390389.9f923f8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:189a2dbaf61a59e877a67fab028fa214b2fbf54f260aeebf601eed64b98186c7 -size 67878 diff --git a/obs-service-tar_scm-0.10.11.1579870213.888e79c.tar.gz b/obs-service-tar_scm-0.10.11.1579870213.888e79c.tar.gz new file mode 100644 index 0000000..0601b6f --- /dev/null +++ b/obs-service-tar_scm-0.10.11.1579870213.888e79c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dd4d51002a97b290e59fea8b96dcd6ad87cda03510eb77c4b0062a7c9c956b +size 68792 diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index ffead5d..5391a42 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 24 15:46:08 UTC 2020 - FSchreiner@suse.com + +- Update to version 0.10.11.1579870213.888e79c: + * Add testcase for appimage with empty build section + * Handle missing build entry in appimage.yml + * Fix --mirror argument position for git clone + * Re-enable compatibility with Python 2.6 + * fix decoding for locale -a containg non-ASCII + * update_cache in git now does merge + * prefer local branch over remote + * added UnicodeDecodeError to exeption list in archive.py + * fetch rev explicitly if using CACHEDIRECTORY and rev could not be found + * tar_scm.service.in: Add example to match-tag. + ------------------------------------------------------------------- Tue Oct 1 10:12:16 UTC 2019 - Julio González Gil diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index 3657d5a..d913fec 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -1,7 +1,7 @@ # # spec file for package obs-service-tar_scm # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_with obs_scm_testsuite %endif -%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?rhel} >= 8 +%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 %bcond_without python3 %else %bcond_with python3 @@ -53,14 +53,14 @@ %endif %endif -%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} || 0%{?rhel} -%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?rhel} >= 8 +%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} +%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 %define pyyaml_package %{use_python}-PyYAML %else %define pyyaml_package PyYAML %endif -%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?rhel} >= 8 +%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 %define locale_package glibc-langpack-en %else %define locale_package glibc-common @@ -90,13 +90,13 @@ Recommends: obs-service-download_files \ ######## END OF MACROS AND FUN ################################### Name: obs-service-tar_scm -%define version_unconverted 0.10.10.1566390389.9f923f8 -Version: 0.10.10.1566390389.9f923f8 +%define version_unconverted 0.10.11.1579870213.888e79c +Version: 0.10.11.1579870213.888e79c Release: 0 Summary: An OBS source service: create tar ball from svn/git/hg License: GPL-2.0-or-later Group: Development/Tools/Building -Url: https://github.com/openSUSE/obs-service-tar_scm +URL: https://github.com/openSUSE/obs-service-tar_scm Source: %{name}-%{version}.tar.gz # Fix build on Ubuntu by disabling mercurial tests, not applied in rpm