1
0

- Update to version 0.3:

+ boo#967265 
  + use native package format instead of quilt
  + prevent unzip from executing with illegal options

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-extract_file?expand=0&rev=11
This commit is contained in:
Frank Schreiner 2016-02-18 16:42:40 +00:00 committed by Git OBS Bridge
parent f1380a75f2
commit 9029925065
7 changed files with 14 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">git@github.com:openSUSE/obs-service-extract_file.git</param> <param name="url">git@github.com:openSUSE/obs-service-extract_file.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="version">0.2</param> <param name="version">0.3</param>
<param name="revision">master</param> <param name="revision">master</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-extract_file.git</param> <param name="url">git@github.com:openSUSE/obs-service-extract_file.git</param>
<param name="changesrevision">f98a127ae1c84699e0700e8ab6b643a2c660932b</param></service></servicedata> <param name="changesrevision">acb33c06fc882cee6aee7bceb34d65123320841e</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-extract-file Source: obs-service-extract-file
Version: 0.2 Version: 0.3
Binary: obs-service-extract-file Binary: obs-service-extract-file
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all Architecture: all

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90c02b11a9682bbab2394cfe5a6fe47f65efe9c15604516bab3e1c219ce637d5
size 4020

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 18 16:08:30 UTC 2016 - opensuse-packaging@opensuse.org
- Update to version 0.2:
+ use native package format instead of quilt
+ prevent unzip from executing with illegal options
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 17 14:01:56 UTC 2016 - opensuse-packaging@opensuse.org Wed Feb 17 14:01:56 UTC 2016 - opensuse-packaging@opensuse.org

View File

@ -20,7 +20,7 @@ Name: obs-service-extract_file
Summary: An OBS source service: Extract a file from an archive Summary: An OBS source service: Extract a file from an archive
License: GPL-2.0+ License: GPL-2.0+
Group: Development/Tools/Building Group: Development/Tools/Building
Version: 0.2 Version: 0.3
Release: 0 Release: 0
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Requires: bzip2 Requires: bzip2