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.changes        2018-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 <aloi...@gmx.com>
+
+- 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)


Reply via email to