- 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. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=266
This commit is contained in:
parent
69a290a341
commit
fd911c1f5a
2
PKGBUILD
2
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')
|
||||
|
@ -5,4 +5,4 @@
|
||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">9f923f8a0442e1a140c059807b4afebb8b6988d2</param></service></servicedata>
|
||||
<param name="changesrevision">888e79c03fa4a8b3aef514176ae77c3dcdcba991</param></service></servicedata>
|
@ -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 <adrian@suse.de>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:189a2dbaf61a59e877a67fab028fa214b2fbf54f260aeebf601eed64b98186c7
|
||||
size 67878
|
3
obs-service-tar_scm-0.10.11.1579870213.888e79c.tar.gz
Normal file
3
obs-service-tar_scm-0.10.11.1579870213.888e79c.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54dd4d51002a97b290e59fea8b96dcd6ad87cda03510eb77c4b0062a7c9c956b
|
||||
size 68792
|
@ -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 <jgonzalez@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user