Hello community,

here is the log from the commit of package retext for openSUSE:Factory checked 
in at 2014-07-17 06:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/retext (Old)
 and      /work/SRC/openSUSE:Factory/.retext.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "retext"

Changes:
--------
--- /work/SRC/openSUSE:Factory/retext/retext.changes    2014-04-17 
14:09:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.retext.new/retext.changes       2014-07-17 
06:58:09.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 14 19:30:40 UTC 2014 - mailaen...@opensuse.org
+
+- update to version 4.1.3
+
+-------------------------------------------------------------------

Old:
----
  ReText-4.1.2.tar.gz
  ReText-4.1.2.tar.gz.asc

New:
----
  ReText-4.1.3.tar.gz
  ReText-4.1.3.tar.gz.asc

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

Other differences:
------------------
++++++ retext.spec ++++++
--- /var/tmp/diff_new_pack.3DMVhE/_old  2014-07-17 06:58:10.000000000 +0200
+++ /var/tmp/diff_new_pack.3DMVhE/_new  2014-07-17 06:58:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           retext
-Version:        4.1.2
+Version:        4.1.3
 Release:        0
 Summary:        Simple editor for Markdown and reStructuredText
 License:        GPL-3.0+
@@ -26,11 +26,11 @@
 Source:         
http://downloads.sourceforge.net/retext/ReText-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        
http://downloads.sourceforge.net/retext/ReText-%{version}.tar.gz.asc
+BuildRequires:  fdupes
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  rsvg-view
 BuildRequires:  update-desktop-files
-BuildRequires:  fdupes
 Requires:       python3-Markdown
 Requires:       python3-Markups
 Requires:       python3-docutils

++++++ ReText-4.1.2.tar.gz -> ReText-4.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ReText-4.1.2/PKG-INFO new/ReText-4.1.3/PKG-INFO
--- old/ReText-4.1.2/PKG-INFO   2014-03-28 15:10:45.000000000 +0100
+++ new/ReText-4.1.3/PKG-INFO   2014-06-11 19:44:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ReText
-Version: 4.1.2
+Version: 4.1.3
 Summary: Simple editor for Markdown and reStructuredText
 Home-page: http://retext.sourceforge.net/
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ReText-4.1.2/ReText/__init__.py 
new/ReText-4.1.3/ReText/__init__.py
--- old/ReText-4.1.2/ReText/__init__.py 2014-03-28 15:10:27.000000000 +0100
+++ new/ReText-4.1.3/ReText/__init__.py 2014-06-11 19:43:44.000000000 +0200
@@ -28,7 +28,7 @@
 QFont = QtGui.QFont
 
 app_name = "ReText"
-app_version = "4.1.2"
+app_version = "4.1.3"
 
 settings = QSettings('ReText project', 'ReText')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ReText-4.1.2/ReText/window.py 
