Hello community,

here is the log from the commit of package hgview for openSUSE:Factory checked 
in at 2018-11-26 10:22:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hgview (Old)
 and      /work/SRC/openSUSE:Factory/.hgview.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hgview"

Mon Nov 26 10:22:11 2018 rev:11 rq:649520 version:1.10.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/hgview/hgview.changes    2014-08-20 
10:51:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hgview.new.19453/hgview.changes 2018-11-26 
10:23:24.921513438 +0100
@@ -1,0 +2,7 @@
+Fri Nov 16 08:34:25 UTC 2018 - [email protected]
+
+- update to 1.10.3:
+  * clean filtering implementation and filtering UI update
+  * fix build with mercurial >= 4.7 (boo#1116063)
+
+-------------------------------------------------------------------

Old:
----
  hgview-1.8.2.tar.bz2

New:
----
  hgview-1.10.3.tar.gz

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

Other differences:
------------------
++++++ hgview.spec ++++++
--- /var/tmp/diff_new_pack.YODDJk/_old  2018-11-26 10:23:25.637512596 +0100
+++ /var/tmp/diff_new_pack.YODDJk/_new  2018-11-26 10:23:25.637512596 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hgview
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,16 +18,13 @@
 
 
 Name:           hgview
-Version:        1.8.2
+Version:        1.10.3
 Release:        0
 Summary:        Visual Log Navigator for Mercurial
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Version Control
-Url:            http://www.logilab.org/project/hgview
-# hg clone http://hg.logilab.org/hgview
-# tag="$(hg -R hgview tags | sort -r | sed -n 
'0,/^hgview-version-/s/^\(hgview-version-[^ ]\{1,\}\).*/\1/p')"
-# hg -R hgview archive -f tbz2 -r "${tag}" 
hgview-"${tag#hgview-version-}".tar.bz2
-Source:         %{name}-%{version}.tar.bz2
+URL:            http://www.logilab.org/project/hgview
+Source:         
http://download.logilab.org/pub/hgview/%{name}-%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  mercurial
 BuildRequires:  python-devel
@@ -35,7 +32,6 @@
 BuildRequires:  python-qt4-utils
 BuildRequires:  python-setuptools
 BuildRequires:  xmlto
-%{py_requires}
 Requires:       mercurial
 Requires:       python-pygments
 Requires:       python-pyinotify
@@ -43,7 +39,6 @@
 Recommends:     hgview-qt4
 # for the optional curses interface in the main package
 Recommends:     python-urwid
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -66,10 +61,10 @@
 %setup -q
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install \
+python setup.py install \
     --prefix=%{_prefix} \
     --root=%{buildroot}
 mkdir -p %{buildroot}%{_datadir}
@@ -77,21 +72,17 @@
 rm -rf %{buildroot}%{_datadir}/doc/hgview
 chmod 644 %{buildroot}%{_mandir}/man1/hgview.1*
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc COPYING ChangeLog README
+%license COPYING
+%doc ChangeLog README
 %{python_sitelib}/%{name}-*.egg-info
-%{python_sitelib}/hgext
+%{python_sitelib}/hgext3rd/
 %{python_sitelib}/hgviewlib/
 %exclude %{python_sitelib}/hgviewlib/qt4/
 %{_bindir}/hgview
-%{_mandir}/man1/hgview.1*
+%{_mandir}/man1/hgview.1%{?ext_man}
 
 %files qt4
-%defattr(-,root,root,-)
 %{python_sitelib}/hgviewlib/qt4/
 
 %changelog


Reply via email to