Hello community, here is the log from the commit of package libdmtx for openSUSE:Factory checked in at Mon Jul 25 12:35:04 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/libdmtx/libdmtx.changes 2011-07-25 11:42:33.000000000 +0200 @@ -0,0 +1,22 @@ +------------------------------------------------------------------- +Mon Jul 25 09:42:19 UTC 2011 - [email protected] + +- make snprintf available to the sources + +------------------------------------------------------------------- +Tue Jul 19 13:27:59 UTC 2011 - [email protected] + +- Update to 0.7.4 + library: Relicensed to use Simplified BSD with waiver option + library: Added new error codes and messages in dmtxencode.c + library: Added DmtxByteList struct and supporting functions + library: Changed file header with updated text + library: Fixed ECC bug for 144x144 case (thanks Huver!) + library: New Reed Solomon implementation + library: New repository structure: libdmtx, dmtx-utils, and dmtx-wrappers + +------------------------------------------------------------------- +Sun May 8 15:32:43 UTC 2011 - [email protected] + +- Add dmtx. + calling whatdependson for head-i586 New: ---- libdmtx-0.7.4.diff libdmtx-0.7.4.tar.bz2 libdmtx.changes libdmtx.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdmtx.spec ++++++ # # spec file for package libdmtx # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libdmtx Version: 0.7.4 Release: 1 License: BSD 2 clause Summary: Software for reading and writing Data Matrix barcodes Url: http://www.libdmtx.org Group: Development/Libraries/C and C++ #Source: http://sourceforge.net/projects/libdmtx/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download Source: %{name}-%{version}.tar.bz2 Patch0: libdmtx-0.7.4.diff BuildRequires: ImageMagick-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libdmtx is open source software for reading and writing Data Matrix barcodes. At its core libdmtx is a native shared library, allowing C/C++ programs to use its capabilities without extra restrictions or overhead. %package -n libdmtx0 License: GPLv2 or later, LGPLv2.1 or later Summary: Software for reading and writing Data Matrix barcodes Group: Development/Libraries/C and C++ %description -n libdmtx0 libdmtx is open source software for reading and writing Data Matrix barcodes. At its core libdmtx is a native shared library, allowing C/C++ programs to use its capabilities without extra restrictions or overhead. %package devel License: GPLv2 or later, LGPLv2.1 or later Summary: Software for reading and writing Data Matrix barcodes Group: Development/Libraries/C and C++ Requires: libdmtx0 = %{version} %description devel libdmtx is open source software for reading and writing Data Matrix barcodes. At its core libdmtx is a native shared library, allowing C/C++ programs to use its capabilities without extra restrictions or overhead. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build %configure --disable-static make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/*.la %post -n libdmtx0 -p /sbin/ldconfig %postun -n libdmtx0 -p /sbin/ldconfig %clean rm -rf %{buildroot} %files -n libdmtx0 %defattr(-,root,root,-) %doc AUTHORS LICENSE ChangeLog KNOWNBUG README %doc %{_mandir}/man?/*dmtx* %{_libdir}/libdmtx.so.* %files devel %defattr(-,root,root,-) %{_includedir}/dmtx.h %{_libdir}/libdmtx.so %{_libdir}/pkgconfig/libdmtx.pc %changelog ++++++ libdmtx-0.7.4.diff ++++++ Index: libdmtx-0.7.4/dmtx.c =================================================================== --- libdmtx-0.7.4.orig/dmtx.c 2011-06-02 09:09:36.000000000 +0200 +++ libdmtx-0.7.4/dmtx.c 2011-07-25 11:41:05.773533246 +0200 @@ -11,6 +11,7 @@ * \brief Main libdmtx source file */ +#define _BSD_SOURCE #include <stdlib.h> #include <stdio.h> #include <sys/types.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
