diff --git a/_service b/_service index 9096294..c5db880 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git .git git-master - 0.5.0.%ct.%h + 0.5.1.%ct.%h master enable diff --git a/_servicedata b/_servicedata index 1074a4d..e3bf31e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/openSUSE/obs-service-tar_scm.git - 6cda976777de4e38ee88efe97353dec92f609614 + de67b88320ca42dbd145c7f14ca062739917dc61 \ No newline at end of file diff --git a/obs-service-tar_scm-0.5.0.1412769870.6cda976.tar.gz b/obs-service-tar_scm-0.5.0.1412769870.6cda976.tar.gz deleted file mode 100644 index 7262123..0000000 --- a/obs-service-tar_scm-0.5.0.1412769870.6cda976.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a1ce20c087a6ea2e946585136c6188073159a92e416d9e10692e17c80e7fb39 -size 28233 diff --git a/obs-service-tar_scm-0.5.1.1426664483.de67b88.tar.gz b/obs-service-tar_scm-0.5.1.1426664483.de67b88.tar.gz new file mode 100644 index 0000000..9f22438 --- /dev/null +++ b/obs-service-tar_scm-0.5.1.1426664483.de67b88.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98256e31c772a823900323dd6750f31a332244a36f66204f1dc3f805199e1f2d +size 29846 diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index 6113624..b3d8c44 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -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 diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index 0dd9e00..c8f76b0 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -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+