Hello community,

here is the log from the commit of package hgview.1505 for openSUSE:12.3:Update 
checked in at 2013-04-02 16:16:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/hgview.1505 (Old)
 and      /work/SRC/openSUSE:12.3:Update/.hgview.1505.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hgview.1505", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.3:Update/.hgview.1505.new/hgview.changes      
2013-04-02 16:16:11.000000000 +0200
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Tue Mar 26 16:16:08 UTC 2013 - [email protected]
+
+- add build dependency on python-qt4-utils which was causing the
+  qt4 frontend not being build correctly (bnc#811791)
+
+-------------------------------------------------------------------
+Wed Jan  9 19:57:38 UTC 2013 - [email protected]
+
+- update to version 1.7.0
+  - no changelog provided, see the upstream vcs at
+    http://www.logilab.org/repository/38907 for a detailed list of
+    changes
+- the build depends on mercurial now
+
+-------------------------------------------------------------------
+Mon Apr 23 14:28:12 UTC 2012 - [email protected]
+
+- only recommend python-urwid, missing dependencies for uis are
+  handled gracefully
+
+-------------------------------------------------------------------
+Sun Jan  8 09:50:47 UTC 2012 - [email protected]
+
+- initial packaging
+

New:
----
  hgview-1.7.0.tar.gz
  hgview.changes
  hgview.spec

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

Other differences:
------------------
++++++ hgview.spec ++++++
#
# spec file for package hgview
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           hgview
Version:        1.7.0
Release:        0
Summary:        Visual Log Navigator for Mercurial
License:        GPL-2.0+
Group:          Development/Tools/Version Control
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
BuildRequires:  python-qt4
BuildRequires:  python-qt4-utils
BuildRequires:  python-setuptools
BuildRequires:  xmlto
%{py_requires}
Requires:       mercurial
Requires:       python-pygments
Requires:       python-pyinotify
# Qt4 default interface
Recommends:     hgview-qt4
# for the optional curses interface in the main package
Recommends:     python-urwid
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
hgview is a simple tool aiming at visually navigate in a Mercurial repository
history.  It is written in Python with quick and efficient key-based navigation
in mind, trying to be fast enough to be usable for big repositories.

%package qt4
Summary:        Qt4 User Interface for hgview
Group:          Development/Tools/Version Control
Requires:       hgview = %{version}
Requires:       python-docutils
Requires:       python-qscintilla
Requires:       python-qt4

%description qt4
This package provides the Qt4 user interface for hgview.

%prep
%setup -q

%build
%{__python} setup.py build

%install
%{__python} setup.py install \
    --prefix=%{_prefix} \
    --root=%{buildroot}
mkdir %{buildroot}%{_datadir}
mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}/
chmod 644 %{buildroot}%{_mandir}/man1/hgview.1*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog README
%{python_sitelib}/%{name}-*.egg-info
%{python_sitelib}/hgext
%dir %{python_sitelib}/hgviewlib/
%{python_sitelib}/hgviewlib/*.py*
%{python_sitelib}/hgviewlib/hgpatches
%{python_sitelib}/hgviewlib/curses/
%{_bindir}/hgview
%{_mandir}/man1/hgview.1*

%files qt4
%defattr(-,root,root,-)
%{python_sitelib}/hgviewlib/qt4/

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to