exempi/exempi.changes

160 lines
5.9 KiB
Plaintext

-------------------------------------------------------------------
Sun Feb 26 14:53:26 CET 2012 - dmueller@suse.de
- fix build under qemu
-------------------------------------------------------------------
Thu Feb 23 17:09:03 UTC 2012 - vuntz@opensuse.org
- Update to version 2.2.0:
+ New 'exempi' command line tool.
+ Upgrade XMPCore to Adobe XMP 5.1.2
- Quicktime support now works without Quicktime.
- Reconciliation with ID3v2.
- "Blessed" 64-bits support (we already had it in exempi).
- Slight change in the way XMP are written for MWG compliance.
- Fixed a serious bug with RIFF.
- Change in the way local text encoding is dealt with.
- Alternative languages behave slightly differently by changing
how the default language property is managed.
- Probably a bunch of bugs fixed that I don't know about.
+ Update unit tests.
- Refactor the fixtures.
+ Use automake silent rules instead of shave. (build only)
+ "make dist" generate a bzip2 archive as well. (build only)
+ Remove some obsolete warning flags. (build only)
+ Build xmpcommandtool
+ Several new APIs.
+ Bug fixes: fdo#37747.
- Drop exempi-no-shave.patch: shave is not used upstream anymore.
- Drop libtool BuildRequires, autoreconf call and
--disable-silent-rules that were used because of patch above.
- Create a tools subpackage for new exempi command line tool.
- Change group of libexempi3 from "Development/Libraries/C and C++"
to System/Libraries.
- Use V=1 during the build to get a verbose build.
-------------------------------------------------------------------
Fri Sep 30 20:13:41 UTC 2011 - coolo@suse.com
- use original tar
-------------------------------------------------------------------
Fri Sep 30 20:08:00 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
-------------------------------------------------------------------
Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com
- Add 32bit compatibility libraries
-------------------------------------------------------------------
Thu Dec 9 01:04:53 UTC 2010 - cristian.rodriguez@opensuse.org
- run make check
- Disable usage of "shave-libtool" that messes up post build checks
provide --disable-silent-rules
-------------------------------------------------------------------
Tue Sep 7 23:50:28 CEST 2010 - vuntz@opensuse.org
- Add pkg-config BuildRequires to get a pkgconfig() provides for
the devel subpackage.
-------------------------------------------------------------------
Mon Jul 20 10:42:36 CEST 2009 - vuntz@novell.com
- Update to version 2.1.1:
+ Added shave to the build system for sane output. (build only)
+ fdo#16030: if the property is an array or struct allow "" to be
passed as a value.
+ fdo#19312: source/XMPFiles/FileHandlers/P2_Handler.cpp was
using an improper string comparison. (made rpmlint unhappy).
+ fdo#20554: Missing file on MacOS X.
+ fdo#20554: Detect ldflags properly.
+ fdo#20622: Catch unhandled exceptions in
xmp_files_can_put_xmp().
+ fdo#21934: Mismatched new [] / delete.
+ fdo#22554: Fix a SIGFPE encountered on some invalid files.
(bgo#586720)
- Drop exempi-rpmlint.diff: fixed upstream.
- Drop exempi-gcc44.patch: fixed upstream.
-------------------------------------------------------------------
Tue Apr 28 12:58:10 CEST 2009 - vuntz@novell.com
- Add exempi-gcc44.patch to fix build with gcc 4.4.
- Remove AutoReqProv: it's default now.
-------------------------------------------------------------------
Fri Jan 9 22:23:55 CET 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
- correct -devel package deps
-------------------------------------------------------------------
Wed Dec 24 13:31:11 EST 2008 - hfiguiere@suse.de
- New upstream version 2.1.0
+ Upgrade XMPCore to Adobe XMP 4.4.2
+ New: NS_PDF namespace for PDF.
+ New: API xmp_prefix_namespace_uri() and xmp_namespace_prefix(). fdo#14962.
+ Bug: make sure boost >1.35 does not fail test with system().
+ Bug: unit test now use boost/test/minimal.hpp to work with more boost
install. (known boost.test bug)
+ Bug: fix a typo in a CHECK_PTR call causing warnings on gcc < 4.
+ Bug: no longer define UNIX_ENV in exempi.cpp and let CPPFLAGS do it.
+ Bug fdo#16139: the list of exported symbols was too large.
+ Bug fdo#18635: fix crasher.
- Added patch exempi-rpmlint.diff to make rpmlint happy. fdo#19312
- Added zlib-devel as a dependency
- Remove .la and disable static
-------------------------------------------------------------------
Wed Oct 22 11:23:51 CDT 2008 - maw@suse.de
- Make debug packages require a specific %{version}-%{release}.
-------------------------------------------------------------------
Tue Aug 12 23:37:28 EDT 2008 - hfiguiere@suse.de
- New upstream version 2.0.2
+ Fix bug fdo#16598: TLS detection.
+ Better error management
+ Bugs fdo#14612 and fdo#14613
-------------------------------------------------------------------
Wed Aug 6 17:20:33 EDT 2008 - mauro@suse.de
-Update to 2.0.1
+ bgo#14612: no stdbool.h for Sun compilers.
+ bgo#14613: check for iconv() const-ness.
+ Make the error checking more robust.
+ Make error code thread-safe (ie local to the thread).
-------------------------------------------------------------------
Fri Aug 1 17:22:25 CEST 2008 - ro@suse.de
- fix requires for debuginfo package
-------------------------------------------------------------------
Wed Apr 2 13:11:50 CEST 2008 - vuntz@suse.de
- New upstream version 2.0.0:
+ Bug fdo#14614, Bug fdo#15263: endian detection in configure.
+ Bug fdo#14615: missing includes for Solaris.
-------------------------------------------------------------------
Fri Mar 14 10:21:22 EDT 2008 - hfiguiere@suse.de
- New upstream version 1.99.9
+ Typo fix in API
+ Buffer overflow fix in GIF handler (bgo #484105)
-------------------------------------------------------------------
Fri Jan 18 19:20:07 CET 2008 - jpr@suse.de
- Initial checkin