commit libmng for openSUSE:Factory
Hello community, here is the log from the commit of package libmng for openSUSE:Factory checked in at 2015-04-30 11:50:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmng (Old) and /work/SRC/openSUSE:Factory/.libmng.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libmng" Changes: -------- --- /work/SRC/openSUSE:Factory/libmng/libmng.changes 2014-06-19 13:08:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmng.new/libmng.changes 2015-04-30 11:50:05.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Apr 27 13:52:20 UTC 2015 - mpluskal@suse.com + +- Update to 2.0.3 + * More changes to libmng_types.h. +- Cleanup spec file with spec-cleaner +- Remove old obsolete/provide +- Use %cmake macro when building +- Remove no longer needed fix-header-include.patch + +------------------------------------------------------------------- Old: ---- fix-header-include.patch libmng-2.0.2.tar.xz New: ---- libmng-2.0.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmng.spec ++++++ --- /var/tmp/diff_new_pack.fKBBHn/_old 2015-04-30 11:50:06.000000000 +0200 +++ /var/tmp/diff_new_pack.fKBBHn/_new 2015-04-30 11:50:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmng # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,59 +16,44 @@ # +%define lname libmng2 Name: libmng -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: Library for Support of MNG and JNG Formats License: Zlib Group: Development/Libraries/C and C++ -%define lname libmng2 +Url: http://www.libmng.com/ +Source0: http://downloads.sourceforge.net/project/%{name}/%{name}-devel/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf +Patch0: libmng-1.0.9-dont-leak-zlib-streams.diff BuildRequires: cmake BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel BuildRequires: man BuildRequires: pkg-config BuildRequires: zlib-devel -# bug437293 -%ifarch ppc64 -Obsoletes: libmng-64bit -%endif -# -Url: http://www.libmng.com/ -Source0: http://downloads.sourceforge.net/project/%{name}/%{name}-devel/%{version}/%{name}-%{version}.tar.xz -Source1: baselibs.conf -Patch0: libmng-1.0.9-dont-leak-zlib-streams.diff -# PATCH-FIX-UPSTREAM fix-header-include.patch -- make libmng_types header usable to outside packages/libraries -Patch1: fix-header-include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This library can handle MNG and JNG formats that contain animated pictures. These formats should replace the GIF format. -%package -n %lname +%package -n %{lname} Summary: Library for Support of MNG and JNG Formats Group: System/Libraries -# O/P added 2011-11-29 -Obsoletes: libmng < %{version}-%{release} -Provides: libmng = %{version}-%{release} -%description -n %lname +%description -n %{lname} This library can handle MNG and JNG formats that contain animated pictures. These formats should replace the GIF format. %package devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: libjpeg-devel Requires: liblcms2-devel Requires: zlib-devel -# bug437293 -%ifarch ppc64 -Obsoletes: libmng-devel-64bit -%endif -# %description devel This library can handle MNG and JNG formats which contain animated @@ -79,33 +64,27 @@ %prep %setup -q %patch0 -%patch1 -p1 %build # This is not zlib licensed and unused, just as a caution, bnc#744320 rm -rf contrib -export CXXFLAGS="%{optflags}" -export CFLAGS="$CXXFLAGS" -mkdir build && cd build && \ -cmake -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DCMAKE_BUILD_TYPE:STRING=Release \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ +%cmake \ -DCMAKE_SKIP_RPATH=ON \ - -DMNG_INSTALL_DOC_DIR=%{_datadir}/doc/packages/%{name} \ + -DMNG_INSTALL_DOC_DIR=%{_docdir}/%{name} \ -DBUILD_MAN=ON \ -DBUILD_STATIC_LIBS=OFF .. make %{?_smp_mflags} %install -%make_install -C build +%cmake_install -%post -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n %lname +%files -n %{lname} %defattr(-,root,root) %doc LICENSE README doc/doc.readme doc/libmng.txt %{_libdir}/libmng.so.* @@ -113,7 +92,7 @@ %files devel %defattr(-,root,root) %{_includedir}/*.h -%doc %{_mandir}/*/* +%{_mandir}/*/* %doc %{_docdir}/libmng/ %{_libdir}/pkgconfig/libmng.pc %{_libdir}/libmng.so ++++++ libmng-1.0.9-dont-leak-zlib-streams.diff ++++++ --- /var/tmp/diff_new_pack.fKBBHn/_old 2015-04-30 11:50:06.000000000 +0200 +++ /var/tmp/diff_new_pack.fKBBHn/_new 2015-04-30 11:50:06.000000000 +0200 @@ -1,7 +1,8 @@ -diff -ur libmng-orig/libmng_zlib.c libmng-1.0.10/libmng_zlib.c ---- libmng_zlib.c 2005-12-15 00:53:13.000000000 +0100 -+++ libmng_zlib.c 2007-07-19 13:17:44.000000000 +0200 -@@ -162,6 +162,9 @@ +Index: libmng_zlib.c +=================================================================== +--- libmng_zlib.c.orig ++++ libmng_zlib.c +@@ -163,6 +163,9 @@ mng_retcode mngzlib_inflateinit (mng_dat #ifdef MNG_SUPPORT_TRACE MNG_TRACE (pData, MNG_FN_ZLIB_INFLATEINIT, MNG_LC_START); #endif ++++++ libmng-2.0.2.tar.xz -> libmng-2.0.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/CHANGES new/libmng-2.0.3/CHANGES --- old/libmng-2.0.2/CHANGES 2013-01-20 05:31:41.000000000 +0100 +++ new/libmng-2.0.3/CHANGES 2015-04-20 21:02:40.000000000 +0200 @@ -1,3 +1,7 @@ +2.0.3 (15.11.2014) +--------------------------- +[szukw000@arcor.de] More changes to libmng_types.h. + 2.0.1 (19.01.2013) --------------------------- [szukw000@arcor.de] There has been a change in JPEG version 9: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/Makefile new/libmng-2.0.3/Makefile --- old/libmng-2.0.2/Makefile 2013-03-05 14:44:16.000000000 +0100 +++ new/libmng-2.0.3/Makefile 2015-04-20 21:06:47.000000000 +0200 @@ -34,10 +34,10 @@ esac; \ test $$am__dry = yes; \ } -pkgdatadir = $(datadir)/libmng-2.0.2 -pkgincludedir = $(includedir)/libmng-2.0.2 -pkglibdir = $(libdir)/libmng-2.0.2 -pkglibexecdir = $(libexecdir)/libmng-2.0.2 +pkgdatadir = $(datadir)/libmng-2.0.3 +pkgincludedir = $(includedir)/libmng-2.0.3 +pkglibdir = $(libdir)/libmng-2.0.3 +pkglibexecdir = $(libexecdir)/libmng-2.0.3 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -202,14 +202,14 @@ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing aclocal-1.13 +ACLOCAL = ${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing aclocal-1.13 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar AS = as -AUTOCONF = ${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing autoconf -AUTOHEADER = ${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing autoheader -AUTOMAKE = ${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing automake-1.13 +AUTOCONF = ${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing autoconf +AUTOHEADER = ${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing autoheader +AUTOMAKE = ${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing automake-1.13 AWK = gawk CC = gcc CCDEPMODE = depmode=none @@ -242,7 +242,7 @@ LIPO = LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing makeinfo +MAKEINFO = ${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p MNG_MAJOR_NR = 2 @@ -254,24 +254,24 @@ OBJEXT = o OTOOL = OTOOL64 = -PACKAGE = libmng-2.0.2 +PACKAGE = libmng-2.0.3 PACKAGE_BUGREPORT = png-mng-implement@lists.sourceforge.net PACKAGE_NAME = libmng -PACKAGE_STRING = libmng 2.0.2 -PACKAGE_TARNAME = libmng-2.0.2 +PACKAGE_STRING = libmng 2.0.3 +PACKAGE_TARNAME = libmng-2.0.3 PACKAGE_URL = http://www.libmng.com/ -PACKAGE_VERSION = 2.0.2 +PACKAGE_VERSION = 2.0.3 PATH_SEPARATOR = : RANLIB = ranlib SED = /usr/bin/sed SET_MAKE = SHELL = /bin/sh STRIP = strip -VERSION = 2.0.2 -abs_builddir = /sources/LIB/MNG/libmng-2.0.2 -abs_srcdir = /sources/LIB/MNG/libmng-2.0.2 -abs_top_builddir = /sources/LIB/MNG/libmng-2.0.2 -abs_top_srcdir = /sources/LIB/MNG/libmng-2.0.2 +VERSION = 2.0.3 +abs_builddir = /sources/LIB/MNG/libmng-2.0.3 +abs_srcdir = /sources/LIB/MNG/libmng-2.0.3 +abs_top_builddir = /sources/LIB/MNG/libmng-2.0.3 +abs_top_srcdir = /sources/LIB/MNG/libmng-2.0.3 ac_ct_AR = ar ac_ct_CC = gcc ac_ct_DUMPBIN = @@ -300,7 +300,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /sources/LIB/MNG/libmng-2.0.2/install-sh +install_sh = ${SHELL} /sources/LIB/MNG/libmng-2.0.3/install-sh libdir = /usr/lib64 libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -327,9 +327,9 @@ # include the app subdirectories in the distribution EXTRA_DIST = makefiles doc contrib -# libmng release 2.0.2 +# libmng release 2.0.3 libmng_la_LDFLAGS = \ - -version-number 2:0:2 + -version-number 2.0.3 lib_LTLIBRARIES = libmng.la include_HEADERS = libmng.h libmng_conf.h libmng_types.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/README.version new/libmng-2.0.3/README.version --- old/libmng-2.0.2/README.version 2013-03-05 12:19:47.000000000 +0100 +++ new/libmng-2.0.3/README.version 2015-04-20 21:06:10.000000000 +0200 @@ -1,25 +1,25 @@ -Version changes - here 2.0.2 - must be written into the following files: +Version changes - here 2.0.3 - must be written into the following files: libmng.h : ======================= -#define MNG_VERSION_TEXT "2.0.2" +#define MNG_VERSION_TEXT "2.0.3" CMake/vers.cmake: ======================= SET(MNG_VERSION_MAJOR 2) SET(MNG_VERSION_MINOR 0) -SET(MNG_VERSION_PATCH 2) +SET(MNG_VERSION_PATCH 3) makefiles/configure.ac : ======================= define([MAJ_NR],[2]) define([MIN_NR],[0]) -define([REL_NR],[2]) +define([REL_NR],[3]) makefiles/version.mak : ======================= MNGMAJ = 2 MNGMIN = 0 -MNGREL = 2 -MNGVER = 2.0.2 +MNGREL = 3 +MNGVER = 2.0.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/config.h new/libmng-2.0.3/config.h --- old/libmng-2.0.2/config.h 2013-03-05 14:44:16.000000000 +0100 +++ new/libmng-2.0.3/config.h 2015-04-20 21:11:29.000000000 +0200 @@ -96,13 +96,13 @@ #define MNG_VERSION_MINOR 0 /* PATCH number of version */ -#define MNG_VERSION_RELEASE 2 +#define MNG_VERSION_RELEASE 3 /* eg. libmng.so.1 */ #define MNG_VERSION_SO 2 /* Name of package */ -#define PACKAGE "libmng-2.0.2" +#define PACKAGE "libmng-2.0.3" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" @@ -111,22 +111,22 @@ #define PACKAGE_NAME "libmng" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libmng 2.0.2" +#define PACKAGE_STRING "libmng 2.0.3" /* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "libmng-2.0.2" +#define PACKAGE_TARNAME "libmng-2.0.3" /* Define to the home page for this package. */ #define PACKAGE_URL "http://www.libmng.com/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.2" +#define PACKAGE_VERSION "2.0.3" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.0.2" +#define VERSION "2.0.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/config.log new/libmng-2.0.3/config.log --- old/libmng-2.0.2/config.log 2013-03-05 14:44:17.000000000 +0100 +++ new/libmng-2.0.3/config.log 2015-04-20 21:10:53.000000000 +0200 @@ -1,7 +1,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libmng configure 2.0.2, which was +It was created by libmng configure 2.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --libdir=/usr/lib64 --with-lcms2 @@ -233,16 +233,16 @@ configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libmng" -| #define PACKAGE_TARNAME "libmng-2.0.2" -| #define PACKAGE_VERSION "2.0.2" -| #define PACKAGE_STRING "libmng 2.0.2" +| #define PACKAGE_TARNAME "libmng-2.0.3" +| #define PACKAGE_VERSION "2.0.3" +| #define PACKAGE_STRING "libmng 2.0.3" | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" | #define PACKAGE_URL "http://www.libmng.com/" -| #define PACKAGE "libmng-2.0.2" -| #define VERSION "2.0.2" +| #define PACKAGE "libmng-2.0.3" +| #define VERSION "2.0.3" | #define MNG_VERSION_MAJOR 2 | #define MNG_VERSION_MINOR 0 -| #define MNG_VERSION_RELEASE 2 +| #define MNG_VERSION_RELEASE 3 | #define MNG_VERSION_SO 2 | #define MNG_VERSION_DLL 2 | /* end confdefs.h. */ @@ -257,16 +257,16 @@ configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libmng" -| #define PACKAGE_TARNAME "libmng-2.0.2" -| #define PACKAGE_VERSION "2.0.2" -| #define PACKAGE_STRING "libmng 2.0.2" +| #define PACKAGE_TARNAME "libmng-2.0.3" +| #define PACKAGE_VERSION "2.0.3" +| #define PACKAGE_STRING "libmng 2.0.3" | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" | #define PACKAGE_URL "http://www.libmng.com/" -| #define PACKAGE "libmng-2.0.2" -| #define VERSION "2.0.2" +| #define PACKAGE "libmng-2.0.3" +| #define VERSION "2.0.3" | #define MNG_VERSION_MAJOR 2 | #define MNG_VERSION_MINOR 0 -| #define MNG_VERSION_RELEASE 2 +| #define MNG_VERSION_RELEASE 3 | #define MNG_VERSION_SO 2 | #define MNG_VERSION_DLL 2 | /* end confdefs.h. */ @@ -371,16 +371,16 @@ configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libmng" -| #define PACKAGE_TARNAME "libmng-2.0.2" -| #define PACKAGE_VERSION "2.0.2" -| #define PACKAGE_STRING "libmng 2.0.2" +| #define PACKAGE_TARNAME "libmng-2.0.3" +| #define PACKAGE_VERSION "2.0.3" +| #define PACKAGE_STRING "libmng 2.0.3" | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" | #define PACKAGE_URL "http://www.libmng.com/" -| #define PACKAGE "libmng-2.0.2" -| #define VERSION "2.0.2" +| #define PACKAGE "libmng-2.0.3" +| #define VERSION "2.0.3" | #define MNG_VERSION_MAJOR 2 | #define MNG_VERSION_MINOR 0 -| #define MNG_VERSION_RELEASE 2 +| #define MNG_VERSION_RELEASE 3 | #define MNG_VERSION_SO 2 | #define MNG_VERSION_DLL 2 | #define STDC_HEADERS 1 @@ -411,16 +411,16 @@ configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libmng" -| #define PACKAGE_TARNAME "libmng-2.0.2" -| #define PACKAGE_VERSION "2.0.2" -| #define PACKAGE_STRING "libmng 2.0.2" +| #define PACKAGE_TARNAME "libmng-2.0.3" +| #define PACKAGE_VERSION "2.0.3" +| #define PACKAGE_STRING "libmng 2.0.3" | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" | #define PACKAGE_URL "http://www.libmng.com/" -| #define PACKAGE "libmng-2.0.2" -| #define VERSION "2.0.2" +| #define PACKAGE "libmng-2.0.3" +| #define VERSION "2.0.3" | #define MNG_VERSION_MAJOR 2 | #define MNG_VERSION_MINOR 0 -| #define MNG_VERSION_RELEASE 2 +| #define MNG_VERSION_RELEASE 3 | #define MNG_VERSION_SO 2 | #define MNG_VERSION_DLL 2 | #define STDC_HEADERS 1 @@ -466,22 +466,22 @@ configure:12314: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:52:6: warning: conflicting types for built-in function 'pow' [enabled by default] /tmp/cczAyzTf.o: In function `main': -/sources/LIB/MNG/libmng-2.0.2/conftest.c:63: undefined reference to `pow' +/sources/LIB/MNG/libmng-2.0.3/conftest.c:63: undefined reference to `pow' collect2: error: ld returned 1 exit status configure:12314: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libmng" -| #define PACKAGE_TARNAME "libmng-2.0.2" -| #define PACKAGE_VERSION "2.0.2" -| #define PACKAGE_STRING "libmng 2.0.2" +| #define PACKAGE_TARNAME "libmng-2.0.3" +| #define PACKAGE_VERSION "2.0.3" +| #define PACKAGE_STRING "libmng 2.0.3" | #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" | #define PACKAGE_URL "http://www.libmng.com/" -| #define PACKAGE "libmng-2.0.2" -| #define VERSION "2.0.2" +| #define PACKAGE "libmng-2.0.3" +| #define VERSION "2.0.3" | #define MNG_VERSION_MAJOR 2 | #define MNG_VERSION_MINOR 0 -| #define MNG_VERSION_RELEASE 2 +| #define MNG_VERSION_RELEASE 3 | #define MNG_VERSION_SO 2 | #define MNG_VERSION_DLL 2 | #define STDC_HEADERS 1 @@ -592,7 +592,7 @@ ## Running config.status. ## ## ---------------------- ## -This file was extended by libmng config.status 2.0.2, which was +This file was extended by libmng config.status 2.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = @@ -710,7 +710,7 @@ ## Output variables. ## ## ----------------- ## -ACLOCAL='${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing aclocal-1.13' +ACLOCAL='${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing aclocal-1.13' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' @@ -721,9 +721,9 @@ AM_V='$(V)' AR='ar' AS='as' -AUTOCONF='${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing autoconf' -AUTOHEADER='${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing autoheader' -AUTOMAKE='${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing automake-1.13' +AUTOCONF='${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing autoconf' +AUTOHEADER='${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing autoheader' +AUTOMAKE='${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing automake-1.13' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' @@ -755,7 +755,7 @@ LIPO='' LN_S='ln -s' LTLIBOBJS='' -MAKEINFO='${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing makeinfo' +MAKEINFO='${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MNG_MAJOR_NR='2' @@ -767,20 +767,20 @@ OBJEXT='o' OTOOL64='' OTOOL='' -PACKAGE='libmng-2.0.2' +PACKAGE='libmng-2.0.3' PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net' PACKAGE_NAME='libmng' -PACKAGE_STRING='libmng 2.0.2' -PACKAGE_TARNAME='libmng-2.0.2' +PACKAGE_STRING='libmng 2.0.3' +PACKAGE_TARNAME='libmng-2.0.3' PACKAGE_URL='http://www.libmng.com/' -PACKAGE_VERSION='2.0.2' +PACKAGE_VERSION='2.0.3' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' -VERSION='2.0.2' +VERSION='2.0.3' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' @@ -814,7 +814,7 @@ htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' -install_sh='${SHELL} /sources/LIB/MNG/libmng-2.0.2/install-sh' +install_sh='${SHELL} /sources/LIB/MNG/libmng-2.0.3/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' @@ -837,16 +837,16 @@ /* confdefs.h */ #define PACKAGE_NAME "libmng" -#define PACKAGE_TARNAME "libmng-2.0.2" -#define PACKAGE_VERSION "2.0.2" -#define PACKAGE_STRING "libmng 2.0.2" +#define PACKAGE_TARNAME "libmng-2.0.3" +#define PACKAGE_VERSION "2.0.3" +#define PACKAGE_STRING "libmng 2.0.3" #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net" #define PACKAGE_URL "http://www.libmng.com/" -#define PACKAGE "libmng-2.0.2" -#define VERSION "2.0.2" +#define PACKAGE "libmng-2.0.3" +#define VERSION "2.0.3" #define MNG_VERSION_MAJOR 2 #define MNG_VERSION_MINOR 0 -#define MNG_VERSION_RELEASE 2 +#define MNG_VERSION_RELEASE 3 #define MNG_VERSION_SO 2 #define MNG_VERSION_DLL 2 #define STDC_HEADERS 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/config.status new/libmng-2.0.3/config.status --- old/libmng-2.0.2/config.status 2013-03-05 14:44:16.000000000 +0100 +++ new/libmng-2.0.3/config.status 2015-04-20 21:09:06.000000000 +0200 @@ -380,7 +380,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libmng $as_me 2.0.2, which was +This file was extended by libmng $as_me 2.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -430,7 +430,7 @@ ac_cs_config="'--prefix=/usr' '--libdir=/usr/lib64' '--with-lcms2'" ac_cs_version="\ -libmng config.status 2.0.2 +libmng config.status 2.0.3 configured by ./configure, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\" @@ -438,7 +438,7 @@ This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/sources/LIB/MNG/libmng-2.0.2' +ac_pwd='/sources/LIB/MNG/libmng-2.0.3' srcdir='.' INSTALL='/usr/bin/ginstall -c' MKDIR_P='/usr/bin/mkdir -p' @@ -732,8 +732,8 @@ fi - PACKAGE='libmng-2.0.2' - VERSION='2.0.2' + PACKAGE='libmng-2.0.3' + VERSION='2.0.3' TIMESTAMP='' RM='rm -f' ofile='libtool' @@ -882,14 +882,14 @@ S["MKDIR_P"]="/usr/bin/mkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["STRIP"]="strip" -S["install_sh"]="${SHELL} /sources/LIB/MNG/libmng-2.0.2/install-sh" -S["MAKEINFO"]="${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing makeinfo" -S["AUTOHEADER"]="${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing autoheader" -S["AUTOMAKE"]="${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing automake-1.13" -S["AUTOCONF"]="${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing autoconf" -S["ACLOCAL"]="${SHELL} /sources/LIB/MNG/libmng-2.0.2/missing aclocal-1.13" -S["VERSION"]="2.0.2" -S["PACKAGE"]="libmng-2.0.2" +S["install_sh"]="${SHELL} /sources/LIB/MNG/libmng-2.0.3/install-sh" +S["MAKEINFO"]="${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing makeinfo" +S["AUTOHEADER"]="${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing autoheader" +S["AUTOMAKE"]="${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing automake-1.13" +S["AUTOCONF"]="${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing autoconf" +S["ACLOCAL"]="${SHELL} /sources/LIB/MNG/libmng-2.0.3/missing aclocal-1.13" +S["VERSION"]="2.0.3" +S["PACKAGE"]="libmng-2.0.3" S["CYGPATH_W"]="echo" S["am__isrc"]="" S["INSTALL_DATA"]="${INSTALL} -m 644" @@ -930,9 +930,9 @@ S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://www.libmng.com/" S["PACKAGE_BUGREPORT"]="png-mng-implement@lists.sourceforge.net" -S["PACKAGE_STRING"]="libmng 2.0.2" -S["PACKAGE_VERSION"]="2.0.2" -S["PACKAGE_TARNAME"]="libmng-2.0.2" +S["PACKAGE_STRING"]="libmng 2.0.3" +S["PACKAGE_VERSION"]="2.0.3" +S["PACKAGE_TARNAME"]="libmng-2.0.3" S["PACKAGE_NAME"]="libmng" S["PATH_SEPARATOR"]=":" S["SHELL"]="/bin/sh" @@ -978,13 +978,13 @@ cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { D["PACKAGE_NAME"]=" \"libmng\"" -D["PACKAGE_TARNAME"]=" \"libmng-2.0.2\"" -D["PACKAGE_VERSION"]=" \"2.0.2\"" -D["PACKAGE_STRING"]=" \"libmng 2.0.2\"" +D["PACKAGE_TARNAME"]=" \"libmng-2.0.3\"" +D["PACKAGE_VERSION"]=" \"2.0.3\"" +D["PACKAGE_STRING"]=" \"libmng 2.0.3\"" D["PACKAGE_BUGREPORT"]=" \"png-mng-implement@lists.sourceforge.net\"" D["PACKAGE_URL"]=" \"http://www.libmng.com/\"" -D["PACKAGE"]=" \"libmng-2.0.2\"" -D["VERSION"]=" \"2.0.2\"" +D["PACKAGE"]=" \"libmng-2.0.3\"" +D["VERSION"]=" \"2.0.3\"" D["MNG_VERSION_MAJOR"]=" 2" D["MNG_VERSION_MINOR"]=" 0" D["MNG_VERSION_RELEASE"]=" 2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/configure new/libmng-2.0.3/configure --- old/libmng-2.0.2/configure 2013-03-05 13:13:02.000000000 +0100 +++ new/libmng-2.0.3/configure 2015-04-20 21:12:06.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libmng 2.0.2. +# Generated by GNU Autoconf 2.69 for libmng 2.0.3. # # Report bugs to <png-mng-implement@lists.sourceforge.net>. # @@ -589,9 +589,9 @@ # Identity of this package. PACKAGE_NAME='libmng' -PACKAGE_TARNAME='libmng-2.0.2' -PACKAGE_VERSION='2.0.2' -PACKAGE_STRING='libmng 2.0.2' +PACKAGE_TARNAME='libmng-2.0.3' +PACKAGE_VERSION='2.0.3' +PACKAGE_STRING='libmng 2.0.3' PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net' PACKAGE_URL='http://www.libmng.com/' @@ -1327,7 +1327,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libmng 2.0.2 to adapt to many kinds of systems. +\`configure' configures libmng 2.0.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1375,7 +1375,7 @@ --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/libmng-2.0.2] + --docdir=DIR documentation root [DATAROOTDIR/doc/libmng-2.0.3] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1397,7 +1397,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libmng 2.0.2:";; + short | recursive ) echo "Configuration of libmng 2.0.3:";; esac cat <<\_ACEOF @@ -1516,7 +1516,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libmng configure 2.0.2 +libmng configure 2.0.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1885,7 +1885,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libmng $as_me 2.0.2, which was +It was created by libmng $as_me 2.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2761,8 +2761,8 @@ # Define the identity of the package. - PACKAGE='libmng-2.0.2' - VERSION='2.0.2' + PACKAGE='libmng-2.0.3' + VERSION='2.0.3' cat >>confdefs.h <<_ACEOF @@ -2818,7 +2818,7 @@ $as_echo "#define MNG_VERSION_MINOR 0" >>confdefs.h -$as_echo "#define MNG_VERSION_RELEASE 2" >>confdefs.h +$as_echo "#define MNG_VERSION_RELEASE 3" >>confdefs.h $as_echo "#define MNG_VERSION_SO 2" >>confdefs.h @@ -7311,7 +7311,7 @@ fi if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + # ISC 2.0.3 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdlib.h> @@ -12161,7 +12161,7 @@ fi if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + # ISC 2.0.3 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdlib.h> @@ -13331,7 +13331,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libmng $as_me 2.0.2, which was +This file was extended by libmng $as_me 2.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13398,7 +13398,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libmng config.status 2.0.2 +libmng config.status 2.0.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/libmng.h new/libmng-2.0.3/libmng.h --- old/libmng-2.0.2/libmng.h 2013-03-05 12:14:06.000000000 +0100 +++ new/libmng-2.0.3/libmng.h 2015-04-20 21:08:32.000000000 +0200 @@ -446,7 +446,7 @@ /* * * */ /* ************************************************************************** */ -#define MNG_VERSION_TEXT "2.0.2" +#define MNG_VERSION_TEXT "2.0.3" #define MNG_VERSION_BETA MNG_FALSE MNG_EXT mng_pchar MNG_DECL mng_version_text (void); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/libmng.pc new/libmng-2.0.3/libmng.pc --- old/libmng-2.0.2/libmng.pc 2013-03-05 14:44:16.000000000 +0100 +++ new/libmng-2.0.3/libmng.pc 2015-04-20 21:09:24.000000000 +0200 @@ -5,7 +5,7 @@ Name: libmng Description: Loads PNG/MNG/JNG files -Version: 2.0.2 +Version: 2.0.3 Libs: -L${libdir} -lmng Libs.private: -lz -lm -ljpeg -llcms2 Cflags: -I${includedir} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/libmng_types.h new/libmng-2.0.3/libmng_types.h --- old/libmng-2.0.2/libmng_types.h 2013-01-20 04:45:24.000000000 +0100 +++ new/libmng-2.0.3/libmng_types.h 2015-04-20 21:17:32.000000000 +0200 @@ -5,7 +5,7 @@ /* * * */ /* * project : libmng * */ /* * file : libmng_types.h copyright (c) 2000-2007 G.Juyn * */ -/* * version : 1.0.10 * */ +/* * version : 2.0.3 * */ /* * * */ /* * purpose : type specifications * */ /* * * */ @@ -126,6 +126,7 @@ /* * 1.0.10 - 04/12/2007 - G.Juyn * */ /* * - added support for ANG proposal * */ /* * * */ +/* * 2.0.3 - 11/15/2014 * */ /* ************************************************************************** */ #ifndef _libmng_types_h_ @@ -200,10 +201,14 @@ #endif #define JPEG_INTERNAL_OPTIONS /* for RGB_PIXELSIZE */ /* There has been a change in jpeg-9 : */ -#ifndef _WIN32 +#if !defined(HAVE_BOOLEAN) && !defined(_WIN32) #define HAVE_BOOLEAN +#endif +#ifndef _WIN32 typedef int boolean; #endif +/* For jpegsrc.v09a: */ +#include <stdio.h> #include <jpeglib.h> #endif /* MNG_INCLUDE_IJG6B */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmng-2.0.2/libtool new/libmng-2.0.3/libtool --- old/libmng-2.0.2/libtool 2013-03-05 14:44:17.000000000 +0100 +++ new/libmng-2.0.3/libtool 2015-04-20 21:13:37.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (libmng-2.0.2) 2.0.2 +# Generated automatically by config.status (libmng-2.0.3) 2.0.3 # Libtool was configured on host mary: # NOTE: Changes made to this file will be lost: look at ltmain.sh. #
participants (1)
-
root@hilbert.suse.de