public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vitaly Zaitsev <vitaly@easycoding.org>
To: git-commits@fedoraproject.org
Subject: [rpms/qr-code-generator] epel10.3: Updated to version 1.6.0.
Date: Wed, 09 Sep 2026 05:29:33 GMT	[thread overview]
Message-ID: <178893177302.1.5490766208619843728.rpms-qr-code-generator-f19101e7cb37@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/qr-code-generator
Branch : epel10.3
Commit : f19101e7cb37bca66deeeb5c81a0978c46a5c934
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date   : 2020-07-21T13:22:54+02:00
Stats  : +15/-15 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/qr-code-generator/c/f19101e7cb37bca66deeeb5c81a0978c46a5c934?branch=epel10.3

Log:
Updated to version 1.6.0.

---
diff --git a/.gitignore b/.gitignore
index c932bd7..f05f10b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /qr-code-generator-67c6246.tar.gz
+/qr-code-generator-1.6.0.tar.gz

diff --git a/qr-code-generator-build-fixes.patch b/qr-code-generator-build-fixes.patch
index 6886215..06c19c9 100644
--- a/qr-code-generator-build-fixes.patch
+++ b/qr-code-generator-build-fixes.patch
@@ -1,5 +1,5 @@
 diff --git a/c/Makefile b/c/Makefile
-index fd0c367..3b8e855 100644
+index fd0c367..e3a60ad 100644
 --- a/c/Makefile
 +++ b/c/Makefile
 @@ -29,11 +29,13 @@
@@ -13,7 +13,7 @@ index fd0c367..3b8e855 100644
  # CFLAGS += -g -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -fsanitize=undefined,address
  
 +# Version information
-+VERSION = 1.5.0
++VERSION = 1.6.0
  
  # ---- Controlling make ----
  
@@ -71,7 +71,7 @@ index fd0c367..3b8e855 100644
  # Have a place to store header dependencies automatically generated by compiler
  .deps/timestamp:
 diff --git a/cpp/Makefile b/cpp/Makefile
-index 1d32943..8807c1a 100644
+index f83c512..d48ed74 100644
 --- a/cpp/Makefile
 +++ b/cpp/Makefile
 @@ -29,11 +29,13 @@
@@ -85,7 +85,7 @@ index 1d32943..8807c1a 100644
  # CXXFLAGS += -g -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -fsanitize=undefined,address
  
 +# Version information
-+VERSION = 1.5.0
++VERSION = 1.6.0
  
  # ---- Controlling make ----
  
@@ -100,8 +100,8 @@ index 1d32943..8807c1a 100644
 +# Bump the soname number when the ABI changes and gets incompatible
 +SO_NAME = $(LIBFILE).1
 +REAL_NAME = $(LIBFILE).$(VERSION)
-+HEADERS = BitBuffer.hpp QrCode.hpp QrSegment.hpp
- LIBOBJ = BitBuffer.o QrCode.o QrSegment.o
++HEADERS = QrCode.hpp
+ LIBOBJ = QrCode.o
  MAINS = QrCodeGeneratorDemo QrCodeGeneratorWorker
  
 +# define paths to install

diff --git a/qr-code-generator.spec b/qr-code-generator.spec
index 3093268..5eb2391 100644
--- a/qr-code-generator.spec
+++ b/qr-code-generator.spec
@@ -1,17 +1,13 @@
 %global richname QR-Code-generator
 
-%global commit0 67c62461d380352500fc39557fd9f046b7fe1d18
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20191014
-
 Name: qr-code-generator
-Version: 1.5.0
-Release: 3.%{date}git%{shortcommit0}%{?dist}
+Version: 1.6.0
+Release: 1%{?dist}
 
 License: MIT
 Summary: High-quality QR Code generator library
 URL: https://github.com/nayuki/%{richname}
-Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
+Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
 # https://github.com/nayuki/QR-Code-generator/pull/72
 Patch100: %{name}-build-fixes.patch
@@ -80,7 +76,7 @@ Secondary goals are compact implementation size and good documentation
 comments.
 
 %prep
-%autosetup -n %{richname}-%{commit0} -p1
+%autosetup -n %{richname}-%{version} -p1
 
 %build
 # Exporting correct build flags...
@@ -140,6 +136,9 @@ popd
 %{python3_sitelib}/qrcodegen-*.egg-info/
 
 %changelog
+* Tue Jul 21 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1.6.0-1
+- Updated to version 1.6.0.
+
 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-3.20191014git67c6246
 - Rebuilt for Python 3.9
 

diff --git a/sources b/sources
index 9942909..b4550dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qr-code-generator-67c6246.tar.gz) = eba8ed9c289d918f0e677783bec6d6fe4b80eab1328083140c572ad5b8df8e36baca638dd9864616ccbf45038467a97be6004a9366a06778f50827e456ee1df8
+SHA512 (qr-code-generator-1.6.0.tar.gz) = 7cf62d29ba7706eab7982bea9f022e5739b38a8c37f6b01e6c8f63458db1b05ad56ba17cd4382639eb60603ce4dd3aff1ee94f993b430d312cdee9b9204af16e

                 reply	other threads:[~2026-09-09  5:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178893177302.1.5490766208619843728.rpms-qr-code-generator-f19101e7cb37@fedoraproject.org \
    --to=vitaly@easycoding.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox