Adrian Schröter 2015-03-18 07:46:12 +00:00 committed by Git OBS Bridge
parent a83943a07a
commit 10f01be92c
6 changed files with 25 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</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="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
<param name="changesrevision">6cda976777de4e38ee88efe97353dec92f609614</param>
<param name="changesrevision">de67b88320ca42dbd145c7f14ca062739917dc61</param>
</service>
</servicedata>

View File

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

View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define service tar_scm
Name: obs-service-%{service}
Version: 0.5.0.1412769870.6cda976
Version: 0.5.1.1426664483.de67b88
Release: 0
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
License: GPL-2.0+