SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libexempi-devel-2.5.2-39.25.x86_64.rpm :

* Fri Mar 19 2021 Michael Gorse - Update baselibs.conf to reflect new sonum.
* Thu Jan 14 2021 andy great - Remove --disable-static because it cause build to fail.- Update to version 2.5.2.
* Bug #18: Remove an unnecessary message to stdout in the exempi tool. https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/18
* Bug #20: Test file formats. This also change the GIF sample to GIF89a. https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/20
* Bug #17: `make check` should build more reliably now. https://gitlab.freedesktop.org/libopenraw/exempi/issues/17
* MR !1: Remove deprecated C++ to compile with C++17. https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/1
* MR !2: Fix a build failure with C++17. https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/2- Updates for version 2.5.1.
* Bug #9: [CVE-2018-12648] Fix null-pointer-dereference in WEBP. https://gitlab.freedesktop.org/libopenraw/exempi/issues/9
* Bug #12: Invalid WEBP cause a memory overflow. https://gitlab.freedesktop.org/libopenraw/exempi/issues/12
* Bug #13: Fix a buffer a overflow in ID3 support on invalid MP3. https://gitlab.freedesktop.org/libopenraw/exempi/issues/13
* Bug #14: Invalid MP3 cause a memory overflow. https://gitlab.freedesktop.org/libopenraw/exempi/issues/14- Updates for version 2.5.0.
* Upgrade XMPCore to Adobe XMP SDK CC 2016.07
* Support for iOS in XMPFiles
* New DOM based API’s are added in XMP Core to access metadata tree hierarchy. (not exposed yet in Exempi)
* Added support XMP/metadata in utf-8 encoded uncompressed SVG files in XMPFiles.
* Added support of GIF handler in XMPFiles.
* Added support for reconciliation of iXML’s TRACK_LIST and its components to get microphone data.
* Added support for IFDs of type 13 in TIFF.
* Added support for MPEG4 videos shot from Google Nexus 5 camera.
* Restructured the implementation of XDCAM Handler to support File Access Mode (FAM) and Simple Access Mode (SAM)
* Added built-in support for iXML namespace in XMPCore.
* Modified the alias tiff:ImageDescription for dc:description as language alternative array instead of simple property.
* Lot of bug fixes in XMPFiles and XMPCore.
* Removed Exempi provided support for GIF in favour of Adobe\'s. Only GIF89a is supported.
* New: API NS_XML constant
* Bug #5: Restrict the exported symbols. Only the symbols marked with API_EXPORT are exported by the shared library as to not allow another library to import the XMP SDK symbols. https://gitlab.freedesktop.org/libopenraw/exempi/issues/5
* Bug #105580: Access memory aligned on ARM. https://bugs.freedesktop.org/show_bug.cgi?id=105580
* Added tests for Adobe SDK.
* Fixed warnings and other issues and Adobe SDK.
* Compile with much more warnings enabled.
* Wed Mar 14 2018 jengelhAATTinai.de- Extend descriptions.
* Wed Mar 14 2018 kbabiochAATTsuse.com- Update to 2.4.5:
* Fix a buffer overflow in the PSD parser. (CVE-2018-7730 bnc#1085295)
* Fix a buffer overflow in the TIFF parser. (CVE-2018-7728 bnc#1085297)
* Fix a buffer overflow in PostScript parser. (CVE-2018-7729 bnc#1085296)
* Fix a null dereference in WEBP parser. (CVE-2018-7731 bnc#1085294)
* Properly initialize pointers in WEBP.
* Fix an infinite loop in RIFF parser.
* Fix an infinite loop in QuickTime parser.
* Fix an infinite loop in ASF parser.
* Adjust minimum version for gcc in documentation.
* Fix a buffer overrun, memcpy() on overlapping regions, use after free in the exception handling. Fix a fatal assert with corrupt WEBP.
* Fix a crash on a corrupt file.
* Upgrade XMPCore to Adobe XMP CC 2014.12.
* New flag to optimize layout on MPEG4 files.
* GoPro MPEG4 video files support.
* Improved JPEG support.
* iXML support in WAVE files.
* Several bugs and memory leaks fixes.
* Changes from Adobe XMP CC 2013.06.
* Pluggable file handlers (not exposed yet in Exempi)
* Support for Exif 2.3 properties
* New RIFF file handler
* Better Postscript support.
* Lot of bug fixes.
* Now require (partial) C++11 support to compile (gcc 4.4.7 tested)
* WebP format handler (contributed: Frankie Dintino, The Atlantic)
* Several API improvements
* Fix potential crash with corrupt TIFF file.
* Fix header to pass -Wstrict-prototypes
* Wed Feb 01 2017 adam.majerAATTsuse.de- use individual libboost-
*-devel packages instead of boost-devel
* Sun Nov 22 2015 mpluskalAATTsuse.com- Add gpg signature- Cleanup spec file with spec-cleaner
* Fri Dec 26 2014 zaitorAATTopensuse.org- Update to version 2.2.2: + Public header cleanup and documentation update. + Update Doxygen config. + fdo#73058: Add missing include for MacOS. + fdo#72810: Fix typo in date test in MP3 handler. + fdo#83313: Fix crash on invalid Exif (from Samsung). + Fix valgrind testing for xmpcore.sh. + Fix delete / delete[] mismatch in ID3_Support.hpp.- Add baselibs.conf to Source to comply with current rules in Factory.
* Sun Jun 30 2013 zaitorAATTopensuse.org- Update to version 2.2.1: + fdo#54011: Use POSIX API for files on MacOS. + fdo#58175: Replace OS X FlatCarbon headers. + Added a manpage for exempi(1). + Added the -n option to the command line for arbitrary namespaces.
* Sun Feb 26 2012 dmuellerAATTsuse.de- fix build under qemu
* Thu Feb 23 2012 vuntzAATTopensuse.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 2011 cooloAATTsuse.com- use original tar
* Fri Sep 30 2011 cooloAATTsuse.com- add libtool as buildrequire to make the spec file more reliable
* Sun Apr 24 2011 toddrme2178AATTgmail.com- Add 32bit compatibility libraries
* Thu Dec 09 2010 cristian.rodriguezAATTopensuse.org- run make check- Disable usage of \"shave-libtool\" that messes up post build checks provide --disable-silent-rules
* Tue Sep 07 2010 vuntzAATTopensuse.org- Add pkg-config BuildRequires to get a pkgconfig() provides for the devel subpackage.
* Mon Jul 20 2009 vuntzAATTnovell.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 2009 vuntzAATTnovell.com- Add exempi-gcc44.patch to fix build with gcc 4.4.- Remove AutoReqProv: it\'s default now.
* Fri Jan 09 2009 crrodriguezAATTsuse.de- remove static libraries and \"la\" files- correct -devel package deps
* Wed Dec 24 2008 hfiguiereAATTsuse.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 2008 mawAATTsuse.de- Make debug packages require a specific %{version}-%{release}.
* Wed Aug 13 2008 hfiguiereAATTsuse.de- New upstream version 2.0.2 + Fix bug fdo#16598: TLS detection. + Better error management + Bugs fdo#14612 and fdo#14613
* Wed Aug 06 2008 mauroAATTsuse.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 01 2008 roAATTsuse.de- fix requires for debuginfo package
* Wed Apr 02 2008 vuntzAATTsuse.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 2008 hfiguiereAATTsuse.de- New upstream version 1.99.9 + Typo fix in API + Buffer overflow fix in GIF handler (bgo #484105)
* Fri Jan 18 2008 jprAATTsuse.de- Initial checkin
 
ICM