From 4df6c67189c654909db10433af017fb27a2f3865af519868ca5ef6aac74e0f8f Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Sun, 18 Oct 2015 22:43:53 +0000 Subject: [PATCH] Accepting request 339733 from home:ecsos update to 0.5.3 OBS-URL: https://build.opensuse.org/request/show/339733 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=5 --- pylibacl-0.5.1.tar.bz2 | 3 --- pylibacl-0.5.3.tar.gz | 3 +++ python-pylibacl.changes | 12 ++++++++++++ python-pylibacl.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 pylibacl-0.5.1.tar.bz2 create mode 100644 pylibacl-0.5.3.tar.gz diff --git a/pylibacl-0.5.1.tar.bz2 b/pylibacl-0.5.1.tar.bz2 deleted file mode 100644 index d96be86..0000000 --- a/pylibacl-0.5.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33a0c5956e3f0d10323cc0cdf1e575813eac398e906231e2424be4fcbef3691b -size 27663 diff --git a/pylibacl-0.5.3.tar.gz b/pylibacl-0.5.3.tar.gz new file mode 100644 index 0000000..959e541 --- /dev/null +++ b/pylibacl-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40be9f1fc5de05e4c25505c45ad7cda61b3b8db5dd730e98b6d2c05574e07d30 +size 33253 diff --git a/python-pylibacl.changes b/python-pylibacl.changes index 4b5d2e2..4d417d2 100644 --- a/python-pylibacl.changes +++ b/python-pylibacl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Oct 18 16:07:28 UTC 2015 - ecsos@opensuse.org + +- update to 0.5.3 + - Enable all FreeBSD versions after 7.x at level 2 + - Make test suite pass under FreeBSD, which has a stricter + behaviour with regards to invalid ACLs (which we do exercise + in the test suite) +- update to 0.5.2 + - No visible changes release: just fix tests when running under + pypy. + ------------------------------------------------------------------- Thu Oct 24 11:11:58 UTC 2013 - speilicke@suse.com diff --git a/python-pylibacl.spec b/python-pylibacl.spec index 5196f27..11c1c4c 100644 --- a/python-pylibacl.spec +++ b/python-pylibacl.spec @@ -1,7 +1,7 @@ # # spec file for package python-pylibacl # -# Copyright (c) 2013 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 @@ -17,13 +17,13 @@ Name: python-pylibacl -Version: 0.5.1 +Version: 0.5.3 Release: 0 Summary: Python POSIX.1e ACL module License: LGPL-2.1+ Group: Development/Libraries/Python Url: http://pylibacl.k1024.org/ -Source: pylibacl-%{version}.tar.bz2 +Source: https://github.com/iustin/pylibacl/releases/download/pylibacl-v%{version}/pylibacl-%{version}.tar.gz BuildRequires: fdupes BuildRequires: libacl-devel BuildRequires: python-devel