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.changes    2016-08-03 
11:44:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes       
2016-11-25 12:28:28.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.VbfpCd/_new  2016-11-25 12:28:29.000000000 +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.000000000 +0200
+++ new/djvusmooth-0.2.18/PKG-INFO      2016-11-20 20:42:34.000000000 +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 <http://djvu.org>`_ 
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.000000000 +0200
+++ new/djvusmooth-0.2.18/doc/changelog 2016-11-20 20:38:28.000000000 +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 <jw...@jwilk.net>  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 <jw...@jwilk.net>  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 skipped it when importing text.
     Thanks to Janusz S. Bień for the bug report.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/doc/djvusmooth.1 
new/djvusmooth-0.2.18/doc/djvusmooth.1
--- old/djvusmooth-0.2.17/doc/djvusmooth.1      2016-07-15 11:46:05.000000000 
+0200
+++ new/djvusmooth-0.2.18/doc/djvusmooth.1      2016-11-20 20:42:34.000000000 
+0100
@@ -3,12 +3,12 @@
 .\"     Title: djvusmooth
 .\"    Author: Jakub Wilk <jw...@jwilk.net>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 07/15/2016
+.\"      Date: 11/20/2016
 .\"    Manual: djvusmooth manual
-.\"    Source: djvusmooth 0.2.17
+.\"    Source: djvusmooth 0.2.18
 .\"  Language: English
 .\"
-.TH "DJVUSMOOTH" "1" 2016\-07\-15 "djvusmooth 0\&.2\&.17" "djvusmooth manual"
+.TH "DJVUSMOOTH" "1" 2016\-11\-20 "djvusmooth 0\&.2\&.18" "djvusmooth manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -106,7 +106,7 @@
 .SS "Reporting bugs"
 .PP
 Please report bugs at:
