From 8ed289558af60a23446108b769954823ab96a50859f9efeef66bbd490ea588a6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 20 Dec 2010 11:50:37 +0000 Subject: [PATCH] - Uodate to version 0.3.3 * Moved 'export CFLAGS...' from %prep to %build section in templates * Templates use simple commands instead of macros * Better error handling * Templates generate correct source tarball filenames * Templates packaged correctly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=14 --- py2pack-0.3.2.tar.gz | 3 --- py2pack-0.3.3.tar.gz | 3 +++ python-py2pack.changes | 15 +++++++++++---- python-py2pack.spec | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 py2pack-0.3.2.tar.gz create mode 100644 py2pack-0.3.3.tar.gz diff --git a/py2pack-0.3.2.tar.gz b/py2pack-0.3.2.tar.gz deleted file mode 100644 index 73ae564..0000000 --- a/py2pack-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e5a7c94e7d129f47aec9289b3ce61a15ed5c219bad4e58c47265d4ec10c92f8 -size 12786 diff --git a/py2pack-0.3.3.tar.gz b/py2pack-0.3.3.tar.gz new file mode 100644 index 0000000..a326ea8 --- /dev/null +++ b/py2pack-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91e2679d574787195d1c555781aedc396a18e3ed70794220fccad8b41614a40 +size 12068 diff --git a/python-py2pack.changes b/python-py2pack.changes index 04a7637..5f99e74 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,8 +1,15 @@ +------------------------------------------------------------------- +Mon Dec 20 11:48:08 UTC 2010 - saschpe@suse.de + +- Uodate to version 0.3.3 + * Moved 'export CFLAGS...' from %prep to %build section in + templates + ------------------------------------------------------------------- Thu Dec 16 10:26:53 UTC 2010 - saschpe@gmx.de - Update to version 0.3.2 - * templates use simple commands instead of macros + * Templates use simple commands instead of macros ------------------------------------------------------------------- Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de @@ -15,8 +22,8 @@ Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de Sat Dec 11 22:11:39 UTC 2010 - saschpe@gmx.de - Update to version 0.3.0 - * better error handling - * templates generate correct source tarball filenames + * Better error handling + * Templates generate correct source tarball filenames ------------------------------------------------------------------- Sat Dec 11 20:55:11 UTC 2010 - saschpe@gmx.de @@ -35,7 +42,7 @@ Sat Dec 11 20:46:16 UTC 2010 - saschpe@gmx.de Sat Dec 11 19:58:18 UTC 2010 - saschpe@gmx.de - Update to version 0.2.10 - * templates packaged correctly + * Templates packaged correctly ------------------------------------------------------------------- Sat Dec 11 17:49:03 UTC 2010 - saschpe@gmx.de diff --git a/python-py2pack.spec b/python-py2pack.spec index ca03d2f..0c06395 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -22,7 +22,7 @@ %define mod_name py2pack Name: python-%{mod_name} -Version: 0.3.2 +Version: 0.3.3 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI