Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2014-08-27 07:46:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/converseen (Old)
 and      /work/SRC/openSUSE:Factory/.converseen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "converseen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/converseen/converseen.changes    2014-08-18 
11:24:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes       
2014-08-27 07:46:52.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 25 18:58:34 UTC 2014 - [email protected]
+
+- Update to 0.8.2.
+  * Fixed a bug with PDF files conversion.
+
+-------------------------------------------------------------------

Old:
----
  converseen-0.8.1.tar.bz2

New:
----
  converseen-0.8.2.tar.bz2

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

Other differences:
------------------
++++++ converseen.spec ++++++
--- /var/tmp/diff_new_pack.S4gmjM/_old  2014-08-27 07:46:53.000000000 +0200
+++ /var/tmp/diff_new_pack.S4gmjM/_new  2014-08-27 07:46:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           converseen
-Version:        0.8.1
+Version:        0.8.2
 Release:        0
 Summary:        Batch Image Conversion Tool
 License:        GPL-3.0+

++++++ converseen-0.8.1.tar.bz2 -> converseen-0.8.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/converseen-0.8.1/src/formats.cpp 
new/converseen-0.8.2/src/formats.cpp
--- old/converseen-0.8.1/src/formats.cpp        2014-08-12 22:34:41.000000000 
+0200
+++ new/converseen-0.8.2/src/formats.cpp        2014-08-20 13:42:42.000000000 
+0200
@@ -36,7 +36,7 @@
 
 void Formats::loadFormats()
 {
-#ifdef Q_OS_LINUX
+#ifdef Q_OS_LINUX || Q_OS_FREEBSD
     list<CoderInfo> coderList;
     coderInfoList(&coderList,
                   CoderInfo::TrueMatch,
@@ -70,12 +70,9 @@
         }
 
         if (entry->isWritable()) {
-            QString currFormat = 
QString::fromStdString(entry->name()).toLower();
-            if (!(blacklist.contains(currFormat))) {
-                s_writableFilters << QString("%1 - (%2)")
-                                     
.arg(QString::fromStdString(entry->name()))
-                                     
.arg(QString::fromStdString(entry->description()));
-            }
+            s_writableFilters << QString("%1 - (%2)")
+                                 .arg(QString::fromStdString(entry->name()))
+                                 
.arg(QString::fromStdString(entry->description()));
         }
 
         ++entry;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/converseen-0.8.1/src/globals.h 
new/converseen-0.8.2/src/globals.h
--- old/converseen-0.8.1/src/globals.h  2014-08-12 22:34:41.000000000 +0200
+++ new/converseen-0.8.2/src/globals.h  2014-08-20 13:42:42.000000000 +0200
@@ -29,8 +29,8 @@
 namespace globals
 {
     const QString PROGRAM_NAME = "Converseen";
-    const int CURRENT_INTERNAL_VERSION = 810;
-    const QString VERSION = "0.8.1";
+    const int CURRENT_INTERNAL_VERSION = 820;
+    const QString VERSION = "0.8.2";
 }
 
 #endif // GLOBALS_H

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

Reply via email to