-\m[blue]\fI\%https://bitbucket.org/jwilk/djvusmooth/issues\fR\m[]
+\m[blue]\fI\%https://github.com/jwilk/djvusmooth/issues\fR\m[]
 .SH "SEE ALSO"
 .PP
 \fBdjvu\fR(1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/doc/djvusmooth.xml 
new/djvusmooth-0.2.18/doc/djvusmooth.xml
--- old/djvusmooth-0.2.17/doc/djvusmooth.xml    2016-02-22 17:34:28.000000000 
+0100
+++ new/djvusmooth-0.2.18/doc/djvusmooth.xml    2016-11-20 20:30:49.000000000 
+0100
@@ -2,7 +2,7 @@
 <!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
 [
     <!ENTITY p 'djvusmooth'>
-    <!ENTITY version '0.2.17'>
+    <!ENTITY version '0.2.18'>
 ]>
 
 <refentry>
@@ -93,7 +93,7 @@
         <title>Reporting bugs</title>
         <para>
             Please report bugs at:
-            <ulink url='https://bitbucket.org/jwilk/djvusmooth/issues'/>
+            <ulink url='https://github.com/jwilk/djvusmooth/issues'/>
         </para>
     </refsection>
 </refsection>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/lib/__init__.py 
new/djvusmooth-0.2.18/lib/__init__.py
--- old/djvusmooth-0.2.17/lib/__init__.py       2015-10-01 15:38:11.000000000 
+0200
+++ new/djvusmooth-0.2.18/lib/__init__.py       2016-11-12 18:37:39.000000000 
+0100
@@ -1,4 +1,4 @@
-__version__ = '0.2.17'
+__version__ = '0.2.18'
 __author__ = 'Jakub Wilk <jw...@jwilk.net>'
 
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/lib/gui/flatten_text.py 
new/djvusmooth-0.2.18/lib/gui/flatten_text.py
--- old/djvusmooth-0.2.17/lib/gui/flatten_text.py       2015-08-18 
10:06:54.000000000 +0200
+++ new/djvusmooth-0.2.18/lib/gui/flatten_text.py       2016-11-12 
18:37:39.000000000 +0100
@@ -39,7 +39,7 @@
         self._scope_box = wx.RadioBox(self,
             label=(_('Scope') + ':'),
             choices=(_('current page'), _('all pages')),
-            style = wx.RA_HORIZONTAL
+            style=wx.RA_HORIZONTAL
         )
         self._zone_box = wx.RadioBox(self,
             label=(_('Remove details') + ':'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/lib/gui/maparea_properties.py 
new/djvusmooth-0.2.18/lib/gui/maparea_properties.py
--- old/djvusmooth-0.2.17/lib/gui/maparea_properties.py 2016-06-17 
16:39:16.000000000 +0200
+++ new/djvusmooth-0.2.18/lib/gui/maparea_properties.py 2016-11-12 
18:37:39.000000000 +0100
@@ -79,8 +79,8 @@
         target_label = wx.StaticText(self, label=(_('Target frame') + ': '))
         target_edit = wx.ComboBox(self,
             size=(self.DEFAULT_TEXT_WIDTH, -1),
-            style = wx.CB_DROPDOWN,
-            choices = HTML_TARGETS
+            style=wx.CB_DROPDOWN,
+            choices=HTML_TARGETS
         )
         if node is not None:
             target_edit.SetValue(self._node.target or '')
@@ -256,7 +256,7 @@
         opacity_slider = wx.Slider(self,
             value=djvu.const.MAPAREA_OPACITY_DEFAULT,
             size=(self.DEFAULT_TEXT_WIDTH, -1),
-            style = wx.SL_HORIZONTAL | wx.SL_AUTOTICKS | wx.SL_LABELS
+            style=(wx.SL_HORIZONTAL | wx.SL_AUTOTICKS | wx.SL_LABELS)
         )
         for widget in highlight_color_label, highlight_color_selector, 
opacity_label, opacity_slider:
             highlight_specific_sizer.Add(widget, 0, wx.ALIGN_CENTER_VERTICAL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/lib/gui/page.py 
new/djvusmooth-0.2.18/lib/gui/page.py
--- old/djvusmooth-0.2.17/lib/gui/page.py       2016-06-17 16:34:31.000000000 
+0200
+++ new/djvusmooth-0.2.18/lib/gui/page.py       2016-11-12 18:37:39.000000000 
+0100
@@ -252,7 +252,7 @@
 
     def _update_node_size(self):
         x, y, w, h = self.GetX(), self.GetY(), self.GetWidth(), 
self.GetHeight()
-        screen_rect = x - w//2, y - h//2, w, h
+        screen_rect = (x - w // 2, y - h // 2, w, h)
         self._node.rect = self._xform_real_to_screen.inverse(screen_rect)
 
     def OnMovePost(self, dc, x, y, old_x, old_y, display):
@@ -489,11 +489,11 @@
         # TODO: something lighter
 
     def _on_shape_selected(self, shape):
-        shape.select(notify=False)  # in case it was selected elsewhere
+        shape.select(notify=False)  # if it was selected elsewhere
         self._current_shape = shape
 
     def _on_shape_deselected(self, shape):
-        shape.deselect(notify=False)  # in case it was selected elsewhere
+        shape.deselect(notify=False)  # if it was selected elsewhere
         self._current_shape = None
 
     def on_parent_resize(self, event):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/lib/text/levenshtein.py 
new/djvusmooth-0.2.18/lib/text/levenshtein.py
--- old/djvusmooth-0.2.17/lib/text/levenshtein.py       2016-06-17 
16:39:16.000000000 +0200
+++ new/djvusmooth-0.2.18/lib/text/levenshtein.py       2016-11-12 
18:37:39.000000000 +0100
@@ -51,11 +51,11 @@
         d[0][j] = Append(j)
     for i in xrange(1, len_s + 1):
         for j in xrange(1, len_t + 1):
-            subst_cost = int(s[i-1] != t[j-1])
+            subst_cost = int(s[i - 1] != t[j - 1])
             d[i][j] = min(
-                Delete(d[i-1][j] + 1),
-                Insert(d[i][j-1] + 1),
-                Substitute(d[i-1][j-1] + subst_cost)
+                Delete(d[i - 1][j] + 1),
+                Insert(d[i][j - 1] + 1),
+                Substitute(d[i - 1][j - 1] + subst_cost)
             )
     i = len_s
     j = len_t
@@ -74,10 +74,10 @@
             if s[i] != t[j]:
                 ops += (i, s[i], t[j],),
         elif isinstance(op, Append):
-            ops += ((i, '', t[jj]) for jj in xrange(j-1, -1, -1))
+            ops += ((i, '', t[jj]) for jj in xrange(j - 1, -1, -1))
             break
         elif isinstance(op, Drop):
-            ops += ((ii, s[ii], '') for ii in xrange(i-1, -1, -1))
+            ops += ((ii, s[ii], '') for ii in xrange(i - 1, -1, -1))
             break
     return reversed(ops)
 
Files old/djvusmooth-0.2.17/locale/es/LC_MESSAGES/djvusmooth.mo and 
new/djvusmooth-0.2.18/locale/es/LC_MESSAGES/djvusmooth.mo differ
Files old/djvusmooth-0.2.17/locale/pl/LC_MESSAGES/djvusmooth.mo and 
new/djvusmooth-0.2.18/locale/pl/LC_MESSAGES/djvusmooth.mo differ
Files old/djvusmooth-0.2.17/locale/ru/LC_MESSAGES/djvusmooth.mo and 
new/djvusmooth-0.2.18/locale/ru/LC_MESSAGES/djvusmooth.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/po/es.po 
new/djvusmooth-0.2.18/po/es.po
--- old/djvusmooth-0.2.17/po/es.po      2015-11-23 17:31:30.000000000 +0100
+++ new/djvusmooth-0.2.18/po/es.po      2016-11-12 18:37:39.000000000 +0100
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the djvusmooth package.
 msgid ""
 msgstr ""
-"Project-Id-Version: djvusmooth 0.2.17\n"
+"Project-Id-Version: djvusmooth 0.2.18\n"
 "Report-Msgid-Bugs-To: Jakub Wilk <jw...@jwilk.net>\n"
 "POT-Creation-Date: 2015-09-15 10:51+0200\n"
 "PO-Revision-Date: 2012-05-21 00:20-0500\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/po/pl.po 
new/djvusmooth-0.2.18/po/pl.po
--- old/djvusmooth-0.2.17/po/pl.po      2016-05-14 16:11:45.000000000 +0200
+++ new/djvusmooth-0.2.18/po/pl.po      2016-11-12 18:37:39.000000000 +0100
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the djvusmooth package.
 msgid ""
 msgstr ""
-"Project-Id-Version: djvusmooth 0.2.17\n"
+"Project-Id-Version: djvusmooth 0.2.18\n"
 "Report-Msgid-Bugs-To: Jakub Wilk <jw...@jwilk.net>\n"
 "POT-Creation-Date: 2015-09-15 10:51+0200\n"
 "PO-Revision-Date: 2012-10-09 20:41+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/po/ru.po 
new/djvusmooth-0.2.18/po/ru.po
--- old/djvusmooth-0.2.17/po/ru.po      2015-11-23 17:31:30.000000000 +0100
+++ new/djvusmooth-0.2.18/po/ru.po      2016-11-12 18:37:39.000000000 +0100
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: djvusmooth 0.2.17\n"
+"Project-Id-Version: djvusmooth 0.2.18\n"
 "Report-Msgid-Bugs-To: Jakub Wilk <jw...@jwilk.net>\n"
 "POT-Creation-Date: 2015-09-15 10:51+0200\n"
 "PO-Revision-Date: 2013-02-21 18:33+0300\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.17/setup.py 
new/djvusmooth-0.2.18/setup.py
--- old/djvusmooth-0.2.17/setup.py      2016-06-17 16:39:16.000000000 +0200
+++ new/djvusmooth-0.2.18/setup.py      2016-11-12 18:37:39.000000000 +0100
@@ -24,7 +24,7 @@
 
 classifiers = '''
 Development Status :: 4 - Beta
-Environment :: Console
+Environment :: X11 Applications :: GTK
 Intended Audience :: End Users/Desktop
 License :: OSI Approved :: GNU General Public License (GPL)
 Operating System :: OS Independent



Reply via email to