Mailinglist Archive: opensuse-commit (1774 mails)
| < Previous | Next > |
commit python-py2pack for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 02 Feb 2011 01:59:53 +0100
- Message-id: <20110202005953.6578F202A8@hilbert.suse.de>
Hello community,
here is the log from the commit of package python-py2pack for openSUSE:Factory
checked in at Wed Feb 2 01:59:53 CET 2011.
--------
--- python-py2pack/python-py2pack.changes 2011-01-18 13:46:32.000000000
+0100
+++ /mounts/work_src_done/STABLE/python-py2pack/python-py2pack.changes
2011-01-26 18:36:59.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Jan 26 17:31:40 UTC 2011 - saschpe@xxxxxx
+
+- Update to version 0.3.10
+ * Removed SUSE-specific %files section
+ * Added README.rst
+
+-------------------------------------------------------------------
+Tue Jan 25 14:13:51 UTC 2011 - saschpe@xxxxxxx
+
+- Update to version 0.3.9
+ * Automatically install egg-info on non-SUSE distros
+- Recompressed with bzip2
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
py2pack-0.3.7.tar.gz
New:
----
py2pack-0.3.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py2pack.spec ++++++
--- /var/tmp/diff_new_pack.t5RXAJ/_old 2011-02-02 01:59:07.000000000 +0100
+++ /var/tmp/diff_new_pack.t5RXAJ/_new 2011-02-02 01:59:07.000000000 +0100
@@ -23,13 +23,13 @@
%define mod_name py2pack
Name: python-%{mod_name}
-Version: 0.3.7
+Version: 0.3.10
Release: 1
Url: http://github.com/saschpe/py2pack
Summary: Generate distribution packages from Python packages on PyPI
License: GPLv2
Group: Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.gz
+Source: %{mod_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-jinja2
@@ -57,16 +57,14 @@
python setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%{?suse_version: --record-rpm=INSTALLED_FILES}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%clean
rm -rf %{buildroot}
-%files %{?suse_version: -f INSTALLED_FILES}
+%files
%defattr(-,root,root,-)
-%if 0%{!?suse_version:1}
%{_bindir}/%{mod_name}
%python_sitelib/%{mod_name}*
-%endif
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |