commit djvusmooth for openSUSE:Factory

2019-04-09 Thread root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2019-04-09 20:18:55

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new.3908 (New)


Package is "djvusmooth"

Tue Apr  9 20:18:55 2019 rev:15 rq:692543 version:0.3

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2017-11-03 
16:30:58.146848293 +0100
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new.3908/djvusmooth.changes  
2019-04-09 20:18:58.885866600 +0200
@@ -1,0 +2,10 @@
+Tue Apr  9 06:35:19 UTC 2019 - Kyrill Detinov 
+
+- Update to 0.3.
+  * Require the subprocess32 module.
+  * Don't let bad editor lock UI.
+  * Reorganize documentation.
+  * Improve error handling.
+  * Improve the setup script.
+
+---

Old:

  djvusmooth-0.2.19.tar.gz
  djvusmooth-0.2.19.tar.gz.asc

New:

  djvusmooth-0.3.tar.gz
  djvusmooth-0.3.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.jytYAL/_old  2019-04-09 20:18:59.677867679 +0200
+++ /var/tmp/diff_new_pack.jytYAL/_new  2019-04-09 20:18:59.685867690 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   djvusmooth
-Version:0.2.19
+Version:0.3
 Release:0
 Summary:Graphical Text Editor for DjVu
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Publishing/Other
 Url:http://jwilk.net/software/djvusmooth
 Source0:
https://github.com/jwilk/djvusmooth/releases/download/%{version}/%{name}-%{version}.tar.gz
@@ -29,9 +29,10 @@
 Source3:%{name}.keyring
 BuildRequires:  python-setuptools
 Requires:   djvulibre
-Requires:   python-djvulibre
-Requires:   python-wxWidgets
-Requires:   python-xdg
+Requires:   python-wxWidgets-3_0
+Requires:   python2-djvulibre
+Requires:   python2-pyxdg
+Requires:   python2-subprocess32
 Requires(post): desktop-file-utils
 Requires(post): hicolor-icon-theme
 Requires(postun): desktop-file-utils
@@ -80,6 +81,7 @@
 
 %find_lang %{name}
 
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -87,10 +89,12 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root,-)
-%doc doc/{changelog,COPYING,credits.txt}
+%license doc/COPYING
+%doc doc/{changelog,credits,README}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.png

++ djvusmooth-0.2.19.tar.gz -> djvusmooth-0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.19/MANIFEST.in 
new/djvusmooth-0.3/MANIFEST.in
--- old/djvusmooth-0.2.19/MANIFEST.in   2016-12-23 21:07:35.0 +0100
+++ new/djvusmooth-0.3/MANIFEST.in  2018-04-21 13:46:56.0 +0200
@@ -1,12 +1,14 @@
 include COPYING
