Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2014-06-01 19:40:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rtslib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rtslib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rtslib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes      
2014-01-02 18:30:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2014-06-01 19:40:42.000000000 +0200
@@ -1,0 +2,17 @@
+Mon May 19 08:16:42 CEST 2014 - h...@suse.de
+
+- Add pyparsing to requires
+- README got renamed to README.md
+
+-------------------------------------------------------------------
+Fri May 16 15:48:28 CEST 2014 - h...@suse.de
+
+- Update to latest git commit
+  * Update README
+  * Minor fixes
+  * Add support for nullio ramdisks
+  * Update copyright notice
+  * Build fixes
+  * Add rtslib-git-update.patch
+
+-------------------------------------------------------------------

New:
----
  rtslib-git-update.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rtslib.spec ++++++
--- /var/tmp/diff_new_pack.00wJvu/_old  2014-06-01 19:40:43.000000000 +0200
+++ /var/tmp/diff_new_pack.00wJvu/_new  2014-06-01 19:40:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rtslib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -28,13 +28,16 @@
 Url:            https://github.com/Datera/rtslib
 # Source:         https://github.com/Datera/%{oname}/archive/%{version}.tar.gz
 Source:         %{oname}-%{version}.tar.bz2
+Patch0:         %{oname}-git-update.patch
 Requires:       python-configobj
 Requires:       python-ipaddr
 Requires:       python-netifaces
+Requires:       python-pyparsing
 BuildRequires:  python-configobj
 BuildRequires:  python-devel
 BuildRequires:  python-ipaddr
 BuildRequires:  python-netifaces
+BuildRequires:  python-pyparsing
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       %{name}-doc = %{version}
@@ -64,6 +67,7 @@
 
 %prep
 %setup -q -n %{oname}-%{version}
+%patch0 -p1
 
 %build
 python setup.py build
@@ -73,7 +77,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING
+%doc README.md COPYING
 %{python_sitelib}/*
 
 %changelog

++++++ rtslib-git-update.patch ++++++
++++ 8917 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to