diff --git a/_service b/_service index d8fabc2..a8adf21 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - git://github.com/openSUSE/obs-service-tar_scm.git + git://github.com/adrianschroeter/obs-service-tar_scm.git git .git git-master diff --git a/_servicedata b/_servicedata index 6b0b2d6..c7d1359 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/adrianschroeter/obs-service-tar_scm.git - f4aaf50fd98105daf0405a0d0f7824fbb723e1ac + 67456b7400afa5c2c03d7701682470296497751a git://github.com/openSUSE/obs-service-tar_scm.git 49c9462599650ab6a6d122b9156c732187cf99ea \ No newline at end of file diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index 3660042..a12b346 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 27 15:31:10 UTC 2016 - adrian@suse.de + +- Update to version 0.6.0.1469628830.67456b7: + * pep8 fixes/workarounds + * make yaml dependency optional for travis + * Add an option 'master' to submodules to fetch the latest mater branch. + * do not set files back to 1970... + * transfer mtime via obsinfo + * create needed sub directories for cache handling + ------------------------------------------------------------------- Thu Jul 7 11:32:29 UTC 2016 - adrian@suse.de diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index 0418f71..0dcab63 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -20,18 +20,18 @@ %define seperate_build 0 %if "%seperate_build" == "1" -%define version_unconverted 0.6.0~pre.1467360725.f4aaf50 +%define version_unconverted 0.6.0.1469628830.67456b7 Name: obs-service-obs_scm %else -%define version_unconverted 0.6.0~pre.1467360725.f4aaf50 +%define version_unconverted 0.6.0.1469628830.67456b7 Name: obs-service-%{service} #Obsoletes: obs-service-obs_scm Provides: obs-service-obs_scm = %version-%release %endif Provides: obs-service-tar = %version-%release -Version: 0.6.0.1467889501.49c9462 +Version: 0.6.0.1469628830.67456b7 Release: 0 Summary: An OBS source service: checkout or update a tar ball from svn/git/hg License: GPL-2.0+ @@ -40,7 +40,7 @@ Url: https://github.com/openSUSE/obs-service-%{service} Source: obs-service-tar_scm-%{version}.tar.gz # Fix build on Ubuntu by disabling mercurial tests, not applied in rpm # based distributions -Patch0: 0001-Debianization-disable-running-mercurial-tests.patch +#Patch0: 0001-Debianization-disable-running-mercurial-tests.patch BuildRequires: bzr BuildRequires: git-core BuildRequires: mercurial