+exclude README.rst
 include MANIFEST.in
 include djvusmooth edit-text
 include djvusmooth.py
 include doc/*.1
-include doc/*.txt
 include doc/*.xml
 include doc/COPYING
+include doc/README
 include doc/changelog
+include doc/credits
 include extra/*
 include po/*.po
 include private/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.19/PKG-INFO 
new/djvusmooth-0.3/PKG-INFO
--- old/djvusmooth-0.2.19/PKG-INFO  2017-09-16 17:06:16.0 +0200
+++ new/djvusmooth-0.3/PKG-INFO 2019-02-15 15:13:01.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.19
+Version: 0.3
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
 Author-email: jw...@jwilk.net
 License: GNU GPL 2
-Description: *djvusmooth* is a graphical editor for `DjVu `_ 
documents.
+Description: *djvusmooth* is a graphical editor for DjVu documents.
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Environment :: X11 Applications :: GTK
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit djvusmooth for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2017-11-03 16:28:48

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is "djvusmooth"

Fri Nov  3 16:28:48 2017 rev:14 rq:538518 version:0.2.19

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2016-11-25 
12:28:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2017-11-03 16:30:58.146848293 +0100
@@ -1,0 +2,7 @@
+Tue Sep 26 17:49:50 UTC 2017 - lazy.k...@opensuse.org
+
+- Update to 0.2.19.
+  * Create temporary files in a subdirectory of /tmp.
+- Correct the source URL.
+
+---

Old:

  djvusmooth-0.2.18.tar.gz
  djvusmooth-0.2.18.tar.gz.asc

New:

  djvusmooth-0.2.19.tar.gz
  djvusmooth-0.2.19.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.LxHWrj/_old  2017-11-03 16:30:58.642830241 +0100
+++ /var/tmp/diff_new_pack.LxHWrj/_new  2017-11-03 16:30:58.646830096 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,25 @@
 
 
 Name:   djvusmooth
-Version:0.2.18
+Version:0.2.19
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
 Group:  Productivity/Publishing/Other
 Url:http://jwilk.net/software/djvusmooth
-Source0:
https://files.pythonhosted.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
-Source1:
https://files.pythonhosted.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz.asc
+Source0:
https://github.com/jwilk/djvusmooth/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source1:
https://github.com/jwilk/djvusmooth/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
 Source2:djvusmooth.png
 Source3:%{name}.keyring
-BuildRequires:  desktop-file-utils
-BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-setuptools
 Requires:   djvulibre
 Requires:   python-djvulibre
 Requires:   python-wxWidgets
 Requires:   python-xdg
+Requires(post): desktop-file-utils
+Requires(post): hicolor-icon-theme
+Requires(postun): desktop-file-utils
+Requires(postun): hicolor-icon-theme
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ djvusmooth-0.2.18.tar.gz -> djvusmooth-0.2.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.18/MANIFEST.in 
new/djvusmooth-0.2.19/MANIFEST.in
--- old/djvusmooth-0.2.18/MANIFEST.in   2016-11-12 18:37:39.0 +0100
+++ new/djvusmooth-0.2.19/MANIFEST.in   2016-12-23 21:07:35.0 +0100
@@ -1,3 +1,4 @@
+include COPYING
 include MANIFEST.in
 include djvusmooth edit-text
 include djvusmooth.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.18/PKG-INFO 
new/djvusmooth-0.2.19/PKG-INFO
--- old/djvusmooth-0.2.18/PKG-INFO  2016-11-20 20:42:34.0 +0100
+++ new/djvusmooth-0.2.19/PKG-INFO  2017-09-16 17:06:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.18
+Version: 0.2.19
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.18/doc/changelog 
new/djvusmooth-0.2.19/doc/changelog
--- old/djvusmooth-0.2.18/doc/changelog 2016-11-20 20:38:28.0 +0100
+++ new/djvusmooth-0.2.19/doc/changelog 2017-09-16 17:05:53.0 +0200
@@ -1,3 +1,11 @@
+djvusmooth (0.2.19) unstable; urgency=low
+
+  * Create temporary files in a subdirectory of /tmp.
+This is necessary, because some editors can't securely open files
+directly in /tmp.
+
+ -- Jakub Wilk   Sat, 16 Sep 2017 17:05:51 +0200
+
 djvusmooth (0.2.18) unstable; urgency=low
 
   * Improve the setup script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.18/doc/djvusmooth.1 
new/djvusmooth-0.2.19/doc/djvusmooth.1
--- old/djvusmooth-0.2.18/doc/djvusmooth.1  2016-11-20 20:42:34.0 
+0100
+++ new/djvusmooth-0.2.19/doc/djvusmooth.1  2017-09-16 17:06:16.0 
+0200
@@ -3,12 +3,12 @@
 

commit djvusmooth for openSUSE:Factory

2016-11-25 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2016-11-25 12:28:27

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is "djvusmooth"

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2016-08-03 
11:44:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2016-11-25 12:28:28.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 22 12:39:02 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.2.18.
+  * Improve the setup script:
++ Fix the “Environment” classifier.
+  * Update bug tracker URLs. The project repo has moved to GitHub.
+
+---

Old:

  djvusmooth-0.2.17.tar.gz
  djvusmooth-0.2.17.tar.gz.asc

New:

  djvusmooth-0.2.18.tar.gz
  djvusmooth-0.2.18.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.VbfpCd/_old  2016-11-25 12:28:29.0 +0100
+++ /var/tmp/diff_new_pack.VbfpCd/_new  2016-11-25 12:28:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   djvusmooth
-Version:0.2.17
+Version:0.2.18
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
@@ -92,7 +92,7 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.png
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 %{python_sitelib}/*
 
 %files lang -f %{name}.lang

++ djvusmooth-0.2.17.tar.gz -> djvusmooth-0.2.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/PKG-INFO 
new/djvusmooth-0.2.18/PKG-INFO
--- old/djvusmooth-0.2.17/PKG-INFO  2016-07-15 11:46:05.0 +0200
+++ new/djvusmooth-0.2.18/PKG-INFO  2016-11-20 20:42:34.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.17
+Version: 0.2.18
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
@@ -9,7 +9,7 @@
 Description: *djvusmooth* is a graphical editor for `DjVu `_ 
documents.
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Console
+Classifier: Environment :: X11 Applications :: GTK
 Classifier: Intended Audience :: End Users/Desktop
 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
 Classifier: Operating System :: OS Independent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/doc/changelog 
new/djvusmooth-0.2.18/doc/changelog
--- old/djvusmooth-0.2.17/doc/changelog 2016-07-15 11:33:35.0 +0200
+++ new/djvusmooth-0.2.18/doc/changelog 2016-11-20 20:38:28.0 +0100
@@ -1,3 +1,12 @@
+djvusmooth (0.2.18) unstable; urgency=low
+
+  * Improve the setup script:
++ Fix the “Environment” classifier.
+  * Update bug tracker URLs.
+The project repo has moved to GitHub.
+
+ -- Jakub Wilk   Sun, 20 Nov 2016 20:38:27 +0100
+
 djvusmooth (0.2.17) unstable; urgency=low
 
   * Update the XDG Base Directory Specification URL.
@@ -16,7 +25,7 @@
   * Remove python-djvulibre version checks.
 This fixes compatibility with python-djvulibre ≥ 0.5.
 Thanks to Daniel Stender for the bug report.
-https://bitbucket.org/jwilk/djvusmooth/issues/17
+https://github.com/jwilk/djvusmooth/issues/17
 
  -- Jakub Wilk   Tue, 15 Sep 2015 11:12:06 +0200
 
@@ -29,7 +38,7 @@
   * Use HTTPS URLs when they are available, in documentation and code.
   * Document that is possible to edit hyperlinks.
 Thanks to Janusz S. Bień for the bug report.
-https://bitbucket.org/jwilk/djvusmooth/issue/13
+https://github.com/jwilk/djvusmooth/issues/13
   * Use the notebook widget regardless of wxPython version.
   * Don't hardcode path to the binary in the desktop file.
   * Add experimental support for wxPython 3.0.
@@ -46,7 +55,7 @@
 
   [ Jakub Wilk ]
   * Add “Open recent” submenu.
-https://bitbucket.org/jwilk/djvusmooth/issue/7
+https://github.com/jwilk/djvusmooth/issues/7
   * Do not abort opening a new file if user chose to save the current one.
   * Check Python version at runtime.
   * Improve the manual page, as per man-pages(7) recommendations:
@@ -71,7 +80,7 @@
 djvusmooth (0.2.13) unstable; urgency=low
 
   * Add keyboard shortcuts for “Zoom in” and “Zoom out”.
-https://bitbucket.org/jwilk/djvusmooth/issue/8
+https://github.com/jwilk/djvusmooth/issues/8
   * Fix editing text in external editor: when a zone broader than line without
 sub-zones existed, djvusmooth incorrectly 

commit djvusmooth for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2016-08-03 11:44:23

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is "djvusmooth"

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2015-10-06 
13:25:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2016-08-03 11:44:40.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul 28 14:30:48 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.2.17.
+  * Update the XDG Base Directory Specification URL.
+  * Fix typo in the Polish translation.
+  * Don't hardcode the Python interpreter path in script shebangs;
+use “#!/usr/bin/env python” instead.
+- Correct the source URL.
+
+---

Old:

  djvusmooth-0.2.16.tar.gz
  djvusmooth-0.2.16.tar.gz.asc

New:

  djvusmooth-0.2.17.tar.gz
  djvusmooth-0.2.17.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.1uPcK8/_old  2016-08-03 11:44:41.0 +0200
+++ /var/tmp/diff_new_pack.1uPcK8/_new  2016-08-03 11:44:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   djvusmooth
-Version:0.2.16
+Version:0.2.17
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
 Group:  Productivity/Publishing/Other
 Url:http://jwilk.net/software/djvusmooth
-Source0:
http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
-Source1:
http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz.asc
+Source0:
https://files.pythonhosted.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
+Source1:
https://files.pythonhosted.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz.asc
 Source2:djvusmooth.png
 Source3:%{name}.keyring
 BuildRequires:  desktop-file-utils

++ djvusmooth-0.2.16.tar.gz -> djvusmooth-0.2.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.16/PKG-INFO 
new/djvusmooth-0.2.17/PKG-INFO
--- old/djvusmooth-0.2.16/PKG-INFO  2015-09-15 11:18:15.0 +0200
+++ new/djvusmooth-0.2.17/PKG-INFO  2016-07-15 11:46:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.16
+Version: 0.2.17
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.16/djvusmooth 
new/djvusmooth-0.2.17/djvusmooth
--- old/djvusmooth-0.2.16/djvusmooth2015-08-18 10:06:54.0 +0200
+++ new/djvusmooth-0.2.17/djvusmooth2016-07-15 10:43:20.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # encoding=UTF-8
 
 # Copyright © 2008 Jakub Wilk 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.16/doc/changelog 
new/djvusmooth-0.2.17/doc/changelog
--- old/djvusmooth-0.2.16/doc/changelog 2015-09-15 11:12:16.0 +0200
+++ new/djvusmooth-0.2.17/doc/changelog 2016-07-15 11:33:35.0 +0200
@@ -1,3 +1,12 @@
+djvusmooth (0.2.17) unstable; urgency=low
+
+  * Update the XDG Base Directory Specification URL.
+  * Fix typo in the Polish translation.
+  * Don't hardcode the Python interpreter path in script shebangs; use
+“#!/usr/bin/env python” instead.
+
+ -- Jakub Wilk   Fri, 15 Jul 2016 11:33:34 +0200
+
 djvusmooth (0.2.16) unstable; urgency=low
 
   * Drop support for Python 2.5.
@@ -5,7 +14,7 @@
   * Improve the manual page:
 + Use minus sign instead of hyphen in dates.
   * Remove python-djvulibre version checks.
-This fixes compatiblity with python-djvulibre ≥ 0.5.
+This fixes compatibility with python-djvulibre ≥ 0.5.
 Thanks to Daniel Stender for the bug report.
 https://bitbucket.org/jwilk/djvusmooth/issues/17
 
@@ -237,7 +246,7 @@
 
 djvusmooth (0.1.1) unstable; urgency=low
 
-  * Don't require pkg-config nor develoment files of DjVuLibre.
+  * Don't require pkg-config nor development files of DjVuLibre.
 
  -- Jakub Wilk   Wed, 14 May 2008 11:22:49 +0200
 
@@ -246,4 +255,3 @@
   * Initial 

commit djvusmooth for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2015-10-06 13:25:41

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is "djvusmooth"

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2014-10-14 
07:11:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2015-10-06 13:25:42.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 30 15:06:19 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 0.2.16.
+  * Drop support for Python 2.5.
+  * Improve error handling.
+  * Improve the manual page:
++ Use minus sign instead of hyphen in dates.
+  * Remove python-djvulibre version checks. This fixes compatiblity
+with python-djvulibre ≥ 0.5.
+
+---

Old:

  djvusmooth-0.2.15.tar.gz
  djvusmooth-0.2.15.tar.gz.asc

New:

  djvusmooth-0.2.16.tar.gz
  djvusmooth-0.2.16.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.e8HOuD/_old  2015-10-06 13:25:43.0 +0200
+++ /var/tmp/diff_new_pack.e8HOuD/_new  2015-10-06 13:25:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   djvusmooth
-Version:0.2.15
+Version:0.2.16
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
@@ -28,9 +28,6 @@
 Source2:djvusmooth.png
 Source3:%{name}.keyring
 BuildRequires:  desktop-file-utils
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-setuptools
 Requires:   djvulibre
@@ -47,9 +44,6 @@
 %lang_package
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{SOURCE1}
-%endif
 %setup -q
 
 %build
@@ -94,7 +88,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING doc/changelog
+%doc doc/{changelog,COPYING,credits.txt}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.png

++ djvusmooth-0.2.15.tar.gz -> djvusmooth-0.2.16.tar.gz ++
 5610 lines of diff (skipped)

++ djvusmooth.keyring ++
--- /var/tmp/diff_new_pack.e8HOuD/_old  2015-10-06 13:25:43.0 +0200
+++ /var/tmp/diff_new_pack.e8HOuD/_new  2015-10-06 13:25:43.0 +0200
@@ -1,8 +1,8 @@
-pub   4096R/015475F5 2009-10-23 [expires: 2015-01-01]
-uid  Jakub Wilk 
-uid  Jakub Wilk 
-uid  Jakub Wilk 
-sub   4096R/E5874F63 2009-10-23
+pub   rsa4096/015475F5 2009-10-23 [expires: 2016-01-01]
+uid   [ unknown] Jakub Wilk 
+uid   [ unknown] Jakub Wilk 
+uid   [ unknown] Jakub Wilk 
+sub   rsa4096/E5874F63 2009-10-23
 
 -BEGIN PGP PUBLIC KEY BLOCK-
 
@@ -18,31 +18,31 @@
 9YuCxYtGungL36J0JVhaxiMwLaNXy6Q7IVdS4i38Ky0TBiT4oerhzExcMNPxXGp6
 9syBm5R3SbbAJ36UW+U4u6nMB/eGcrvO/UqIZ/Z7r6DivY5+LiAxmsvzkwARAQAB
 tBxKYWt1YiBXaWxrIDxqd2lsa0Bqd2lsay5uZXQ+iQJABBMBCAAqAhsDBQsJCAcD
-BRUKCQgLBRYDAgEAAh4BAheAAhkBBQJSVJyABQkJwnIzAAoJEC1Os6YBVHX1xVEP
-/Rs7NMwiQsCDump4uNLc8aM4vz3mktFbDvkFCSzGQNCiVlXxjjfogTmSwNw/6hI9
-iVz36xTyEaEXSzN8gbH99Lld73qU9pjgKZWtuqvjOKrm8kLQQroJQxCM+Ch1HXNR
-313dk2yBSZc0hQcMYl7D/59alxpxQLib2wVfwmiWlS/gifz4JyHIirP41DpYZhjX
-LBOlu8My82GVmXsabS+gpqYzsGP8ZkQQP9Sw/ErAhQgJvQRAiOr5EN3rwFQAR6J4
-Y3WD9jdQNCF/VynD6oRMwG54xbL1xBdq3OxIOZUnb4y5MmaH3r5jGmCvdtgv7Mzn
-8GIfOs+a8vSJzZMU9eqO1lvfpSzzSO3kfYIsD/6rmtixTl700V+8CuUJn3cR80r+
-I2dVmtQucjkPPURj0uIfJ9u1bejZRPAIBgVWETB34biiT/3hkPr9V0NXoTjBg0i5
-l3uc/AJB8fzXFxTELY/RHA/ATTH7zybaGxtIlv/jplBI2+fYjjXyJI2G/iF9vneq
-JOcTGobwzfxdNBwGQLIXg6uwFKjw+mTieBWFS9cUi1KOZUlCYEEKbyOKLlzEUXyZ
-fFqLWnKLpfcc8EV8EWk0ieOtFCm9DBnuRcLGVaZ8KslstaLJ6biQItilEOOD+Nwe
-yHWuQGpjkx/GpLzmPasVXQ9nXdK3VNAJo9/KOcIsaOVhtB1KYWt1YiBXaWxrIDxq
+BRUKCQgLBRYDAgEAAh4BAheAAhkBBQJUK0QABQkLo6WzAAoJEC1Os6YBVHX1pM0P
+/22H1JJEWPtfep5C6Hzc2kqrTh1VNNy+Y2An02P6Re+3Hb66twjvikaYCjeLzZu4
+eaDwXz4DJnoQS9beCTlonrLhmpUHn+jSEiZ0Y+8WRqXfs1FvWPDKWn/jSFRk83mb
+vHlL6rMET39IQD+wAzgsYmhl4HEQlX2K7+2SCsJMsmoDbNLvKYA2q+k4Uoox42gj
+HhjdYWMfGU5Wetm3qU4zxqt3ZaMoUkywhrSMUABt10HIdUYhWG0SFilAzm/pPS7i
+UsQAGmrRmws/Ljy8XzTvY87cA9GZTJTz5eSVf3JrKIiyiXwhRp/+t6t4dEhU1eIK
+TFDJAgMrY3yqQeMAVi9uECTo38nQgwk4u7MM2m21+/GQkQ54+P5Z2g8835hoO8wQ

commit djvusmooth for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2014-10-14 07:10:41

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is djvusmooth

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2013-03-07 
07:19:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2014-10-14 07:11:06.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct 10 13:59:28 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 0.2.15.
+  * Improve the setup script:
++ Run msgfmt with the --verbose option.
+  * Improve error handling.
+  * Use HTTPS URLs when they are available, in documentation and
+code.
+  * Document that is possible to edit hyperlinks.
+  * Use the notebook widget regardless of wxPython version.
+  * Don't hardcode path to the binary in the desktop file.
+  * Add experimental support for wxPython 3.0.
+  * Drop support for wxPython 2.6.
+  * Add German translation for the desktop file.
+- Correct build dependencies.
+
+---

Old:

  djvusmooth-0.2.14.tar.gz
  djvusmooth-0.2.14.tar.gz.asc

New:

  djvusmooth-0.2.15.tar.gz
  djvusmooth-0.2.15.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.UaqkLQ/_old  2014-10-14 07:11:07.0 +0200
+++ /var/tmp/diff_new_pack.UaqkLQ/_new  2014-10-14 07:11:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   djvusmooth
-Version:0.2.14
+Version:0.2.15
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
@@ -32,15 +32,7 @@
 BuildRequires:  gpg-offline
 %endif
 BuildRequires:  hicolor-icon-theme
-%if 0%{?suse_version} = 1210
-BuildRequires:  python-distribute
-%else
 BuildRequires:  python-setuptools
-%endif
-# Not actually needed for build, but in order to make the build fail
-# if the runtime dependencies are not available in the repository:
-BuildRequires:  python-devel
-BuildRequires:  python-djvulibre
 Requires:   djvulibre
 Requires:   python-djvulibre
 Requires:   python-wxWidgets
@@ -63,16 +55,18 @@
 %build
 
 %install
-# Replace desktop file. Provided one isn't good enough.
+# Replace a desktop file. Provided one isn't good enough.
 cat  extra/%{name}.desktop  EOF
 [Desktop Entry]
 Name=DjVuSmooth
 GenericName=Graphical Text Editor for DjVu
 GenericName[pl]=Graficzny edytor plików DjVu
 GenericName[ru]=Текстовый редактор DjVu-книг
+GenericName[de]=Grafischer Editor für DjVu-Dateien
 Comment=Graphical Text Editor for DjVu
 Comment[pl]=Graficzny edytor plików DjVu
 Comment[ru]=Граффический текстовый редактор для DjVu-книг
+Comment[de]=Grafischer Editor für DjVu-Dateien
 Type=Application
 Exec=djvusmooth %f
 Icon=djvusmooth

++ djvusmooth-0.2.14.tar.gz - djvusmooth-0.2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.14/PKG-INFO 
new/djvusmooth-0.2.15/PKG-INFO
--- old/djvusmooth-0.2.14/PKG-INFO  2013-02-21 23:22:43.0 +0100
+++ new/djvusmooth-0.2.15/PKG-INFO  2014-10-07 21:46:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.14
+Version: 0.2.15
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.14/djvusmooth 
new/djvusmooth-0.2.15/djvusmooth
--- old/djvusmooth-0.2.14/djvusmooth2011-06-06 19:55:54.0 +0200
+++ new/djvusmooth-0.2.15/djvusmooth2014-10-07 20:51:30.0 +0200
@@ -1,5 +1,6 @@
 #!/usr/bin/python
 # encoding=UTF-8
+
 # Copyright © 2008 Jakub Wilk jw...@jwilk.net
 #
 # This package is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.14/doc/changelog 
new/djvusmooth-0.2.15/doc/changelog
--- old/djvusmooth-0.2.14/doc/changelog 2013-02-21 23:18:36.0 +0100
+++ new/djvusmooth-0.2.15/doc/changelog 2014-10-07 21:46:09.0 +0200
@@ -1,3 +1,25 @@
+djvusmooth (0.2.15) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Improve the setup script:
++ Run msgfmt with the --verbose option.
+  * Improve error 

commit djvusmooth for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2013-03-07 07:19:42

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is djvusmooth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2013-03-03 
21:05:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2013-03-07 07:19:43.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 08:27:10 UTC 2013 - lazy.k...@opensuse.org
+
+- Fix wrong source installed as icon.
+
+---



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.rTpJIr/_old  2013-03-07 07:19:44.0 +0100
+++ /var/tmp/diff_new_pack.rTpJIr/_new  2013-03-07 07:19:44.0 +0100
@@ -85,7 +85,7 @@
 python setup.py install \
 --root=%{buildroot} \
 --prefix=%{_prefix}
-install -Dm 0644 %{SOURCE1} \
+install -Dm 0644 %{SOURCE2} \
 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %find_lang %{name}



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



commit djvusmooth for openSUSE:Factory

2013-03-03 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2013-03-03 21:05:38

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is djvusmooth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2012-10-12 
14:15:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2013-03-03 21:05:40.0 +0100
@@ -1,0 +2,20 @@
+Thu Feb 28 20:17:49 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.2.14.
+  * Add Open recent submenu.
+  * Do not abort opening a new file if user chose to save the
+current one.
+  * Check Python version at runtime.
+  * Improve the manual page, as per man-pages(7) recommendations.
+  * Improve the setup script.
+  * Improve error handling.
+- Verify GPG signature.
+- Add BuildRequires: python-devel (as recommended in
+  openSUSE:Packaging Python).
+- Replace BuildRequires: update-desktop-files with
+  desktop-file-utils.
+- Remove %py_requires macro.
+- Don't use '--record-rpm' in install stage; write files into
+  %files section.
+
+---

Old:

  djvusmooth-0.2.13.tar.gz

New:

  djvusmooth-0.2.14.tar.gz
  djvusmooth-0.2.14.tar.gz.asc
  djvusmooth.keyring



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.5E4m2t/_old  2013-03-03 21:05:43.0 +0100
+++ /var/tmp/diff_new_pack.5E4m2t/_new  2013-03-03 21:05:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,23 +17,29 @@
 
 
 Name:   djvusmooth
-Version:0.2.13
+Version:0.2.14
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
 Group:  Productivity/Publishing/Other
 Url:http://jwilk.net/software/djvusmooth
 Source0:
http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
-Source1:djvusmooth.png
+Source1:
http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz.asc
+Source2:djvusmooth.png
+Source3:%{name}.keyring
+BuildRequires:  desktop-file-utils
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 BuildRequires:  hicolor-icon-theme
 %if 0%{?suse_version} = 1210
 BuildRequires:  python-distribute
 %else
 BuildRequires:  python-setuptools
 %endif
-BuildRequires:  update-desktop-files
 # Not actually needed for build, but in order to make the build fail
 # if the runtime dependencies are not available in the repository:
+BuildRequires:  python-devel
 BuildRequires:  python-djvulibre
 Requires:   djvulibre
 Requires:   python-djvulibre
@@ -42,7 +48,6 @@
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%py_requires
 
 %description
 DjVuSmooth is a graphical text editor for DjVu documents.
@@ -50,6 +55,9 @@
 %lang_package
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{SOURCE1}
+%endif
 %setup -q
 
 %build
@@ -76,17 +84,11 @@
 
 python setup.py install \
 --root=%{buildroot} \
---prefix=%{_prefix} \
---record-rpm=INSTALLED_FILES
+--prefix=%{_prefix}
 install -Dm 0644 %{SOURCE1} \
 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
-# Remove locales, man and standard directory from the list.
-sed -i '/locale/d;/\/man\/man/d;/%dir \/usr\/share\/applications/d' \
-INSTALLED_FILES
-
 %find_lang %{name}
-%suse_update_desktop_file %{name}
 
 %post
 %desktop_database_post
@@ -96,12 +98,14 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root,-)
 %doc COPYING doc/changelog
+%{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.png
 %doc %{_mandir}/man?/*
+%{python_sitelib}/*
 
 %files lang -f %{name}.lang
 

++ djvusmooth-0.2.13.tar.gz - djvusmooth-0.2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.13/MANIFEST.in 
new/djvusmooth-0.2.14/MANIFEST.in
--- old/djvusmooth-0.2.13/MANIFEST.in   2012-03-13 21:01:47.0 +0100
+++ new/djvusmooth-0.2.14/MANIFEST.in   2013-02-20 20:46:05.0 +0100
@@ -8,5 +8,5 @@
 include doc/changelog
 include extra/*
 include po/*.po
-include update-i18n
+include private/*
 recursive-include lib 

commit djvusmooth for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2012-10-12 14:12:00

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is djvusmooth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2012-06-18 
17:33:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2012-10-12 14:15:49.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  4 15:18:04 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 0.2.13.
+  * Add keyboard shortcuts for “Zoom in” and “Zoom out”.
+  * Fix editing text in external editor: when a zone broader than
+line without sub-zones existed, djvusmooth incorrectly skipped
+it when importing text.
+  * Fix segmentation fault on shutdown.
+
+---

Old:

  djvusmooth-0.2.12.tar.gz

New:

  djvusmooth-0.2.13.tar.gz



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.pjiqAN/_old  2012-10-12 14:15:50.0 +0200
+++ /var/tmp/diff_new_pack.pjiqAN/_new  2012-10-12 14:15:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   djvusmooth
-Version:0.2.12
+Version:0.2.13
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0

++ djvusmooth-0.2.12.tar.gz - djvusmooth-0.2.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.12/COPYING 
new/djvusmooth-0.2.13/COPYING
--- old/djvusmooth-0.2.12/COPYING   2011-05-28 12:51:53.0 +0200
+++ new/djvusmooth-0.2.13/COPYING   2012-08-07 12:29:43.0 +0200
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -56,7 +56,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-   GNU GENERAL PUBLIC LICENSE
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -255,7 +255,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-   NO WARRANTY
+NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -277,9 +277,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
 
-   How to Apply These Terms to Your New Programs
+How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to the public, the best way to achieve this is to make it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.12/PKG-INFO 
new/djvusmooth-0.2.13/PKG-INFO
--- old/djvusmooth-0.2.12/PKG-INFO  2012-06-13 20:57:01.0 +0200
+++ new/djvusmooth-0.2.13/PKG-INFO  2012-10-02 12:14:53.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.12
+Version: 0.2.13
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.12/doc/changelog 
new/djvusmooth-0.2.13/doc/changelog
--- old/djvusmooth-0.2.12/doc/changelog 2012-06-13 20:53:50.0 +0200
+++ new/djvusmooth-0.2.13/doc/changelog 2012-10-02 12:02:46.0 +0200
@@ -1,3 +1,15 @@
+djvusmooth (0.2.13) unstable; urgency=low
+
+  * Add keyboard shortcuts for “Zoom in” and “Zoom out”.
+https://bitbucket.org/jwilk/djvusmooth/issue/8
+  * Fix editing text in external editor: when a zone broader than line without
+sub-zones existed, djvusmooth 

commit djvusmooth for openSUSE:Factory

2012-06-18 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2012-06-18 17:33:32

Comparing /work/SRC/openSUSE:Factory/djvusmooth (Old)
 and  /work/SRC/openSUSE:Factory/.djvusmooth.new (New)


Package is djvusmooth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2012-05-03 
10:55:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2012-06-18 17:33:34.0 +0200
@@ -1,0 +2,11 @@
+Sat Jun 16 18:07:48 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 0.2.12.
+  * Rename menu item “Edit → Outline → Remove” to “… → Remove all”.
+  * Use our own minimal XDG Base Directory implementation instead
+of PyXDG.
+  * Add Spanish translation.
+  * Update Russian translation.
+- Doesn't require fdupes.
+
+---

Old:

  djvusmooth-0.2.11.tar.gz

New:

  djvusmooth-0.2.12.tar.gz



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.2Lzyzc/_old  2012-06-18 17:33:35.0 +0200
+++ /var/tmp/diff_new_pack.2Lzyzc/_new  2012-06-18 17:33:35.0 +0200
@@ -15,16 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   djvusmooth
-Version:0.2.11
+Version:0.2.12
 Release:0
-License:GPL-2.0
 Summary:Graphical Text Editor for DjVu
-Url:http://jwilk.net/software/djvusmooth
+License:GPL-2.0
 Group:  Productivity/Publishing/Other
+Url:http://jwilk.net/software/djvusmooth
 Source0:
http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
 Source1:djvusmooth.png
-BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 %if 0%{?suse_version} = 1210
 BuildRequires:  python-distribute
@@ -37,8 +37,8 @@
 BuildRequires:  python-djvulibre
 Requires:   djvulibre
 Requires:   python-djvulibre
-Requires:   python-xdg
 Requires:   python-wxWidgets
+Requires:   python-xdg
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -55,8 +55,8 @@
 %build
 
 %install
-# Create desktop file.
-cat  %{name}.desktop  EOF
+# Replace desktop file. Provided one isn't good enough.
+cat  extra/%{name}.desktop  EOF
 [Desktop Entry]
 Name=DjVuSmooth
 GenericName=Graphical Text Editor for DjVu
@@ -81,12 +81,12 @@
 install -Dm 0644 %{SOURCE1} \
 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
-# Remove locales and man from list.
-sed -i '/locale/d;/\/man\/man/d' INSTALLED_FILES
+# Remove locales, man and standard directory from the list.
+sed -i '/locale/d;/\/man\/man/d;/%dir \/usr\/share\/applications/d' \
+INSTALLED_FILES
 
 %find_lang %{name}
-%suse_update_desktop_file -i %{name}
-%fdupes -s %{buildroot}%{_datadir}
+%suse_update_desktop_file %{name}
 
 %post
 %desktop_database_post
@@ -101,7 +101,6 @@
 %doc COPYING doc/changelog
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.png
-%{_datadir}/pixmaps/%{name}.png
 %doc %{_mandir}/man?/*
 
 %files lang -f %{name}.lang

++ djvusmooth-0.2.11.tar.gz - djvusmooth-0.2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.11/MANIFEST.in 
new/djvusmooth-0.2.12/MANIFEST.in
--- old/djvusmooth-0.2.11/MANIFEST.in   2011-08-27 00:37:33.0 +0200
+++ new/djvusmooth-0.2.12/MANIFEST.in   2012-03-13 21:01:47.0 +0100
@@ -3,8 +3,10 @@
 include djvusmooth edit-text
 include djvusmooth.py
 include doc/*.1
+include doc/*.txt
 include doc/*.xml
 include doc/changelog
+include extra/*
 include po/*.po
 include update-i18n
-recursive-include lib/ *.py
+recursive-include lib *.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.11/PKG-INFO 
new/djvusmooth-0.2.12/PKG-INFO
--- old/djvusmooth-0.2.11/PKG-INFO  2011-12-11 23:02:50.0 +0100
+++ new/djvusmooth-0.2.12/PKG-INFO  2012-06-13 20:57:01.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.11
+Version: 0.2.12
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.11/doc/changelog 
new/djvusmooth-0.2.12/doc/changelog
--- old/djvusmooth-0.2.11/doc/changelog 2011-12-11 22:57:55.0 +0100
+++ new/djvusmooth-0.2.12/doc/changelog 2012-06-13 20:53:50.0 +0200
@@ -1,3 +1,14 @@
+djvusmooth (0.2.12) unstable; urgency=low
+
+  * Install desktop file.
+  * Update the