new/ReText-4.1.3/ReText/window.py
--- old/ReText-4.1.2/ReText/window.py   2014-03-28 15:10:27.000000000 +0100
+++ new/ReText-4.1.3/ReText/window.py   2014-06-11 19:38:21.000000000 +0200
@@ -22,11 +22,11 @@
  QTextDocument) = (QtGui.QDesktopServices, QtGui.QFont, QtGui.QFontMetrics,
  QtGui.QIcon, QtGui.QKeySequence, QtGui.QTextCursor, QtGui.QTextDocument)
 (QAction, QActionGroup, QApplication, QCheckBox, QComboBox, QDesktopWidget, 
QDialog,
- QFileDialog, QFontDialog, QInputDialog, QLabel, QLineEdit, QMainWindow, 
QMenuBar,
+ QFileDialog, QFontDialog, QInputDialog, QLineEdit, QMainWindow, QMenuBar,
  QMessageBox, QSplitter, QTabWidget, QTextBrowser, QTextEdit, QToolBar) = (
  QtWidgets.QAction, QtWidgets.QActionGroup, QtWidgets.QApplication, 
QtWidgets.QCheckBox,
  QtWidgets.QComboBox, QtWidgets.QDesktopWidget, QtWidgets.QDialog, 
QtWidgets.QFileDialog,
- QtWidgets.QFontDialog, QtWidgets.QInputDialog, QtWidgets.QLabel, 
QtWidgets.QLineEdit,
+ QtWidgets.QFontDialog, QtWidgets.QInputDialog, QtWidgets.QLineEdit,
  QtWidgets.QMainWindow, QtWidgets.QMenuBar, QtWidgets.QMessageBox, 
QtWidgets.QSplitter,
  QtWidgets.QTabWidget, QtWidgets.QTextBrowser, QtWidgets.QTextEdit, 
QtWidgets.QToolBar)
 (QPrintDialog, QPrintPreviewDialog, QPrinter) = (QtPrintSupport.QPrintDialog,
@@ -204,7 +204,7 @@
                self.actionItalic = self.act(self.tr('Italic'), 
shct=QKeySequence.Italic,
                        trig=lambda: self.insertChars('*'))
                self.actionUnderline = self.act(self.tr('Underline'), 
shct=QKeySequence.Underline,
-                       trig=lambda: self.insertTag(9)) # <u>...</u>
+                       trig=lambda: self.insertTag(11)) # <u>...</u>
                self.usefulTags = ('a', 'big', 'center', 'img', 's', 'small', 
'span',
                        'table', 'td', 'tr', 'u')
                self.usefulChars = ('deg', 'divide', 'dollar', 'hellip', 
'laquo', 'larr',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ReText-4.1.2/setup.py new/ReText-4.1.3/setup.py
--- old/ReText-4.1.2/setup.py   2014-03-28 15:10:27.000000000 +0100
+++ new/ReText-4.1.3/setup.py   2014-06-11 19:43:55.000000000 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-VERSION = '4.1.2'
+VERSION = '4.1.3'
 
 long_description = '''\
 ReText is simple text editor that supports Markdown and reStructuredText

++++++ ReText-4.1.2.tar.gz.asc -> ReText-4.1.3.tar.gz.asc ++++++
--- /work/SRC/openSUSE:Factory/retext/ReText-4.1.2.tar.gz.asc   2014-04-17 
14:09:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.retext.new/ReText-4.1.3.tar.gz.asc      
2014-07-17 06:58:09.000000000 +0200
@@ -1,17 +1,17 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
-iQIcBAABCAAGBQJTNYLmAAoJEGAmk20vHIrgzZUQAJB5oSKwUQV19486rlzWLcHE
-A6ljB9NFDeWyJymtPlxyt7GRFG5aDu4L4ucW9XbLr2a70nZpMTFb70G5Uzwg7xOv
-XCovXwiEH/EI0chTchjdIyZS6ffqjUl2iubCEAYTU6TOb8P1c5PlNCLHDgH75Lpr
-ofL3wo6I4Dk8KnmRYxFja0ufpBg7OpLhrNWgvs/JBI9MOBigwW5g+uGGvX0BW2er
-JFbYGusJc0p68Sl0/fd+78b1zqlOjXUPLBzg4LAwY3ZZf5QyV/ZXKsGub7jT9MV8
-G/1MYxi7hW34/QtEVAYCvpJLbnevVQohva3BPMWS90b7Eq6V6yOcfJHvvw+bHo6w
-61SDk3vf/g8tEQ39uxjP1ei93xcKaTmhRB14NeDyDCQtI9asmJCr809UfChuymUy
-kkdi14S4gUdC/BqVbBA9UyaZSJP73JxXKk6ST6h0f17tvfYHFL+rSZyRpDNKj9C0
-ra3ySbVaKJzSnSJd3W7NPCATJyt8XjqxAUCrGL9CziJCDI/9XVVAznC7xv/D5AFe
-T5RMGr63j/x5lECAiWZ0qdSvBFbB7cSk0tzeuz6gwVY4xJfgDOuuWaM3X7mf2qyc
-ghOh2DXc3VOn2O/AM49Javv1CbsuaNBCZ+eGsZBKp3n2rLC9t648ExiLgJdV/7pm
-d1MjnysdqMG/KCUu2Ofb
-=ZpPW
+iQIcBAABCAAGBQJTmJV4AAoJEGAmk20vHIrgxWAP/iYbwogGOxPFA1K8CfTgT435
+BkYX3JN5T55GIJGfyLNSxfSeHSfwSwe8OovCAhjoerxPSBy3in28L0WhZ9T4qKIN
++MTwKpifxiX1IteMoy7fqzfSjEgMKnC0l2KqX4LHNU53DPta21vK4EI/acQnDWbi
+HYwa2K1t41HttvqFLOrhau4bDhXWHu46hGV8M/eAkoxbCUOTFYpFBxrDxfVeprIY
+yZyqhhEfVgA0jNMJsC0sAD9SHnQApuFQWZXEDx++VkH7aYgBe4tH/uIFM5NQFdL2
+PcCHTLZ0rLCHocUkxeNNvZVjGWAJi9Ug4J4pp4L59HfWM1W9uLJ1EHPcy13ZWZje
+oHc/uSvXIfDwOSfGGrtksbtS8JpN7tCbVj3ouA8eFP9XSVto21OZ5fykkGhuYlTr
+7lSm6rn9kocxuYGciGJvrtFBU34bI0qRtEmo+9Uw5nUi4tsHO7Ejq+bUK2MCkW1j
+Wd2KVKhvGf1U4jilL/4k0NR4yZHgpedkSXc0AzaAt0XweMiNiJVnTB0kWpWgNtMY
+Uz+Gcaf1zUFTwI1vI3Iy8ZTXC+rqV9b1Lo4d4HTSGHFrFyiH7A2dKMFxTCltksjM
+P1Ar8bguEWxiq3oC389becIl7wqcbovb/ELdLT6EaSzpW3m5j2KVDmqzSms2kay6
+9hYlu7Rke4be0zCy/3G3
+=nWSX
 -----END PGP SIGNATURE-----

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

Reply via email to