Hello community,

here is the log from the commit of package texamator for openSUSE:Factory 
checked in at 2018-04-07 20:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texamator (Old)
 and      /work/SRC/openSUSE:Factory/.texamator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texamator"

Sat Apr  7 20:55:36 2018 rev:3 rq:594085 version:2.4.5+git.20180405.a54eed3

Changes:
--------
--- /work/SRC/openSUSE:Factory/texamator/texamator.changes      2017-06-26 
15:56:00.651953864 +0200
+++ /work/SRC/openSUSE:Factory/.texamator.new/texamator.changes 2018-04-07 
20:55:38.681457703 +0200
@@ -1,0 +2,6 @@
+Fri Apr 06 19:01:40 UTC 2018 - avvi...@yandex.by
+
+- Update to version 2.4.5+git.20180405.a54eed3:
+  * bug fix
+
+-------------------------------------------------------------------
@@ -5 +10,0 @@
-

Old:
----
  texamator-2.4.5+git.20170512.09c0307.tar.gz

New:
----
  texamator-2.4.5+git.20180405.a54eed3.tar.gz

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

Other differences:
------------------
++++++ texamator.spec ++++++
--- /var/tmp/diff_new_pack.ExFKMU/_old  2018-04-07 20:55:39.693421076 +0200
+++ /var/tmp/diff_new_pack.ExFKMU/_new  2018-04-07 20:55:39.701420785 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texamator
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,10 +17,10 @@
 
 
 Name:           texamator
-Version:        2.4.5+git.20170512.09c0307
+Version:        2.4.5+git.20180405.a54eed3
 Release:        0
 Summary:        Manage databases of exercises written in (La)TeX
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Publishing/TeX/Utilities
 Url:            http://alexisfles.ch/en/texamator/texamator.html
 Source0:        %{name}-%{version}.tar.gz

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ExFKMU/_old  2018-04-07 20:55:39.753418903 +0200
+++ /var/tmp/diff_new_pack.ExFKMU/_new  2018-04-07 20:55:39.753418903 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/alexisflesch/texamator.git</param>
-              <param 
name="changesrevision">09c0307a5bddaf814b8b6e8cf4eaa9655351c6ee</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">a54eed3df5291da77ac1dc9429893df31b3fbdd2</param></service></servicedata>
\ No newline at end of file

++++++ texamator-2.4.5+git.20170512.09c0307.tar.gz -> 
texamator-2.4.5+git.20180405.a54eed3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texamator-2.4.5+git.20170512.09c0307/texamator.py 
new/texamator-2.4.5+git.20180405.a54eed3/texamator.py
--- old/texamator-2.4.5+git.20170512.09c0307/texamator.py       2017-05-12 
18:19:56.000000000 +0200
+++ new/texamator-2.4.5+git.20180405.a54eed3/texamator.py       2018-04-05 
22:34:02.000000000 +0200
@@ -174,7 +174,7 @@
         self.enonce = enonce
         a = codecs.open("/tmp/partielator/file.tex","w","utf-8")
         if inside and self.compile_seq[self.settings["preferred compile 
sequence"]]['use preview'] == "True":
-            replace = "\n\usepackage[active,graphics]{preview}"
+            replace = "\n\\usepackage[active,graphics]{preview}"
             replace += "\n\\begin{document}\n"
             replace += "\\begin{preview}\n"
             if "\\begin{document}" in self.header:
@@ -978,9 +978,12 @@
         for item in items:
             if not item.childCount():
                 try:
-                    to_clipboard += item.enonce.decode("utf8")
+                    #to_clipboard += item.enonce.decode("utf8")
+                    to_clipboard = unicode(item.enonce,"utf8")
+                    to_clipboard += item.enonce
                     to_clipboard += unicode("\n","utf8")
                 except:
+                    print("couldn't decode utf8")
                     to_clipboard += item.enonce
         QtGui.QApplication.clipboard().setText(to_clipboard)
 
@@ -1166,7 +1169,7 @@
             self.okularlayout.setWidget(self.preview)
             self.verticalScrollBar = self.okularlayout.verticalScrollBar()
             self.viewer = 'embedded'
-        
+        #self.okupart.sidebar().setSidebarVisibility(False)
 
     ######################### COMPLETING MAIN WINDOW 
#################################
     def setupUi2(self,Form):


Reply via email to