Hello community,

here is the log from the commit of package openjpeg2 for openSUSE:Factory 
checked in at 2014-06-16 21:43:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjpeg2 (Old)
 and      /work/SRC/openSUSE:Factory/.openjpeg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openjpeg2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjpeg2/openjpeg2.changes      2014-05-10 
22:57:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openjpeg2.new/openjpeg2.changes 2014-06-16 
21:43:55.000000000 +0200
@@ -1,0 +2,45 @@
+Sat May 31 07:12:54 UTC 2014 - co...@suse.com
+
+- pimp up the previous changelog
+
+-------------------------------------------------------------------
+Tue May 27 15:10:53 UTC 2014 - opens...@dstoecker.de
+
+- update to version 2.1.0
+
+New Features:
+
+    * Digital Cinema profiles have been fixed and updated
+        * New option to disable MCT if needed
+    * extended RAW support: it is now possible to input raw images
+          with subsampled color components (422, 420, etc)
+    * New way to deal with profiles
+
+API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
+
+    * Removed deprecated functions
+            - opj_stream_create_default_file_stream(FILE*,...)
+        - opj_stream_create_file_stream(FILE*,...)
+        - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data)
+        * Added
+        - opj_stream_create_default_file_stream(char*,...)
+        - opj_stream_create_file_stream(char*,...)
+        - opj_stream_destroy(opj_stream_t*)
+        - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data,
+            ... opj_stream_free_user_data_fn p_function)
+        - JPEG 2000 profiles and Part-2 extensions defined through '#define'
+    * Changed
+        - 'alpha' field added to 'opj_image_comp' structure
+        - 'OPJ_CLRSPC_EYCC' added to enum COLOR_SPACE
+        - 'OPJ_CLRSPC_CMYK' added to enum COLOR_SPACE
+        - 'OPJ_CODEC_JPP' and 'OPJ_CODEC_JPX' added to CODEC_FORMAT
+          (not yet used in use)
+        - 'max_cs_size' and 'rsiz' fields added to opj_cparameters_t
+
+Misc:
+    * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
+          and will soon become official reference software at the
+          JPEG committee.
+        * Huge amount of bug fixes. See CHANGES for details.
+
+-------------------------------------------------------------------

Old:
----
  openjpeg-2.0.1.tar.gz

New:
----
  openjpeg-2.1.0.tar.gz

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

Other differences:
------------------
++++++ openjpeg2.spec ++++++
--- /var/tmp/diff_new_pack.KkSmEW/_old  2014-06-16 21:43:56.000000000 +0200
+++ /var/tmp/diff_new_pack.KkSmEW/_new  2014-06-16 21:43:56.000000000 +0200
@@ -19,15 +19,16 @@
 %define library_name  libopenjp2-7
 
 Name:           openjpeg2
-Version:        2.0.1
+%define base_version 2.1
+Version:        %{base_version}.0
 Release:        0
 Summary:        Opensource JPEG 2000 Codec Implementation
 License:        BSD-2-Clause
 Group:          Productivity/Graphics/Other
 Url:            http://www.openjpeg.org/
-Source0:        openjpeg-%{version}.tar.gz
+Source0:        
http://sourceforge.net/projects/openjpeg.mirror/files/%{version}/openjpeg-%{version}.tar.gz
 Source1:        baselibs.conf
-BuildRequires:  cmake
+BuildRequires:  cmake > 2.8.2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc
@@ -106,7 +107,7 @@
 Version: %{version}
 Libs: -L%{_libdir} -lopenjp2
 Libs.private: -lm
-Cflags: -I%{_includedir}/openjpeg-2.0
+Cflags: -I%{_includedir}/openjpeg-%{base_version}
 END
 
 %fdupes -s doc/html/
@@ -134,10 +135,10 @@
 %files devel
 %defattr(-,root,root,-)
 %doc build/doc/html/
-%{_includedir}/openjpeg-2.0/
+%{_includedir}/openjpeg-%{base_version}/
 %{_libdir}/libopenjp2.so
 %{_libdir}/pkgconfig/libopenjp2.pc
-%{_libdir}/openjpeg-2.0/
+%{_libdir}/openjpeg-%{base_version}/
 %{_mandir}/man3/libopenjp2.3%{ext_man}
 
 %changelog

++++++ openjpeg-2.0.1.tar.gz -> openjpeg-2.1.0.tar.gz ++++++
++++ 4836 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