Adrian Schröter 2015-07-24 06:29:26 +00:00 committed by Git OBS Bridge
parent 55822dc772
commit 9b7a2aaa0f
7 changed files with 40 additions and 8 deletions

View File

@ -1,4 +1,4 @@
asd=yxc
pkgrel=0
md5sums=('df5a1fdf5313a841afcbd82dd1ab593d')
md5sums=('801b31dd37c1db8fd7164e4c91dc0eaf')

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">310b9a0efc</param></service>
<param name="changesrevision">7ee0a9a99cee2a7f56c9e74cc66834166ebffffe</param></service>
</servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-set-version
Version: 0.4.2
Version: 0.5.0
Binary: obs-service-set-version
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

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

View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Jul 24 06:27:51 UTC 2015 - adrian@suse.de
- Update to version 0.5.0:
+ Add Makefile with install target
+ Change debian source format to 'native'
+ Fix tar file detection for PKGBUILD
+ Add Testsuite and README.md
+ - empty dummy commit to test travis hook
+ Disable py26, enable py{33,34} for tests
+ Add basic test for debian changelogs
+ Add travis build status image to README
+ Also do negative test for debian/changelog
+ Move testdata to .json files
+ Move _write_tarfile() to base test class
+ Remove python 2.6 compat import
+ Reuse test data for debian changelog tests
+ Rewrite set_version in python
+ Install devscripts in travis-ci test env
+ Restructure version detection code
+ Allow files in test tarballs
+ Add package type detection for python
+ Add version converter for python packages
+ Run python version converter tests with dpkg
+ Add function to add or replace a %define
+ Fix problem with replacing tags in spec files
+ Add function to replace %{version} in %setup
+ Add custom line support for _write_specfile func
+ Finally use version conversion for python packages
+ Skip some tests if zypper or dpkg are unavailable
+ Use python binary from virtualenv
-------------------------------------------------------------------
Thu Sep 11 12:44:10 UTC 2014 - jblunck@infradead.org

View File

@ -1,7 +1,7 @@
#
# spec file for package obs-service-set_version
#
# 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 set_version
Name: obs-service-%{service}
Version: 0.4.2
Version: 0.5.0
Release: 0
Summary: An OBS source service: Update spec file version
License: GPL-2.0+