updae
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=114
This commit is contained in:
parent
1dbaf87c43
commit
046a525b41
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="version">git-master</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">f4aaf50fd98105daf0405a0d0f7824fbb723e1ac</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">67456b7400afa5c2c03d7701682470296497751a</param></service><service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">49c9462599650ab6a6d122b9156c732187cf99ea</param></service></servicedata>
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user