Hello community,

here is the log from the commit of package hg-git for openSUSE:Factory checked 
in at 2015-01-20 19:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hg-git (Old)
 and      /work/SRC/openSUSE:Factory/.hg-git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hg-git"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hg-git/hg-git.changes    2014-08-20 
10:51:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hg-git.new/hg-git.changes       2015-01-20 
19:01:18.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Jan 18 18:00:22 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.7.0
+  * no changelog provided, see
+    https://bitbucket.org/durin42/hg-git/commits/tag/0.7.0 for a
+    detailed list of changes
+- Remove unzip build requirement; not needed
+- Cleanup specfile
+- Remove depreciated -f INSTALLED_FILES and --record-rpm=INSTALLED_FILES
+  and use {python_sitelib} instead
+- Remove "env CFLAGS="$RPM_OPT_FLAGS""; useless for a noarch package
+
+-------------------------------------------------------------------
@@ -6 +19 @@
-    https://bitbucket.org/durin42/hg-git/commits/tag/0.6.0 for a
+    https://bitbucket.org/durin42/hg-git/commits/tag/0.6.1 for a

Old:
----
  0.6.1.tar.bz2

New:
----
  0.7.0.tar.bz2

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

Other differences:
------------------
++++++ hg-git.spec ++++++
--- /var/tmp/diff_new_pack.N4L38Y/_old  2015-01-20 19:01:19.000000000 +0100
+++ /var/tmp/diff_new_pack.N4L38Y/_new  2015-01-20 19:01:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hg-git
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,10 +16,10 @@
 #
 
 
-%define rev f67747f18f20
+%define rev fc63d0e2653d
 
 Name:           hg-git
-Version:        0.6.1
+Version:        0.7.0
 Release:        0
 Summary:        Mercurial Plugin for Communicating with Git Servers
 License:        GPL-2.0+
@@ -33,11 +33,9 @@
 # tests
 BuildRequires:  git-daemon
 BuildRequires:  netcat-openbsd
-BuildRequires:  unzip
 Requires:       mercurial
 Requires:       python-dulwich >= 0.9.1
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is the Hg-Git plugin for Mercurial, adding the ability to push and pull
@@ -54,7 +52,7 @@
 %setup -q -n durin42-hg-git-%{rev}
 
 %build
-env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
+python setup.py build
 
 %check
 #export PYTHONPATH="$RPM_BUILD_ROOT%{python_sitelib}"
@@ -62,10 +60,11 @@
 #    python run-tests.py --verbose --with-hg=%{_bindir}/hg
 
 %install
-python setup.py install --prefix=%{_prefix} --root="$RPM_BUILD_ROOT" 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root,-)
 %doc COPYING DESIGN.txt README.md
+%{python_sitelib}
 
 %changelog

++++++ 0.6.1.tar.bz2 -> 0.7.0.tar.bz2 ++++++
++++ 1763 lines of diff (skipped)

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

Reply via email to