* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Fri Jul 15 2016 alarrosa@suse.com
- Update to GNOME 3.20.2 Fate#318572
* Tue Jun 16 2015 mpluskal@suse.com
- Add gpg signature
- Cleanup spec file with spec-cleaner
- Add missing dependency on curl
* Thu May 10 2012 crrodriguez@opensuse.org
- Run make check
- Do not use gcc -ansi flag
- Ensure all C files include "config.h"
* Fri Feb 24 2012 crrodriguez@opensuse.org
- Build C++ code with -fvisibility-inlines-hidden shrinks
the exported symbol table from 1844 to 1476 entries.
* Fri Dec 02 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Tue Nov 15 2011 vuntz@opensuse.org
- 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.
* Mon Sep 05 2011 glin@suse.com
- Merge upstream patch libopenraw-detect-compressed-otf.patch to
avoid segfault while loading Olympus raw files (.orf)
bnc#561232, fdo#26618
- Rebase and merge upstream patch libopenraw-orf-thumbnail.patch to
decompress otf bnc#699678
- Add autoreconf to %build to refresh Makefiles
- Remove the invalid link in Source0
* Mon Oct 11 2010 vuntz@opensuse.org
- Add missing Requires for gdk-pixbuf-query-loaders to
gdk-pixbuf-loader-libopenraw in baselibs.conf.
* Wed Jul 21 2010 vuntz@opensuse.org
- Change gtk2-devel and libxml2-devel BuildRequires to
pkgconfig(gdk-pixbuf-2.0) and pkgconfig(libxml-2.0).
- Add explicit pkgconfig(glib-2.0) BuildRequires.
- Add libopenraw-gdk-pixbuf-loaders-path.patch to have the
gdk-pixbuf loader installed where it should with the new
gdk-pixbuf library. Patch was committed upstream.
- Note that we require gdk-pixbuf >= 2.21 for the build because of
the patch.
- Split the gdk-pixbuf loader in a gdk-pixbuf-loader-libopenraw
subpackage (that gets installed automatically when gdk-pixbuf is
installed thanks to a Supplements).
- Change gtk2-devel Requires in devel package to gdk-pixbuf-devel.
- Add baselibs.conf, so that the pixbuf loader can work with 32bit
version of gdk-pixbuf.
* Fri May 22 2009 vuntz@novell.com
- Update to version 0.0.8:
+ includes missing for gcc 4.4
- Changes from version 0.0.7:
+ fix some warnings in the test and demo programs.
+ fix a huge memory leak (fdo#21435)
- Changes from version 0.0.6:
+ LICENSE change to LGPLv3+
+ BUG: cfa output should write the data in PGM as big endian.
+ BUG: added missing includes breaking on gcc 4.3 and other
platforms. (Closes bug fdo#18243).
+ BUG: better handling of Canon CR2 "slices" to fix crasher
with Canon 450D/Digital Rebel XSi files (and possibly others).
+ NEW: API or_rawfile_new_from_memory() to load a Raw file from
a memory buffer.
+ NEW: API or_rawfile_get_typeid() and the associated consts.
+ NEW: API or_rawdata_get_minmax()
+ NEW: API or_get_file_extensions()
+ NEW: API or_rawfile_get_rendered_image() to get a rendered
image.
+ NEW: API or_bitmapdata_*()
+ NEW: GdkPixbuf loader.
+ NEW: Decompress NEF files.
+ NEW: Python bindings.
+ NEW: testsuite can be overridden with an override file.
+ NEW: testsuite can be bootstrapped to download its files off
the internet.
+ NEW: add shave to the build system for saner output.
+ TODO: apply the coefficients.
- Drop libopenraw-gcc44.patch: fixed upstream.
- Use makeinstall.
- Package new GdkPixbuf loader.
* Wed Feb 25 2009 coolo@suse.de
- update to compile against gcc 4.4
* Mon Jan 05 2009 crrodriguez@suse.de
- exclude static libraries
- fix -devel package dependencies
* Fri Nov 21 2008 hfiguiere@suse.de
- Disable make check in the mean time until the boost issue is
solved.
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package
* Thu Apr 03 2008 hfiguiere@suse.de
- Initial checkin