Hello community,
here is the log from the commit of package python-oslo.sphinx for
openSUSE:Factory checked in at 2014-03-09 20:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.sphinx (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.sphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.sphinx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.sphinx/python-oslo.sphinx.changes
2013-11-20 11:25:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.sphinx.new/python-oslo.sphinx.changes
2014-03-09 20:16:52.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Feb 14 10:03:25 UTC 2014 - [email protected]
+
+- Replace git_tarballs source service with download_files and set_version
+ + Use upstream URL as source (enables verification)
+
+-------------------------------------------------------------------
+Thu Feb 13 09:58:06 UTC 2014 - [email protected]
+
+-remove d2to1 dependency
+
+-------------------------------------------------------------------
+Wed Jan 29 09:12:38 UTC 2014 - [email protected]
+
+- Add refresh_patches source service
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.sphinx.spec ++++++
--- /var/tmp/diff_new_pack.L05JWC/_old 2014-03-09 20:16:53.000000000 +0100
+++ /var/tmp/diff_new_pack.L05JWC/_new 2014-03-09 20:16:53.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.sphinx
#
-# 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
@@ -25,16 +25,14 @@
Summary: OpenStack Sphinx
License: Apache-2.0
Group: Development/Languages/Python
-Source: oslo.sphinx-1.1.tar.gz
+Source:
http://tarballs.openstack.org/oslo.sphinx/oslo.sphinx-1.1.tar.gz
Source99: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: openstack-suse-macros
BuildRequires: python-base
-BuildRequires: python-d2to1
BuildRequires: python-pbr
BuildRequires: python-setuptools
-Requires: python-d2to1
Requires: python-pbr
Provides: %{name}-doc = %{version}
Obsoletes: %{name}-doc < %{version}
@@ -51,7 +49,7 @@
layer of Sphinx plugins.
%prep
-%setup -q -n oslo.sphinx-1.1
+%setup -q -n oslo.sphinx-%{version}
%build
python setup.py build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.L05JWC/_old 2014-03-09 20:16:53.000000000 +0100
+++ /var/tmp/diff_new_pack.L05JWC/_new 2014-03-09 20:16:53.000000000 +0100
@@ -1,7 +1,11 @@
<services>
- <service name="git_tarballs" mode="disabled">
- <param
name="url">http://tarballs.openstack.org/oslo.sphinx/oslo.sphinx-1.1.tar.gz</param>
- <param name="email">[email protected]</param>
- <param name="plain-version">True</param>
+ <service mode="disabled" name="download_files">
+ <param name="changesgenerate">enable</param>
+ </service>
+ <service mode="disabled" name="set_version">
+ <param name="basename">oslo.sphinx</param>
+ </service>
+ <service name="refresh_patches" mode="disabled">
+ <param name="changesgenerate">enable</param>
</service>
</services>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]