Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2014-03-18 16:14:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer (Old)
 and      /work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdegraphics-strigi-analyzer"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2014-02-20 07:55:34.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
     2014-03-18 16:14:12.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:12:47 UTC 2014 - [email protected]
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+-------------------------------------------------------------------
+Fri Mar  7 10:02:18 UTC 2014 - [email protected]
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kdegraphics-strigi-analyzer-4.12.2.tar.xz

New:
----
  kdegraphics-strigi-analyzer-4.12.90.tar.xz

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

Other differences:
------------------
++++++ kdegraphics-strigi-analyzer.spec ++++++
--- /var/tmp/diff_new_pack.jgBXmc/_old  2014-03-18 16:14:14.000000000 +0100
+++ /var/tmp/diff_new_pack.jgBXmc/_new  2014-03-18 16:14:14.000000000 +0100
@@ -25,7 +25,7 @@
 License:        LGPL-2.1+
 Group:          Productivity/Graphics/Other
 Url:            http://www.kde.org
-Version:        4.12.2
+Version:        4.12.90
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kdegraphics-strigi-analyzer-4.12.2.tar.xz -> 
kdegraphics-strigi-analyzer-4.12.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-strigi-analyzer-4.12.2/tiff/tiffendanalyzer.cpp 
new/kdegraphics-strigi-analyzer-4.12.90/tiff/tiffendanalyzer.cpp
--- old/kdegraphics-strigi-analyzer-4.12.2/tiff/tiffendanalyzer.cpp     
2013-07-23 06:02:10.000000000 +0200
+++ new/kdegraphics-strigi-analyzer-4.12.90/tiff/tiffendanalyzer.cpp    
2014-02-20 22:38:56.000000000 +0100
@@ -248,7 +248,7 @@
         yResolution = 0;
         break;
     }
-    if (xResolution > 0 && xResolution > 0) {
+    if (xResolution > 0 && yResolution > 0) {
         ar.addValue(factory->xResolutionField, int(xResolution));
         ar.addValue(factory->yResolutionField, int(yResolution));
     }

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

Reply via email to