1
0

Accepting request 620565 from openSUSE:Tools

- Update to version 0.9.1.1530616709.1329314:
  * improve handling of corrupt git cache directories
  * only do git stash save/pop if we have a non-empty working tree (#228)
  * sort imports
  * don't allow DEBUG_TAR_SCM to change behaviour (#240)
  * add stub user docs in lieu of something proper (#238)
  * [dist] fix build for distros not yet supporting Recommends tag
  * Remove clone_dir if clone fails
  * python-unittest2 is only required for the optional make check
  * move python-unittest2 dep to test suite only part (submission by olh)

OBS-URL: https://build.opensuse.org/request/show/620565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2018-07-07 19:53:08 +00:00 committed by Git OBS Bridge
commit 3fcc911e0c
6 changed files with 31 additions and 9 deletions

View File

@ -1,5 +1,5 @@
pkgname=obs-service-tar_scm pkgname=obs-service-tar_scm
pkgver=0.8.0.1507129410.0cb2d44 pkgver=0.9.0.1523267117.de861d8
pkgrel=0 pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)" pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any') arch=('any')
@ -8,7 +8,7 @@ license=('GPL3')
groups=('base-devel') groups=('base-devel')
makedepends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-lxml' 'python2-mock' 'python2-unittest2' 'bzr' 'git' 'mercurial' 'subversion' ) makedepends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-lxml' 'python2-mock' 'python2-unittest2' 'bzr' 'git' 'mercurial' 'subversion' )
depends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' ) depends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
source=("obs-service-tar_scm-${pkgver}.tar.gz::https://github.com/openSUSE/obs-service-tar_scm/archive/v${pkgver}.tar.gz") source=("obs-service-tar_scm-${pkgver}.tar.gz")
provides=('obs-service-tar') provides=('obs-service-tar')
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@ -5,4 +5,4 @@
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param> <param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm"> <param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param> <param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
<param name="changesrevision">092ed79e144abbfee97fef9aebf1e93bc40ab3fa</param></service></servicedata> <param name="changesrevision">e6cc8b8ac6fdba7cf6fb9671d3ccc4bffb10bb0e</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 03 19:31:48 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 0.9.1.1530616709.1329314:
* improve handling of corrupt git cache directories
* only do git stash save/pop if we have a non-empty working tree (#228)
* sort imports
* don't allow DEBUG_TAR_SCM to change behaviour (#240)
* add stub user docs in lieu of something proper (#238)
* [dist] fix build for distros not yet supporting Recommends tag
* Remove clone_dir if clone fails
* python-unittest2 is only required for the optional make check
* move python-unittest2 dep to test suite only part (submission by olh)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 19 09:52:18 UTC 2018 - fschreiner@suse.de Thu Apr 19 09:52:18 UTC 2018 - fschreiner@suse.de

View File

@ -19,8 +19,8 @@
%bcond_without obs_scm_testsuite %bcond_without obs_scm_testsuite
Name: obs-service-tar_scm Name: obs-service-tar_scm
%define version_unconverted 0.9.0.1523267117.de861d8 %define version_unconverted 0.9.1.1530616709.1329314
Version: 0.9.0.1523267117.de861d8 Version: 0.9.1.1530616709.1329314
Release: 0 Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -51,13 +51,15 @@ BuildRequires: python-PyYAML
BuildRequires: python-dateutil BuildRequires: python-dateutil
BuildRequires: python-lxml BuildRequires: python-lxml
BuildRequires: python-mock BuildRequires: python-mock
BuildRequires: python-unittest2
%endif %endif
BuildRequires: python >= 2.6 BuildRequires: python >= 2.6
BuildRequires: python-unittest2
Requires: git-core Requires: git-core
%if 0%{?suse_version} >= 1315
Recommends: bzr Recommends: bzr
Recommends: mercurial Recommends: mercurial
Recommends: subversion Recommends: subversion
%endif
Requires: obs-service-obs_scm-common = %version-%release Requires: obs-service-obs_scm-common = %version-%release
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
@ -100,9 +102,11 @@ Summary: Creates a OBS cpio from a remote SCM resource
Group: Development/Tools/Building Group: Development/Tools/Building
Provides: obs-service-tar_scm:/usr/lib/obs/service/obs_scm.service Provides: obs-service-tar_scm:/usr/lib/obs/service/obs_scm.service
Requires: git-core Requires: git-core
%if 0%{?suse_version} >= 1315
Recommends: bzr Recommends: bzr
Recommends: mercurial Recommends: mercurial
Recommends: subversion Recommends: subversion
%endif
Requires: obs-service-obs_scm-common = %version-%release Requires: obs-service-obs_scm-common = %version-%release
%description -n obs-service-obs_scm %description -n obs-service-obs_scm
@ -115,9 +119,11 @@ into a tar ball during build time.
Summary: Handles source downloads defined in appimage.yml files Summary: Handles source downloads defined in appimage.yml files
Group: Development/Tools/Building Group: Development/Tools/Building
Requires: git-core Requires: git-core
%if 0%{?suse_version} >= 1315
Recommends: bzr Recommends: bzr
Recommends: mercurial Recommends: mercurial
Recommends: subversion Recommends: subversion
%endif
Requires: obs-service-obs_scm-common = %version-%release Requires: obs-service-obs_scm-common = %version-%release
%description -n obs-service-appimage %description -n obs-service-appimage
@ -129,9 +135,11 @@ Summary: Handles source downloads defined in snapcraft.yaml files
Group: Development/Tools/Building Group: Development/Tools/Building
Provides: obs-service-tar_scm:/usr/lib/obs/service/snapcraft.service Provides: obs-service-tar_scm:/usr/lib/obs/service/snapcraft.service
Requires: git-core Requires: git-core
%if 0%{?suse_version} >= 1315
Recommends: bzr Recommends: bzr
Recommends: mercurial Recommends: mercurial
Recommends: subversion Recommends: subversion
%endif
Requires: obs-service-obs_scm-common = %version-%release Requires: obs-service-obs_scm-common = %version-%release
%description -n obs-service-snapcraft %description -n obs-service-snapcraft