1
0

Accepting request 361487 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/361487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-extract_file?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-02-26 21:19:36 +00:00 committed by Git OBS Bridge
commit d37151df59
7 changed files with 29 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.1</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>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-extract_file.git</param>
<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.1 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:830847e40a27690b8c5e71c1698fb752e69260234a21f1c520b559d780db2557
size 2687

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
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
- Update to version 0.2:
+ clarify use of outfilename parameter
+ fix bug with repeated invocations of "osc service dr"
+ choose the most recent archive (fixes #3)
+ improved security and error handling when no archive found
+ added tests
+ improved input file checking and removed obsolete code
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 9 15:43:21 UTC 2014 - jblunck@infradead.org Wed Jul 9 15:43:21 UTC 2014 - jblunck@infradead.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package obs-service-extract_file # spec file for package obs-service-extract_file
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -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.1 Version: 0.3
Release: 0 Release: 0
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Requires: bzip2 Requires: bzip2