From 59f9e877ff84d40f632d202ed9c5487bc31c284604276a429757b1e79ba2e1e9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sat, 11 Dec 2010 20:47:33 +0000 Subject: [PATCH] - Update to version 0.2.11 * Fixed openSUSE spec file template check for non-suse distros in %install section OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=8 --- py2pack-0.2.10.tar.gz | 3 --- py2pack-0.2.11.tar.gz | 3 +++ python-py2pack.changes | 7 +++++++ python-py2pack.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 py2pack-0.2.10.tar.gz create mode 100644 py2pack-0.2.11.tar.gz diff --git a/py2pack-0.2.10.tar.gz b/py2pack-0.2.10.tar.gz deleted file mode 100644 index eada7c9..0000000 --- a/py2pack-0.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df5fb1c34e1a2f0d27102c974245088047ccbae0e13634c3281d130918d2f7b4 -size 12328 diff --git a/py2pack-0.2.11.tar.gz b/py2pack-0.2.11.tar.gz new file mode 100644 index 0000000..6b9002f --- /dev/null +++ b/py2pack-0.2.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e2fd3199e5a17b023e1987275f1fa665c5afc2dfab2cd2aa7ba801ff1be1e8 +size 12323 diff --git a/python-py2pack.changes b/python-py2pack.changes index 35b6ccc..64bc02a 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 11 20:46:16 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.11 + * Fixed openSUSE spec file template check for non-suse distros + in %install section + ------------------------------------------------------------------- Sat Dec 11 19:58:18 UTC 2010 - saschpe@gmx.de diff --git a/python-py2pack.spec b/python-py2pack.spec index e470190..2b93ba7 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -18,7 +18,7 @@ # norootforbuild Name: python-py2pack -Version: 0.2.10 +Version: 0.2.11 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI