Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2013-03-08 21:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ufraw (Old)
 and      /work/SRC/openSUSE:Factory/.ufraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ufraw", Maintainer is "posta...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes      2013-01-10 
15:22:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2013-03-08 
21:18:03.000000000 +0100
@@ -1,0 +2,33 @@
+Fri Mar  8 04:42:45 UTC 2013 - salser...@gmail.com
+
+- Update to version 0.19.1
+  * Maintenance release with lots of bug fixes.
+
+-------------------------------------------------------------------
+Tue Jan 22 16:29:01 UTC 2013 - posta...@suse.cz
+
+- Updated from cvs, based on DCRaw v 9.17
+  * Add WB presets for the Panasonic DMC-GH3, DMC-GX1, DMC-LX5, 
+    SONY DSLR-A330, DSLR-A390, DSLR-A450, SLT-A57, SLT-A65V, NEX-3, 
+    NEX-5N, NEX-C3, NEX-7, DSC-RX100, Canon EOS 6D, EOS 5D Mark III, 
+    EOS-1DS, EOS 600D, EOS 1100D, PowerShot G12, PowerShot S95, 
+    PowerShot S100 NIKON 1 J1, 1 V1, D600, D800, D4, D5100, 
+    COOLPIX P7100, SAMSUNG EX1, NX100, NX200, OLYMPUS E-5, E-M5, 
+    XZ-1, E-P3, E-PL2, Leica M9, PENTAX K-r, FUJIFILM FinePix HS20EXR, 
+    FinePix X100
+  * Update WB presets for the Canon EOS 350D, EOS 550D, EOS 7D, 
+    OLYMPUS E-3, E-PL1
+  * Add finetuning for the OLYMPUS E-M5, E-PL1, E-PL, E-PL3
+  * Fix trimming of EXIF data
+  * Apply auto-crop in ufraw-batch
+  * Reset crop data between image loading
+  * Keep auto lensfun setting on startup
+  * Set the lens geometry according to the lens model
+  * Add support for ARRIRAW and Redcode R3D video file formats
+  * Various bug fixes when changing LensModel or FocalLength
+  * Update the lens crop factor, fixing bug #3161607.  
+  * Add a "Generic, Crop factor %f" lens model to get consistent behaviour
+  * Read LensFun settings from --conf file
+  * Fix spurious warning message about image size too small
+
+-------------------------------------------------------------------

Old:
----
  ufraw-0.18.tar.bz2

New:
----
  ufraw-0.19.1.tar.bz2

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

Other differences:
------------------
++++++ ufraw.spec ++++++
--- /var/tmp/diff_new_pack.nnFLxN/_old  2013-03-08 21:18:04.000000000 +0100
+++ /var/tmp/diff_new_pack.nnFLxN/_new  2013-03-08 21:18:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ufraw
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ufraw
-BuildRequires:  gcc-c++ gimp-devel libgtkimageview-devel liblcms-devel 
libpng-devel libstdc++-devel libtiff-devel update-desktop-files
-BuildRequires:  lensfun-devel libexiv2-devel libjpeg-devel
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  gimp-devel
+BuildRequires:  lensfun-devel
+BuildRequires:  libexiv2-devel
+BuildRequires:  libgtkimageview-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  liblcms-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  update-desktop-files
 Url:            http://ufraw.sourceforge.net/
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)
+Version:        0.19.1
+Release:        0
+Summary:        The Unidentified Flying Raw
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Other
-AutoReqProv:    on
-Version:        0.18
-Release:        1
-%define vversion 0.18
-Summary:        The Unidentified Flying Raw
 Source:         %{name}-%{version}.tar.bz2
 Patch:          %{name}-desktop.patch
 Patch1:         %{name}-boundary.patch
@@ -51,7 +57,6 @@
     Udi Fuchs udifu...@gmail.com
 
 %package -n gimp-ufraw
-License:        GPL-2.0+
 Summary:        Raw photo loader plugin for The GIMP
 Group:          Productivity/Graphics/Other
 Obsoletes:      rawphoto < %{version}
@@ -61,7 +66,6 @@
 Provides:       ufraw-gimp = %{version}
 Enhances:       gimp-2.0
 Suggests:       dcraw-gnome
-AutoReqProv:    on
 %if %{?gimp_api_version:1}0
 Requires:       gimp(abi) = %{gimp_abi_version}
 Requires:       gimp(api) = %{gimp_api_version}
@@ -95,6 +99,7 @@
   export CFLAGS="$RPM_OPT_FLAGS"
 %endif
 export CXXFLAGS="$CFLAGS"
+./autogen.sh
 %configure --enable-contrast
 make %{?jobs:-j%jobs}
 

++++++ ufraw-0.18.tar.bz2 -> ufraw-0.19.1.tar.bz2 ++++++
++++ 18680 lines of diff (skipped)

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

Reply via email to