forked from pool/obs-service-tar_scm
Accepting request 407102 from openSUSE:Tools
version update to 0.6.0, will become also a mainteannce update OBS-URL: https://build.opensuse.org/request/show/407102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=30
This commit is contained in:
commit
b53071d97a
4
_service
4
_service
@ -1,10 +1,10 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<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.6.0~pre.%ct.%h</param>
|
<param name="versionformat">0.6.0.%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,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">57c0bab02cbb6090d85f05e2b06ba9b1471176d9</param></service></servicedata>
|
<param name="changesrevision">f4aaf50fd98105daf0405a0d0f7824fbb723e1ac</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>
|
3
obs-service-tar_scm-0.6.0.1467889501.49c9462.tar.gz
Normal file
3
obs-service-tar_scm-0.6.0.1467889501.49c9462.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54325b838b99adbd35aadcbb32cba4a7c8f3a198c62ed8a8e7755fa636614085
|
||||||
|
size 37157
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df1b479406f570bac0c1ca94b719856eae5caf15821dfb568b7c8c67a16ea04b
|
|
||||||
size 32819
|
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 7 11:32:29 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- update to official version 0.6.0
|
||||||
|
(latest package became official)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 07 11:32:21 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.6.0.1467889501.49c9462:
|
||||||
|
+ very first obs_scm implementation
|
||||||
|
+ allow extracting of (spec) files
|
||||||
|
+ allow to include local changes when using "obs_scm" service via local osc commands.
|
||||||
|
+ make obsinfo parameter for tar service optional
|
||||||
|
+ support filtering on creation of cpio archives
|
||||||
|
+ - add debian provides
|
||||||
|
+ - make cleaning message a debug message
|
||||||
|
+ report error when specified revision got not found
|
||||||
|
+ add snapcraft.yaml support
|
||||||
|
+ merge upstream
|
||||||
|
+ minor cleanup
|
||||||
|
+ fix typo, wrong file name of new snapcraft.yaml
|
||||||
|
+ fix some more merge regressions
|
||||||
|
+ pep8 fixes/workarounds
|
||||||
|
+ make yaml dependency optional for travis
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 01 08:12:40 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- added snapcraft support via own service
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 06:06:18 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.6.0~pre.1467126663.ec976d1:
|
||||||
|
* Allow to manually specify a base for @TAG_OFFSET@
|
||||||
|
* - make cleaning message a debug message
|
||||||
|
* Honour "subdir" param for changesgenerate
|
||||||
|
* report error when specified revision got not found
|
||||||
|
* Extend fixture to create commits with a specific timestamp
|
||||||
|
* Use commit timestamp as mtime for files and directories in tarball
|
||||||
|
* Workaround bug in Mercurial localdate filter
|
||||||
|
* fix breakage from conflict of #63 and #85
|
||||||
|
* Provide test for git tag fetching
|
||||||
|
* Add ability to generate changes file when using svn
|
||||||
|
* add snapcraft.yaml support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 26 13:44:48 UTC 2016 - adrian@suse.de
|
Tue Apr 26 13:44:48 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -20,18 +20,18 @@
|
|||||||
%define seperate_build 0
|
%define seperate_build 0
|
||||||
|
|
||||||
%if "%seperate_build" == "1"
|
%if "%seperate_build" == "1"
|
||||||
%define version_unconverted 0.6.0~pre.1461681073.57c0bab
|
%define version_unconverted 0.6.0~pre.1467360725.f4aaf50
|
||||||
|
|
||||||
Name: obs-service-obs_scm
|
Name: obs-service-obs_scm
|
||||||
%else
|
%else
|
||||||
%define version_unconverted 0.6.0~pre.1461681073.57c0bab
|
%define version_unconverted 0.6.0~pre.1467360725.f4aaf50
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
#Obsoletes: obs-service-obs_scm
|
#Obsoletes: obs-service-obs_scm
|
||||||
Provides: obs-service-obs_scm = %version-%release
|
Provides: obs-service-obs_scm = %version-%release
|
||||||
%endif
|
%endif
|
||||||
Provides: obs-service-tar = %version-%release
|
Provides: obs-service-tar = %version-%release
|
||||||
Version: 0.6.0~pre.1461681073.57c0bab
|
Version: 0.6.0.1467889501.49c9462
|
||||||
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+
|
||||||
@ -45,11 +45,16 @@ BuildRequires: bzr
|
|||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: mercurial
|
BuildRequires: mercurial
|
||||||
BuildRequires: python >= 2.6
|
BuildRequires: python >= 2.6
|
||||||
|
BuildRequires: python-dateutil
|
||||||
BuildRequires: python-lxml
|
BuildRequires: python-lxml
|
||||||
|
BuildRequires: python-mock
|
||||||
|
BuildRequires: python-yaml
|
||||||
BuildRequires: subversion
|
BuildRequires: subversion
|
||||||
Requires: bzr
|
Requires: bzr
|
||||||
Requires: git-core
|
Requires: git-core
|
||||||
Requires: mercurial
|
Requires: mercurial
|
||||||
|
Requires: python-dateutil
|
||||||
|
Requires: python-yaml
|
||||||
Requires: subversion
|
Requires: subversion
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
Requires: python-argparse
|
Requires: python-argparse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user