diff --git a/python-smmap.changes b/python-smmap.changes index cf75365..78b42ff 100644 --- a/python-smmap.changes +++ b/python-smmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 19 02:02:31 UTC 2012 - alexandre@exatati.com.br + +- Update to 0.8.2: + - Sorry, no changelog yet. + ------------------------------------------------------------------- Wed Jul 6 22:09:01 UTC 2011 - alexandre@exatati.com.br diff --git a/python-smmap.spec b/python-smmap.spec index 348b751..5408415 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -1,7 +1,7 @@ # # spec file for package python-smmap # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products 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,11 +19,11 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-smmap -Version: 0.8.1 +Version: 0.8.2 Release: 0 Url: https://github.com/Byron/smmap Summary: A pure git implementation of a sliding window memory map manager -License: BSD +License: BSD-2-Clause Group: Development/Languages/Python Source: smmap-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,15 +51,11 @@ The documentation can be found here: http://packages.python.org/smmap %setup -q -n smmap-%{version} %build -export CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %{python_sitelib}/* diff --git a/smmap-0.8.1.tar.bz2 b/smmap-0.8.1.tar.bz2 deleted file mode 100644 index 4f0ba51..0000000 --- a/smmap-0.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2fa5a9ee0505758c1100d6efc0088e1f44b9a090ba22d558c5c681c0ed230a2 -size 17276 diff --git a/smmap-0.8.2.tar.bz2 b/smmap-0.8.2.tar.bz2 new file mode 100644 index 0000000..2d640cb --- /dev/null +++ b/smmap-0.8.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b61ef60aee163818bbdd461e7c9902cbd5405361e3b83c25a73d40acdeb350e +size 17429