Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2015-03-03 11:15:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ufraw (Old)
 and      /work/SRC/openSUSE:Factory/.ufraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ufraw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes      2015-03-01 
14:50:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2015-03-03 
11:15:45.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Mar  1 12:07:19 UTC 2015 - meiss...@suse.com
+
+- 10/02/2015 - UFRaw-0.21 released, based on DCRaw v 9.23.
+  Bug fix release.
+
+- 24/09/2014 - UFRaw-0.20 released, based on DCRaw v 9.22.
+  Fuji X-Trans filters are finally supported.
+
+- switch to lcms2
+
+-------------------------------------------------------------------

Old:
----
  ufraw-0.19.2.tar.gz

New:
----
  ufraw-0.21.tar.gz

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

Other differences:
------------------
++++++ ufraw.spec ++++++
--- /var/tmp/diff_new_pack.yV8rOl/_old  2015-03-03 11:15:46.000000000 +0100
+++ /var/tmp/diff_new_pack.yV8rOl/_new  2015-03-03 11:15:46.000000000 +0100
@@ -24,7 +24,7 @@
 BuildRequires:  libexiv2-devel
 BuildRequires:  libgtkimageview-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms-devel
+BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtiff-devel
@@ -32,7 +32,7 @@
 Url:            http://ufraw.sourceforge.net/
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)
-Version:        0.19.2
+Version:        0.21
 Release:        0
 Summary:        The Unidentified Flying Raw
 License:        GPL-2.0+

++++++ ufraw-0.19.2.tar.gz -> ufraw-0.21.tar.gz ++++++
++++ 24459 lines of diff (skipped)

++++++ ufraw-boundary.patch ++++++
--- /var/tmp/diff_new_pack.yV8rOl/_old  2015-03-03 11:15:46.000000000 +0100
+++ /var/tmp/diff_new_pack.yV8rOl/_new  2015-03-03 11:15:46.000000000 +0100
@@ -1,8 +1,10 @@
---- dcraw.cc.orig      2010-03-29 22:18:13.000000000 +0200
-+++ dcraw.cc   2010-05-02 01:14:52.000000000 +0200
-@@ -6875,9 +6875,9 @@
-        (cp = strstr(model,"FILE VERSION"))))
-      *cp = 0;
+Index: dcraw.cc
+===================================================================
+--- dcraw.cc.orig
++++ dcraw.cc
+@@ -8584,9 +8584,9 @@ void CLASS identify()
+   if (!strncasecmp(model,"PENTAX",6))
+     strcpy (make, "Pentax");
    cp = make + strlen(make);           /* Remove trailing spaces */
 -  while (*--cp == ' ') *cp = 0;
 +  while (cp > make && *--cp == ' ') *cp = 0;

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

Reply via email to