Accepting request 874266 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/874266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=64
This commit is contained in:
commit
1872c69e73
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.20.1606128060.135ac94
|
||||
pkgver=0.10.21.1612422695.2fdf897
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">135ac94675cc21639b5386d2504eb043098e0ff1</param></service></servicedata>
|
||||
<param name="changesrevision">24d0fc541e3ba769d3aae098d3952dea275b59af</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.20.1606128060.135ac94
|
||||
Version: 0.10.21.1612422695.2fdf897
|
||||
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:e19e76556538dcb8df524d23514d290cf73acfef0a26bc816fc9bec738120448
|
||||
size 231179
|
3
obs-service-tar_scm-0.10.21.1612422695.2fdf897.tar.gz
Normal file
3
obs-service-tar_scm-0.10.21.1612422695.2fdf897.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8921d02a3f8b1afdcaa661fa0446f2d15700569709aa418a00cc681a1edc2111
|
||||
size 232013
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 07:47:00 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.21.1612422695.2fdf897:
|
||||
* fixes boo#1127353
|
||||
* fixes boo#1168573
|
||||
* activate pylint3.8 and fixed false positives
|
||||
* don`t sanitize version if versionrewrite_pattern is set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 01 09:16:58 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
@ -136,8 +145,25 @@ Thu Aug 22 11:25:57 UTC 2019 - FSchreiner@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 05 14:47:42 UTC 2019 - FSchreiner@suse.com
|
||||
|
||||
- Fixes boo#1138377
|
||||
- Update to version 0.10.9.1559745964.22c86cd:
|
||||
* [dist] python3 for SLE12 and openSUSE 42.3
|
||||
* [dist] enable python3 in SLE >= 12
|
||||
* fix encoding error for surrogates
|
||||
* glibc-common was used up to FC23 and RHEL7
|
||||
* Compile python files before install
|
||||
* change order in GNUMakefile to prefer python3
|
||||
* More thorought spec file cleanup
|
||||
* predefine python version in spec file for GNUMAkefile
|
||||
* [dist] spec file: python3 only and multidist
|
||||
* Git also uses the LANGUAGE variable
|
||||
* centos_version and rhel_version are triple digits
|
||||
* Minimize diff with the version in openSUSE:Tools
|
||||
* Fix the logic to pick the locale package on Fedora
|
||||
* Forgot the guard 0 in one conditional
|
||||
* Require packages to get the en_US.UTF-8 locales
|
||||
* enforce bytes for cpio file list
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 04 11:42:50 UTC 2019 - FSchreiner@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package obs-service-tar_scm-test
|
||||
# spec file for package obs-service-tar_scm
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -111,8 +111,8 @@ Recommends: %{use_python}-keyrings.alt \
|
||||
|
||||
%define pkg_name obs-service-tar_scm
|
||||
Name: %{pkg_name}%{nsuffix}
|
||||
%define version_unconverted 0.10.20.1606128060.135ac94
|
||||
Version: 0.10.20.1606128060.135ac94
|
||||
%define version_unconverted 0.10.21.1612422695.2fdf897
|
||||
Version: 0.10.21.1612422695.2fdf897
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user