commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2020-10-18 16:28:52 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new.3486 (New) Package is "qrencode" Sun Oct 18 16:28:52 2020 rev:24 rq:841965 version:4.1.1 Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2020-09-23 18:37:33.077167778 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new.3486/qrencode.changes 2020-10-18 16:30:35.184735578 +0200 @@ -1,0 +2,8 @@ +Thu Oct 15 13:06:53 UTC 2020 - Dirk Mueller + +- update to 4.1.1: + * Some minor bugs in Micro QR Code generation have been fixed. + * The data capacity calculations are now correct. These bugs probably did not +affect the Micro QR Code generation. + +--- Old: qrencode-4.1.0.tar.bz2 New: qrencode-4.1.1.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.MCdANg/_old 2020-10-18 16:30:36.816736305 +0200 +++ /var/tmp/diff_new_pack.MCdANg/_new 2020-10-18 16:30:36.820736306 +0200 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %define so_ver 4 Name: qrencode -Version:4.1.0 +Version:4.1.1 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1-or-later Group: Productivity/Graphics/Other -Url:https://github.com/fukuchi/libqrencode +URL:https://github.com/fukuchi/libqrencode Source0:https://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 Source1:baselibs.conf BuildRequires: cmake >= 3.1.0 ++ qrencode-4.1.0.tar.bz2 -> qrencode-4.1.1.tar.bz2 ++ 1654 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-4.1.0/CMakeLists.txt new/qrencode-4.1.1/CMakeLists.txt --- old/qrencode-4.1.0/CMakeLists.txt 2020-08-29 11:47:24.0 +0200 +++ new/qrencode-4.1.1/CMakeLists.txt 2020-09-28 03:16:22.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.0) -project(QRencode VERSION 4.1.0 LANGUAGES C) +project(QRencode VERSION 4.1.1 LANGUAGES C) option(WITH_TOOLS "Build utility tools" YES ) option(WITH_TESTS "Build tests" NO ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-4.1.0/ChangeLog new/qrencode-4.1.1/ChangeLog --- old/qrencode-4.1.0/ChangeLog2020-08-29 11:47:24.0 +0200 +++ new/qrencode-4.1.1/ChangeLog2020-09-28 08:47:44.0 +0200 @@ -1,3 +1,14 @@ +2020.09.28 Kentaro Fukuchi + [hotfix] + * qrinput.c, tests/test_estimatebit.c: + - Fixed a bug in the estimation of the Micro QR Code's data length + in QRinput_estimateBitStreamSizeOfEntry() has been fixed. + - Fixed a bug in the calculation of the Micro QR Code's data capacity in + QRinput_encodeBitStream(). + - A test case to test the bugs above has been added. + - Level check failure in QRinput_new2() on Windows has been fixed. + * Bumped version to 4.1.1. + 2020.08.29 Kentaro Fukuchi [release-4.1.0] * .github/workflows/{cmake,configure,cmake-windows}.yml: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-4.1.0/NEWS new/qrencode-4.1.1/NEWS --- old/qrencode-4.1.0/NEWS 2020-08-29 11:47:24.0 +0200 +++ new/qrencode-4.1.1/NEWS 2020-09-28 08:47:44.0 +0200 @@ -1,6 +1,12 @@ libqrencode NEWS - Overview of changes == +Version 4.1.1 (2020.9.28) +- +* Some minor bugs in Micro QR Code generat
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2020-09-23 18:37:19 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new.4249 (New) Package is "qrencode" Wed Sep 23 18:37:19 2020 rev:23 rq:834284 version:4.1.0 Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2019-09-09 12:19:56.681912521 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new.4249/qrencode.changes 2020-09-23 18:37:33.077167778 +0200 @@ -1,0 +2,18 @@ +Sat Sep 12 15:12:29 UTC 2020 - Dirk Mueller + +- update to 4.1.0: + * Command line tool "qrencode" has been improved: + * New option "--inline" has been added. (Thanks to @jp-bennett) + * New option "--strict-version" has been added. + * UTF8 mode now supports ANSI256 color. (Thanks to András Veres- +Szentkirályi) + * Micro QR Code no longer requires to specify the version number. + * 'make check' allows to run the test programs. (Thanks to Jan Tojnar) + * Some compile time warnings have been fixed. + * Various CMake support improvements. (Thanks to @mgorny and @sdf5) + * Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang) + * Some documentation/manpage improvements. (Thanks to Dan Jacobson) + * Some performance improvements. (Thanks to @4061N and Mika Lindqvist) +- remove qrencode-fix-installation.patch (upstream) + +--- Old: qrencode-4.0.2.tar.bz2 qrencode-fix-installation.patch New: qrencode-4.1.0.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.WdlHOs/_old 2020-09-23 18:37:33.997168580 +0200 +++ /var/tmp/diff_new_pack.WdlHOs/_new 2020-09-23 18:37:34.001168583 +0200 @@ -18,7 +18,7 @@ %define so_ver 4 Name: qrencode -Version:4.0.2 +Version:4.1.0 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1-or-later @@ -26,8 +26,6 @@ Url:https://github.com/fukuchi/libqrencode Source0:https://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 Source1:baselibs.conf -# PATCH-FIX-UPSTREAM -- qrencode-fix_installation.patch -Patch0: qrencode-fix-installation.patch BuildRequires: cmake >= 3.1.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(libpng) @@ -63,7 +61,6 @@ %prep %setup -q -%patch0 -p1 %build %cmake -DBUILD_SHARED_LIBS=TRUE ++ qrencode-4.0.2.tar.bz2 -> qrencode-4.1.0.tar.bz2 ++ 7213 lines of diff (skipped)
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2019-09-09 12:19:53 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new.7948 (New) Package is "qrencode" Mon Sep 9 12:19:53 2019 rev:22 rq:728726 version:4.0.2 Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2018-01-26 13:57:13.395636527 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new.7948/qrencode.changes 2019-09-09 12:19:56.681912521 +0200 @@ -1,0 +2,12 @@ +Fri Sep 6 08:17:07 UTC 2019 - Luigi Baldoni + +- Update to version 4.0.2 + * Build script fixes. (Thanks to @mgorny) + version 4.0.1 + * CMake support improved. + * New test scripts have been added. + * Some compile time warnings have been fixed. + +- Refreshed qrencode-fix-installation.patch + +--- Old: qrencode-4.0.0.tar.bz2 New: qrencode-4.0.2.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.yPP4Mx/_old 2019-09-09 12:19:57.365912419 +0200 +++ /var/tmp/diff_new_pack.yPP4Mx/_new 2019-09-09 12:19:57.365912419 +0200 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,19 +12,19 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define so_ver 4 Name: qrencode -Version:4.0.0 +Version:4.0.2 Release:0 Summary:C library for encoding data in a QR Code symbol -License:LGPL-2.1+ +License:LGPL-2.1-or-later Group: Productivity/Graphics/Other Url:https://github.com/fukuchi/libqrencode -Source0:http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 +Source0:https://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 Source1:baselibs.conf # PATCH-FIX-UPSTREAM -- qrencode-fix_installation.patch Patch0: qrencode-fix-installation.patch @@ -76,7 +76,8 @@ %postun -n libqrencode%{so_ver} -p /sbin/ldconfig %files -%doc README TODO NEWS COPYING ChangeLog +%license COPYING +%doc README TODO NEWS ChangeLog %{_mandir}/man1/qrencode.1%{ext_man} %{_bindir}/qrencode ++ qrencode-4.0.0.tar.bz2 -> qrencode-4.0.2.tar.bz2 ++ 3109 lines of diff (skipped) ++ qrencode-fix-installation.patch ++ --- /var/tmp/diff_new_pack.yPP4Mx/_old 2019-09-09 12:19:57.689912371 +0200 +++ /var/tmp/diff_new_pack.yPP4Mx/_new 2019-09-09 12:19:57.689912371 +0200 @@ -1,7 +1,7 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index f08b2cb..b87d2ac 100644 a/CMakeLists.txt -+++ b/CMakeLists.txt +Index: qrencode-4.0.2/CMakeLists.txt +=== +--- qrencode-4.0.2.orig/CMakeLists.txt qrencode-4.0.2/CMakeLists.txt @@ -110,7 +110,7 @@ endif() set(prefix "${CMAKE_INSTALL_PREFIX}") @@ -11,15 +11,3 @@ set(includedir "${CMAKE_INSTALL_PREFIX}/include") set(VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") -@@ -118,9 +118,9 @@ configure_file(qrencode.1.in qrencode.1 @ONLY) - configure_file(libqrencode.pc.in libqrencode.pc @ONLY) - - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qrencode.1 DESTINATION share/man/man1) --install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libqrencode.pc DESTINATION lib/pkgconfig) -+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libqrencode.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig) - install(FILES qrencode.h DESTINATION include) --install(TARGETS qrencode DESTINATION lib) -+install(TARGETS qrencode DESTINATION lib${LIB_SUFFIX}) - - ## Build utility tools - if(WITH_TOOLS AND TARGET PNG::PNG)
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2018-01-26 13:57:11 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode" Fri Jan 26 13:57:11 2018 rev:21 rq:568887 version:4.0.0 Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2017-07-25 11:39:10.806645758 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2018-01-26 13:57:13.395636527 +0100 @@ -1,0 +2,11 @@ +Wed Jan 24 10:57:58 UTC 2018 - christo...@krop.fr + +- Update to 4.0.0 + * EPS output now supports foreground and background color + * XPM and PNG32 support added + * CMake support added + * Various bugs and performance fixes +- Add qrencode-fix-installation.patch. Fixes installation for x86_64 + targets. + +--- Old: qrencode-3.4.4.tar.bz2 New: qrencode-4.0.0.tar.bz2 qrencode-fix-installation.patch Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.kJSMes/_old 2018-01-26 13:57:14.011607767 +0100 +++ /var/tmp/diff_new_pack.kJSMes/_new 2018-01-26 13:57:14.015607580 +0100 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,9 +16,9 @@ # -%define so_ver 3 +%define so_ver 4 Name: qrencode -Version:3.4.4 +Version:4.0.0 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1+ @@ -26,6 +26,9 @@ Url:https://github.com/fukuchi/libqrencode Source0:http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 Source1:baselibs.conf +# PATCH-FIX-UPSTREAM -- qrencode-fix_installation.patch +Patch0: qrencode-fix-installation.patch +BuildRequires: cmake >= 3.1.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(libpng) @@ -60,15 +63,14 @@ %prep %setup -q +%patch0 -p1 %build -%configure \ - --with-tools -make %{?_smp_mflags} +%cmake -DBUILD_SHARED_LIBS=TRUE +%make_jobs %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%cmake_install %post -n libqrencode%{so_ver} -p /sbin/ldconfig %postun -n libqrencode%{so_ver} -p /sbin/ldconfig ++ baselibs.conf ++ --- /var/tmp/diff_new_pack.kJSMes/_old 2018-01-26 13:57:14.039606460 +0100 +++ /var/tmp/diff_new_pack.kJSMes/_new 2018-01-26 13:57:14.039606460 +0100 @@ -1 +1 @@ -libqrencode3 \ No newline at end of file +libqrencode4 ++ qrencode-3.4.4.tar.bz2 -> qrencode-4.0.0.tar.bz2 ++ 42134 lines of diff (skipped) ++ qrencode-fix-installation.patch ++ diff --git a/CMakeLists.txt b/CMakeLists.txt index f08b2cb..b87d2ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ endif() set(prefix "${CMAKE_INSTALL_PREFIX}") set(exec_prefix "${CMAKE_INSTALL_PREFIX}/bin") -set(libdir "${CMAKE_INSTALL_PREFIX}/lib") +set(libdir "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") set(includedir "${CMAKE_INSTALL_PREFIX}/include") set(VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") @@ -118,9 +118,9 @@ configure_file(qrencode.1.in qrencode.1 @ONLY) configure_file(libqrencode.pc.in libqrencode.pc @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qrencode.1 DESTINATION share/man/man1) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libqrencode.pc DESTINATION lib/pkgconfig) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libqrencode.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig) install(FILES qrencode.h DESTINATION include) -install(TARGETS qrencode DESTINATION lib) +install(TARGETS qrencode DESTINATION lib${LIB_SUFFIX}) ## Build utility tools if(WITH_TOOLS AND TARGET PNG::PNG)
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2017-07-25 11:39:09 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode" Tue Jul 25 11:39:09 2017 rev:20 rq:511348 version:3.4.4 Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2014-09-12 11:19:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2017-07-25 11:39:10.806645758 +0200 @@ -1,0 +2,14 @@ +Tue Jul 18 14:23:32 UTC 2017 - tchva...@suse.com + +- Switch to github as an url so people can see the progress + * web is not really up-to-date +- Remove compat support for sle11 + +--- +Fri Oct 3 19:42:37 UTC 2014 - cgiboude...@gmx.com + +- Update to 3.4.4 + * Bugfix release. See the changelog file for the list of changes. + * New option "--verbose" has been added to the command line tool. + +--- Old: qrencode-3.4.3.tar.bz2 New: qrencode-3.4.4.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.oWVVj9/_old 2017-07-25 11:39:11.434557084 +0200 +++ /var/tmp/diff_new_pack.oWVVj9/_new 2017-07-25 11:39:11.434557084 +0200 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,23 +17,17 @@ %define so_ver 3 - Name: qrencode -Version:3.4.3 +Version:3.4.4 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1+ Group: Productivity/Graphics/Other -Url:http://fukuchi.org/works/qrencode/index.en.html -Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 +Url:https://github.com/fukuchi/libqrencode +Source0:http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 Source1:baselibs.conf -BuildRequires: pkg-config -%if !0%{?sles_version} +BuildRequires: pkgconfig BuildRequires: pkgconfig(libpng) -%else -BuildRequires: libpng-devel -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D @@ -68,29 +62,26 @@ %setup -q %build -%configure +%configure \ + --with-tools make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install -rm -f %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -n libqrencode%{so_ver} -p /sbin/ldconfig - %postun -n libqrencode%{so_ver} -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc README TODO NEWS COPYING ChangeLog -%doc %{_mandir}/man1/qrencode.1.gz +%{_mandir}/man1/qrencode.1%{ext_man} %{_bindir}/qrencode %files -n libqrencode%{so_ver} -%defattr(-,root,root,-) %{_libdir}/libqrencode.so.%{so_ver}* %files devel -%defattr(-,root,root,-) %{_includedir}/qrencode.h %{_libdir}/libqrencode.so %{_libdir}/pkgconfig/libqrencode.pc ++ qrencode-3.4.3.tar.bz2 -> qrencode-3.4.4.tar.bz2 ++ 7640 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-3.4.3/ChangeLog new/qrencode-3.4.4/ChangeLog --- old/qrencode-3.4.3/ChangeLog2013-08-12 03:56:13.0 +0200 +++ new/qrencode-3.4.4/ChangeLog2014-07-24 14:17:55.0 +0200 @@ -1,3 +1,24 @@ +2014.07.24 Kentaro FUKUCHI + * qrinput.c: + - Code refactoring (QRinput_Struct_count has been added). + - And more code cleanups. + - Avoid to add a Structued-append chunk when only one symbol is + generated. + * tests/test_qrinput.c: + - New test has been added. + * qrinput.c, qrencode.1.in: + - Added new option, "verbose". + * tests/common.h: + - printQRinputStruct() has been added. + [3.4] + - Bumped verstion to 3.4.4. + * Version 3.4.4 has been released. + +2014.06.27 Kentaro FUKUCHI + * qrenc.c, qrencode.1.in: + - Merged pull-request #44. (Thanks to Antenore) + - Fixed some format issues. + 2013.07.29 Ke
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2014-09-12 11:19:16 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2013-12-23 22:19:45.0 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2014-09-12 11:19:19.0 +0200 @@ -1,0 +2,5 @@ +Thu Sep 11 14:40:56 UTC 2014 - hrvoje.sen...@gmail.com + +- Add baselibs.conf, needed for kdebase4-workspace-libs-32bit + +--- New: baselibs.conf Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.k0sH78/_old 2014-09-12 11:19:20.0 +0200 +++ /var/tmp/diff_new_pack.k0sH78/_new 2014-09-12 11:19:20.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -25,7 +25,8 @@ License:LGPL-2.1+ Group: Productivity/Graphics/Other Url:http://fukuchi.org/works/qrencode/index.en.html -Source0:http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 +Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 +Source1:baselibs.conf BuildRequires: pkg-config %if !0%{?sles_version} BuildRequires: pkgconfig(libpng) ++ baselibs.conf ++ libqrencode3-- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2013-12-23 22:19:44 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2013-07-30 16:08:38.0 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2013-12-23 22:19:45.0 +0100 @@ -1,0 +2,7 @@ +Sat Nov 16 20:56:12 UTC 2013 - asterios.dra...@gmail.com + +- Update to 3.4.3: + * New option "--rle" has been added to the command line tool. + * Bug fixes in the library and command line tool. + +--- Old: qrencode-3.4.2.tar.bz2 New: qrencode-3.4.3.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.hnKXOM/_old 2013-12-23 22:19:45.0 +0100 +++ /var/tmp/diff_new_pack.hnKXOM/_new 2013-12-23 22:19:45.0 +0100 @@ -19,7 +19,7 @@ %define so_ver 3 Name: qrencode -Version:3.4.2 +Version:3.4.3 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1+ ++ qrencode-3.4.2.tar.bz2 -> qrencode-3.4.3.tar.bz2 ++ 1652 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-3.4.2/ChangeLog new/qrencode-3.4.3/ChangeLog --- old/qrencode-3.4.2/ChangeLog2013-03-01 10:13:16.0 +0100 +++ new/qrencode-3.4.3/ChangeLog2013-08-12 03:56:13.0 +0200 @@ -1,3 +1,35 @@ +2013.07.29 Kentaro FUKUCHI + [3.4] + * configure.ac, README, NEWS: + - Bumped version to 3.4.3. + +2013.07.16 Kentaro FUKUCHI + * qrenc.c: + - missing break in switch. (Thanks to ßlúèÇhîp) + * qrinput.c: + - missing/redundant breaks in some switch statements. + +2013.06.17 Kentaro FUKUCHI + * qrenc.c: + - Merged pull request #29. (Thanks to Daniel Dörrhöfer) + - Run length encoding has been made non-default. + - New option "--rle" has been instroduced to enable run length encoding + for SVG format. + +2013.03.30 Kentaro FUKUCHI + * qrinput.c: + - Renamed a variable ("index") to avoid compile-time warning. (Thanks to + Emmanuel Blot) + - Range check improved. + * autogen.sh: + - bug fix.(Thanks to Emmanuel Blot) + +2013.03.26 Kentaro FUKUCHI + * qrenc.c: + - Memory leak bug has been fixed. (Thanks to Hassan Hajji) + - Buffer overrun bug has been fixed. + - Code cleanups. + 2013.03.01 Kentaro FUKUCHI * README, NEWS: - Documentation update. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-3.4.2/NEWS new/qrencode-3.4.3/NEWS --- old/qrencode-3.4.2/NEWS 2013-03-01 03:32:14.0 +0100 +++ new/qrencode-3.4.3/NEWS 2013-08-12 03:56:56.0 +0200 @@ -1,11 +1,25 @@ libqrencode NEWS - Overview of changes == +Version 3.4.3 (2013.8.12) + +* New option "--rle" has been added to the command line tool (Thanks to Daniel + Dörrhöfer) +* Bug fixes. (Thanks to Hassan Hajji, Emmanuel Blot, and ßlúèÇhîp) + +Release Note: +This release contains a couple of bug fixes and a new minor feature of the +command line tool. Some minor bugs in the library have been fixed. + +Run Length Encoding (RLE) for SVG output decreases the size of the output file, +but it makes complicated to edit the image by SVG editors. A newly introduced +command line option "--rle" enables RLE. RLE will not be applied if it is not +given. + Version 3.4.2 (2013.3.1) * Bug fix release. (Thanks to chisj, vlad417, Petr and Viona) - Release Note: Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now the bug has been fixed. Memory leak bug (#24) and insufficient string splitting diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot'
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2013-07-30 16:08:37 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2013-02-18 13:59:37.0 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2013-07-30 16:08:38.0 +0200 @@ -1,0 +2,9 @@ +Fri Jul 26 20:24:06 UTC 2013 - asterios.dra...@gmail.com + +- Update to 3.4.2: + * Memory leak bug has been fixed. + * Micro QR Code encoding bug has been fixed. + * String splitting has been improved. +- Removed qrencode-libpng16.patch (fixed upstream). + +--- Old: qrencode-3.4.1.tar.bz2 qrencode-libpng16.patch New: qrencode-3.4.2.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.ii2t5o/_old 2013-07-30 16:08:39.0 +0200 +++ /var/tmp/diff_new_pack.ii2t5o/_new 2013-07-30 16:08:39.0 +0200 @@ -16,16 +16,16 @@ # +%define so_ver 3 + Name: qrencode -Version:3.4.1 +Version:3.4.2 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1+ -Group: Development/Libraries/C and C++ +Group: Productivity/Graphics/Other Url:http://fukuchi.org/works/qrencode/index.en.html -Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM libharu-libpng16.patch -- fix build with libpng 1.6.0, sent to kent...@fukuchi.org -Patch0: qrencode-libpng16.patch +Source0:http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config %if !0%{?sles_version} BuildRequires: pkgconfig(libpng) @@ -36,43 +36,47 @@ %description Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D -symbology that can be scanned by handy terminals such as a mobile phone with CCD. -The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. +symbology that can be scanned by handy terminals such as a mobile phone with +CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is +highly robust. -%package -n libqrencode3 +%package -n libqrencode%{so_ver} Summary:C library for encoding data in a QR Code symbol -Group: Development/Libraries/C and C++ +Group: System/Libraries -%description -n libqrencode3 +%description -n libqrencode%{so_ver} Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D -symbology that can be scanned by handy terminals such as a mobile phone with CCD. -The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. +symbology that can be scanned by handy terminals such as a mobile phone with +CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is +highly robust. %package devel -Summary:C library for encoding data in a QR Code symbol +Summary:C library for encoding data in a QR Code symbol - Development files Group: Development/Libraries/C and C++ -Requires: libqrencode3 = %{version} +Requires: libqrencode%{so_ver} = %{version} %description devel Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D -symbology that can be scanned by handy terminals such as a mobile phone with CCD. -The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. +symbology that can be scanned by handy terminals such as a mobile phone with +CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is +highly robust. + +This package contains the development files for libqrencode. %prep %setup -q -%patch0 -p1 %build -%configure --with-tools +%configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/*.la -%post -n libqrencode3 -p /sbin/ldconfig +%post -n libqrencode%{so_ver} -p /sbin/ldconfig -%postun -n libqrencode3 -p /sbin/ldconfig +%postun -n libqrencode%{so_ver} -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -80,9 +84,9 @@ %doc %{_mandir}/man1/qrencode.1.gz %{_bindir}/qrencode -%files -n libqrencode3 +%files -n libqrencode%{so_ver} %defattr(-,root,root,-) -%{_libdir}/libqrencode.so.* +%{_libdir}/libqrencode.so.%{so_ver}* %files devel %defattr(-,root,root,-) ++ qrencode-3.4.1.tar.bz2 -> qrencode-3.4.2.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qrencode-3.4.1/ChangeLog new/qrencode-
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2013-02-18 13:59:36 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-12-03 11:31:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2013-02-18 13:59:37.0 +0100 @@ -1,0 +2,6 @@ +Fri Feb 15 11:48:31 UTC 2013 - pgaj...@suse.com + +- build also against libpng16 + * libpng16.patch + +--- New: qrencode-libpng16.patch Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.7bjSxn/_old 2013-02-18 13:59:37.0 +0100 +++ /var/tmp/diff_new_pack.7bjSxn/_new 2013-02-18 13:59:37.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -24,6 +24,8 @@ Group: Development/Libraries/C and C++ Url:http://fukuchi.org/works/qrencode/index.en.html Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM libharu-libpng16.patch -- fix build with libpng 1.6.0, sent to kent...@fukuchi.org +Patch0: qrencode-libpng16.patch BuildRequires: pkg-config %if !0%{?sles_version} BuildRequires: pkgconfig(libpng) @@ -58,6 +60,7 @@ %prep %setup -q +%patch0 -p1 %build %configure --with-tools ++ qrencode-libpng16.patch ++ Index: qrencode-3.4.1/qrenc.c === --- qrencode-3.4.1.orig/qrenc.c +++ qrencode-3.4.1/qrenc.c @@ -26,6 +26,7 @@ #endif #include #include +#include #include #include -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2012-12-03 11:31:24 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-11-12 07:05:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2012-12-03 11:31:25.0 +0100 @@ -1,0 +2,8 @@ +Sun Nov 25 10:40:40 UTC 2012 - cgiboude...@gmx.com + +- Fix the SLES build: + * Replace 'pkgconfig(libpng)' + * Replace %make_install + * BuildRequires: pkg-config + +--- Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.JX8Emg/_old 2012-12-03 11:31:25.0 +0100 +++ /var/tmp/diff_new_pack.JX8Emg/_new 2012-12-03 11:31:25.0 +0100 @@ -24,7 +24,12 @@ Group: Development/Libraries/C and C++ Url:http://fukuchi.org/works/qrencode/index.en.html Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 +BuildRequires: pkg-config +%if !0%{?sles_version} BuildRequires: pkgconfig(libpng) +%else +BuildRequires: libpng-devel +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -59,7 +64,7 @@ make %{?_smp_mflags} %install -%make_install +make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/*.la %post -n libqrencode3 -p /sbin/ldconfig -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2012-11-12 07:05:24 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-10-16 21:33:10.0 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2012-11-12 07:05:25.0 +0100 @@ -1,0 +2,8 @@ +Thu Nov 8 18:07:12 UTC 2012 - cgiboude...@gmx.com + +- Update to 3.4.1 + * A bug that mutual exclusion was not performed has been fixed + * Colored QR Code support + * SVG, UTF8, and ANSIUTF8 output supports have been added to the command line tool. + +--- Old: qrencode-3.3.1.tar.bz2 New: qrencode-3.4.1.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.ygpL6J/_old 2012-11-12 07:05:26.0 +0100 +++ /var/tmp/diff_new_pack.ygpL6J/_new 2012-11-12 07:05:26.0 +0100 @@ -17,13 +17,13 @@ Name: qrencode -Version:3.3.1 +Version:3.4.1 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1+ Group: Development/Libraries/C and C++ Url:http://fukuchi.org/works/qrencode/index.en.html -Source: %{name}-%{version}.tar.bz2 +Source: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 BuildRequires: pkgconfig(libpng) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,9 +66,6 @@ %postun -n libqrencode3 -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc README TODO NEWS COPYING ChangeLog ++ qrencode-3.3.1.tar.bz2 -> qrencode-3.4.1.tar.bz2 ++ 5438 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2012-10-16 21:33:08 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-09-23 08:45:56.0 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2012-10-16 21:33:10.0 +0200 @@ -1,0 +2,6 @@ +Tue Oct 16 12:37:26 UTC 2012 - fcro...@suse.com + +- Remove buildrequires on libSDL-devel, only required when running + autoreconf, which is not needed at all now. + +--- Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.G6SNBT/_old 2012-10-16 21:33:11.0 +0200 +++ /var/tmp/diff_new_pack.G6SNBT/_new 2012-10-16 21:33:11.0 +0200 @@ -24,9 +24,6 @@ Group: Development/Libraries/C and C++ Url:http://fukuchi.org/works/qrencode/index.en.html Source: %{name}-%{version}.tar.bz2 -BuildRequires: autoconf -BuildRequires: libSDL-devel -BuildRequires: libtool BuildRequires: pkgconfig(libpng) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,10 +55,6 @@ %setup -q %build -%if %{suse_version} < 1130 -libtoolize -f -%endif -./autogen.sh %configure --with-tools make %{?_smp_mflags} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2012-09-23 08:45:54 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-04-19 08:51:05.0 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2012-09-23 08:45:56.0 +0200 @@ -1,0 +2,12 @@ +Fri Sep 21 11:16:10 UTC 2012 - fcro...@suse.com + +- Update to 3.3.1: + + various bug fixes in cli, manual, configure and libtool files. +- Changes from 3.3.0: + + EPS, ANSI, and ASCII text output supports have been added. + + QRcode_APIVersion() and QRcode_APIVersionString() have been + added. +- Changes from 3.2.1: + + bug fixes in configure/libtool. + +--- Old: qrencode-3.2.0.tar.bz2 New: qrencode-3.3.1.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.pEZdqU/_old 2012-09-23 08:45:57.0 +0200 +++ /var/tmp/diff_new_pack.pEZdqU/_new 2012-09-23 08:45:57.0 +0200 @@ -17,7 +17,7 @@ Name: qrencode -Version:3.2.0 +Version:3.3.1 Release:0 Summary:C library for encoding data in a QR Code symbol License:LGPL-2.1+ ++ qrencode-3.2.0.tar.bz2 -> qrencode-3.3.1.tar.bz2 ++ 16334 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/qrencode-3.2.0/ChangeLog new/qrencode-3.3.1/ChangeLog --- old/qrencode-3.2.0/ChangeLog2011-11-25 20:32:38.0 +0100 +++ new/qrencode-3.3.1/ChangeLog2012-04-18 16:18:06.0 +0200 @@ -1,3 +1,99 @@ +2012.04.18 Kentaro FUKUCHI + [3.3] + * qrenc.c: + - EPS dot size bug has been fixed (closes: #12). + * Version 3.3.1 has been released. + +2012.04.10 Kentaro FUKUCHI + [master] + * Following fixes have been contributed by Yutaka Niibe. + * qrencode.1.in: + - "Hyphen-used-as-minus-sign" error has been fixed. + * configure.ac, libqrencode.pc.in, tests/Makefile.am: + - Explicit link to libpthread has been eliminated. + [3.3] + * README, configure.ac: + - Bumped version to 3.3.1. + +2012.04.01 Kentaro FUKUCHI + [3.3] + * qrenc.c: + - ASCII mode has been added. (Thanks to Ralf Ertzinger) + - Small code cleanups. + - ASCII mode now handles ".txt" suffix correctly. + * NEWS, README: + - Documentation updates. + * Version 3.3.0 has been released. + [master] + * Merged to 3.3.0. + +2012.03.31 Kentaro FUKUCHI + [3.2] + * README, NEWS, configure.ac: + - Bumped version to 3.2.1. + * Version 3.2.1 has been released. + [3.3] + * qrenc.c: + - Copyright year has been updated. + +2012.03.30 Kentaro FUKUCHI + * libqrencode.pc.in : + - Replaced obsolete macro LIBPTHREAD with LIBS. (thx to gniibe) + * configure.ac: + - Checks $ac_cv_lib_pthread_pthread_mutex_init instead of + HAVE_LIBPTHREAD. (thx to gniibe) + +2012.02.28 Kentaro FUKUCHI + [master, 3.2.1] + * .gitignore: + - Added "tests/pthread_qrencode". + [3.3] + * 3.3 branch has been started. + - 3.2.1 has been canceled. + * configure.ac, README, NEWS: + - Version number changes. + +2012.01.31 Kentaro FUKUCHI + [master] + * Recent 3.2 branch has been merged into the master. + * qrenc.c: + - Quick bug fix introduced in 09b72eb3070a36461eb83c1ec5237e4855ee515b. + +2012.01.19 Kentaro FUKUCHI + [3.2.1] + * cofigure.ac, qrencode.[hc], qrenc.c, tests/test_qrencode.c: + - QRcode_APIVersion() and QRcode_APIVersionString() have been added. + - New macro values {MAJOR,MINOR,MICRO}_VERSION have been introduced. + - New tests have been added. + * qrenc.c: + - Removed a useless storage class specifier from enum imageType. + [master, 3.2.1] + * Pulled moshen:write_ansi. + [3.2.1] + * tests/decoder.c: + - Bug fix. + * qrenc.c: + - Code refactoring. + - Now you can omit "-o -" for EPS and ANSI output. + - Default margin size has been rollbacked to 4 for ANSI(256).
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2012-04-19 08:50:44 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-01-04 08:01:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2012-04-19 08:51:05.0 +0200 @@ -1,0 +2,5 @@ +Sat Apr 14 13:41:52 UTC 2012 - dmuel...@suse.com + +- fix build with older distros + +--- Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.P629SS/_old 2012-04-19 08:51:07.0 +0200 +++ /var/tmp/diff_new_pack.P629SS/_new 2012-04-19 08:51:07.0 +0200 @@ -58,6 +58,9 @@ %setup -q %build +%if %{suse_version} < 1130 +libtoolize -f +%endif ./autogen.sh %configure --with-tools make %{?_smp_mflags} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2012-01-04 08:01:19 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2011-11-23 12:03:49.0 +0100 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2012-01-04 08:01:21.0 +0100 @@ -1,0 +2,9 @@ +Sun Jan 1 15:26:28 UTC 2012 - cgiboude...@gmx.com + +- Update to 3.2.0 + * Fixed a bug in mask evaluation function. + * Micro QR Code support is now marked as "experimental" explicitly. + * Build system fixes + * Changes over 3.1.1. See the Changelog file + +--- Old: qrencode-3.1.1.tar.bz2 New: qrencode-3.2.0.tar.bz2 Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.bGQ8w9/_old 2012-01-04 08:01:22.0 +0100 +++ /var/tmp/diff_new_pack.bGQ8w9/_new 2012-01-04 08:01:22.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,22 +16,18 @@ # - Name: qrencode -Version:3.1.1 -Release:1 -License:LGPL-2.1+ +Version:3.2.0 +Release:0 Summary:C library for encoding data in a QR Code symbol -Url:http://fukuchi.org/works/qrencode/index.en.html +License:LGPL-2.1+ Group: Development/Libraries/C and C++ +Url:http://fukuchi.org/works/qrencode/index.en.html Source: %{name}-%{version}.tar.bz2 -BuildRequires: autoconf libtool +BuildRequires: autoconf BuildRequires: libSDL-devel -%if 0%{suse_version} > 1120 -BuildRequires: libpng12-devel -%else -BuildRequires: libpng-devel -%endif +BuildRequires: libtool +BuildRequires: pkgconfig(libpng) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,7 +36,6 @@ The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package -n libqrencode3 -License:LGPL-2.1+ Summary:C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ @@ -50,7 +45,6 @@ The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package devel -License:LGPL-2.1+ Summary:C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ Requires: libqrencode3 = %{version} ++ qrencode-3.1.1.tar.bz2 -> qrencode-3.2.0.tar.bz2 ++ 32217 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2011-12-06 18:58:48 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.wHAqtY/_old 2011-12-06 19:31:27.0 +0100 +++ /var/tmp/diff_new_pack.wHAqtY/_new 2011-12-06 19:31:27.0 +0100 @@ -20,7 +20,7 @@ Name: qrencode Version:3.1.1 Release:1 -License:LGPL v2.1+ +License:LGPL-2.1+ Summary:C library for encoding data in a QR Code symbol Url:http://fukuchi.org/works/qrencode/index.en.html Group: Development/Libraries/C and C++ @@ -40,7 +40,7 @@ The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package -n libqrencode3 -License:LGPL v2.1+ +License:LGPL-2.1+ Summary:C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ @@ -50,7 +50,7 @@ The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package devel -License:LGPL v2.1+ +License:LGPL-2.1+ Summary:C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ Requires: libqrencode3 = %{version} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at 2011-11-23 12:03:45 Comparing /work/SRC/openSUSE:Factory/qrencode (Old) and /work/SRC/openSUSE:Factory/.qrencode.new (New) Package is "qrencode", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2011-09-23 12:43:45.0 +0200 +++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes 2011-11-23 12:03:49.0 +0100 @@ -1,0 +2,5 @@ +Wed Nov 23 09:26:00 UTC 2011 - co...@suse.com + +- add libtool as buildrequire to avoid implicit dependency + +--- Other differences: -- ++ qrencode.spec ++ --- /var/tmp/diff_new_pack.fX3a2y/_old 2011-11-23 12:03:51.0 +0100 +++ /var/tmp/diff_new_pack.fX3a2y/_new 2011-11-23 12:03:51.0 +0100 @@ -25,7 +25,7 @@ Url:http://fukuchi.org/works/qrencode/index.en.html Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 -BuildRequires: autoconf +BuildRequires: autoconf libtool BuildRequires: libSDL-devel %if 0%{suse_version} > 1120 BuildRequires: libpng12-devel -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit qrencode for openSUSE:Factory
Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at Thu Jul 21 11:55:06 CEST 2011. New Changes file: --- /dev/null 2010-08-26 16:28:41.0 +0200 +++ /mounts/work_src_done/STABLE/qrencode/qrencode.changes 2011-05-08 14:08:07.0 +0200 @@ -0,0 +1,5 @@ +--- +Sun May 8 11:58:34 UTC 2011 - cgiboude...@gmx.com + +- Add qrencode + calling whatdependson for head-i586 New: qrencode-3.1.1.tar.bz2 qrencode.changes qrencode.spec Other differences: -- ++ qrencode.spec ++ # # spec file for package qrencode # # 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: qrencode Version:3.1.1 Release:1 License:LGPL v2.1+ Summary:C library for encoding data in a QR Code symbol Url:http://fukuchi.org/works/qrencode/index.en.html Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: libSDL-devel %if 0%{suse_version} > 1120 BuildRequires: libpng12-devel %else BuildRequires: libpng-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package -n libqrencode3 License:LGPL v2.1+ Summary:C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ %description -n libqrencode3 Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package devel License:LGPL v2.1+ Summary:C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ Requires: libqrencode3 = %{version} %description devel Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %prep %setup -q %build ./autogen.sh %configure --with-tools make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/*.la %post -n libqrencode3 -p /sbin/ldconfig %postun -n libqrencode3 -p /sbin/ldconfig %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README TODO NEWS COPYING ChangeLog %doc %{_mandir}/man1/qrencode.1.gz %{_bindir}/qrencode %files -n libqrencode3 %defattr(-,root,root,-) %{_libdir}/libqrencode.so.* %files devel %defattr(-,root,root,-) %{_includedir}/qrencode.h %{_libdir}/libqrencode.so %{_libdir}/pkgconfig/libqrencode.pc %changelog Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org