Accepting request 292925 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/292925 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=26
This commit is contained in:
commit
fb8c4ad601
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
<param name="versionformat">0.5.0.%ct.%h</param>
|
<param name="versionformat">0.5.1.%ct.%h</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">6cda976777de4e38ee88efe97353dec92f609614</param>
|
<param name="changesrevision">de67b88320ca42dbd145c7f14ca062739917dc61</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a1ce20c087a6ea2e946585136c6188073159a92e416d9e10692e17c80e7fb39
|
|
||||||
size 28233
|
|
3
obs-service-tar_scm-0.5.1.1426664483.de67b88.tar.gz
Normal file
3
obs-service-tar_scm-0.5.1.1426664483.de67b88.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98256e31c772a823900323dd6750f31a332244a36f66204f1dc3f805199e1f2d
|
||||||
|
size 29846
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 18 07:44:18 UTC 2015 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.5.1.1426664483.de67b88:
|
||||||
|
+ be explicit about python2, python may be python3
|
||||||
|
+ Fix newline at the end of @PARENT_TAG@
|
||||||
|
+ Fix Mercurial version format strings in unittest
|
||||||
|
+ Refactoring of package metadata regex matching
|
||||||
|
+ Refactor resetting of uid/gid so that it is reusable
|
||||||
|
+ Fix handling of --include option
|
||||||
|
+ Fix handling of --exclude option
|
||||||
|
+ Refactor subdir handling of tarchecker's to prevent code duplication
|
||||||
|
+ ignore PEP8's E731 check for lambdas
|
||||||
|
+ PEP8 E402 fix: set PYTHONPATH outside code
|
||||||
|
+ add @TAG_OFFSET@ support in versionformat for git
|
||||||
|
+ fix inconsistencies in tar_scm.service
|
||||||
|
+ - fix .service file syntax (OBS 2.6.1 is checking now)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 08 12:13:42 UTC 2014 - aspiers@suse.com
|
Wed Oct 08 12:13:42 UTC 2014 - aspiers@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-tar_scm
|
# spec file for package obs-service-tar_scm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define service tar_scm
|
%define service tar_scm
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.5.0.1412769870.6cda976
|
Version: 0.5.1.1426664483.de67b88
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user