From e0432821aa43306cfabc20b8975de67cf82255004fad69c12596a4a6124fb52c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 12 Jan 2011 10:48:15 +0000 Subject: [PATCH] - Update to version 0.3.4 * Use '-q' flag for %setup in openSUSE spec template - Update to version 0.3.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=15 --- py2pack-0.3.3.tar.gz | 3 --- py2pack-0.3.4.tar.gz | 3 +++ python-py2pack.changes | 8 +++++++- python-py2pack.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 py2pack-0.3.3.tar.gz create mode 100644 py2pack-0.3.4.tar.gz diff --git a/py2pack-0.3.3.tar.gz b/py2pack-0.3.3.tar.gz deleted file mode 100644 index a326ea8..0000000 --- a/py2pack-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b91e2679d574787195d1c555781aedc396a18e3ed70794220fccad8b41614a40 -size 12068 diff --git a/py2pack-0.3.4.tar.gz b/py2pack-0.3.4.tar.gz new file mode 100644 index 0000000..7271eba --- /dev/null +++ b/py2pack-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffa706947e2a72bb8bedbb25189ed84499606ce813a4249af619f0ce5e4f731 +size 12120 diff --git a/python-py2pack.changes b/python-py2pack.changes index 5f99e74..98481f2 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 12 10:46:44 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.4 + * Use '-q' flag for %setup in openSUSE spec template + ------------------------------------------------------------------- Mon Dec 20 11:48:08 UTC 2010 - saschpe@suse.de -- Uodate to version 0.3.3 +- Update to version 0.3.3 * Moved 'export CFLAGS...' from %prep to %build section in templates diff --git a/python-py2pack.spec b/python-py2pack.spec index 0c06395..3168fdc 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -22,7 +22,7 @@ %define mod_name py2pack Name: python-%{mod_name} -Version: 0.3.3 +Version: 0.3.4 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI