Hello community,

here is the log from the commit of package libopenraw for openSUSE:Factory 
checked in at 2011-11-16 17:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenraw (Old)
 and      /work/SRC/openSUSE:Factory/.libopenraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenraw", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes    2011-09-23 
02:09:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libopenraw.new/libopenraw.changes       
2011-11-16 17:19:44.000000000 +0100
@@ -1,0 +2,35 @@
+Tue Nov 15 10:43:48 UTC 2011 - [email protected]
+
+- Update to version 0.0.9:
+  + New features:
+    - New demo ppmload to create a ppm out of the demosaicized
+      image.
+    - Support (partially) PEF from Pentax K20D.
+    - Support for Olympus ORF big-endian files and "RS" (12-bits).
+      Added E-10, E-P1, E-620, SP350, SP500, SP510 and SP550.
+    - Support for Canon G10, G11, 7D, 1DMarkIV, 5DMarkII, 500D,
+      550D, 60D and 1000D.
+    - Support for Canon 50D (fdo#30846).
+    - Support for Nikon D3000.
+    - Support for Sony A-550.
+    - Support for Leica X1 DNG.
+    - Support for Ricoh GRX DNG.
+  + Bug fixes:
+    - API: or_rawfile_get_rendered_image() returns a
+      ORBitmapDataRef with the correct dimensions.
+    - Check for get_current_dir_name() (fdo#24088)
+    - Don't crash when the files can't be written in the testsuite
+      bootstrap.
+    - Detect that ORF file are compressed if they are (fdo#26618).
+    - Skip compressed CFA when rendering the image (fdo#25464).
+    - Accept YCbCr when the compression is JPEG. The K10D DNG
+      should now have the large size preview.
+    - Install the GdkPixbuf in the right place (fdo#29208).
+  + Internal changes:
+    - Rename debug.{h,cpp} to trace.{h,cpp}
+    - Fixed the case on several class names.
+- Drop libopenraw-gdk-pixbuf-loaders-path.patch: fixed upstream.
+- Drop libopenraw-detect-compressed-otf.patch: fixed upstream.
+- Rebase libopenraw-orf-thumbnail.patch.
+
+-------------------------------------------------------------------

Old:
----
  libopenraw-0.0.8.tar.bz2
  libopenraw-detect-compressed-otf.patch
  libopenraw-gdk-pixbuf-loaders-path.patch

New:
----
  libopenraw-0.0.9.tar.bz2

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

Other differences:
------------------
++++++ libopenraw.spec ++++++
--- /var/tmp/diff_new_pack.z8ASBe/_old  2011-11-16 17:19:46.000000000 +0100
+++ /var/tmp/diff_new_pack.z8ASBe/_new  2011-11-16 17:19:46.000000000 +0100
@@ -20,16 +20,12 @@
 Summary:        A library to decode digital camera RAW files
 
 Name:           libopenraw
-Version:        0.0.8
-Release:        15
+Version:        0.0.9
+Release:        1
 License:        LGPLv2.1+
 Group:          Development/Libraries/C and C++
-Source0:        %name-%{version}.tar.bz2
+Source0:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM libopenraw-gdk-pixbuf-loaders-path.patch fdo29208 -- 
Install gdk-pixbuf module in the right directory, only works with gdk-pixbuf >= 
2.21
-Patch0:         libopenraw-gdk-pixbuf-loaders-path.patch
-# PATCH-FIX-UPSTREAM libopenraw-detect-compressed-otf.patch bnc561232 fdo26618 
[email protected] -- Detect the compressed otf file to avoid potential segfault
-Patch1:         libopenraw-detect-compressed-otf.patch
 # PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 [email protected] - 
Decompress otf files
 Patch2:         libopenraw-orf-thumbnail.patch
 BuildRequires:  gcc-c++
@@ -76,8 +72,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 %patch2 -p1
 
 %build

++++++ libopenraw-0.0.8.tar.bz2 -> libopenraw-0.0.9.tar.bz2 ++++++
++++ 43484 lines of diff (skipped)

++++++ libopenraw-orf-thumbnail.patch ++++++
--- /var/tmp/diff_new_pack.z8ASBe/_old  2011-11-16 17:19:47.000000000 +0100
+++ /var/tmp/diff_new_pack.z8ASBe/_new  2011-11-16 17:19:47.000000000 +0100
@@ -535,7 +535,7 @@
                        return err;
                }
 +      
-+uint32_t ORFFile::_translateCompressionType(IFD::TiffCompress tiffCompression)
++uint32_t OrfFile::_translateCompressionType(IFD::TiffCompress tiffCompression)
 +{
 +      if(tiffCompression == IFD::COMPRESS_CUSTOM) {
 +              return ORF_COMPRESSION;
@@ -544,15 +544,15 @@
 +}
 +
  
-       }
+ }
  }
 Index: libopenraw-0.0.8/lib/orffile.h
 ===================================================================
 --- libopenraw-0.0.8.orig/lib/orffile.h
 +++ libopenraw-0.0.8/lib/orffile.h
 @@ -43,11 +43,16 @@ namespace OpenRaw {
-                       ORFFile(IO::Stream *);
-                       virtual ~ORFFile();
+                       OrfFile(IO::Stream *);
+                       virtual ~OrfFile();
  
 +                      enum {
 +                              ORF_COMPRESSION = 0x10000

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

Reply via email to