public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-qtkeychain] rawhide: Update to 0.16.0
Date: Sun, 21 Jun 2026 16:50:33 GMT	[thread overview]
Message-ID: <178206063376.1.5986923490328887106.rpms-mingw-qtkeychain-58d15cf6181e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mingw-qtkeychain
Branch : rawhide
Commit : 58d15cf6181ed6d884408cb09825ed089e9746b7
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-06-21T18:50:25+02:00
Stats  : +7/-33 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-qtkeychain/c/58d15cf6181ed6d884408cb09825ed089e9746b7?branch=rawhide

Log:
Update to 0.16.0

---
diff --git a/.gitignore b/.gitignore
index 612b020..f2a8911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /qtkeychain-0.14.0.tar.gz
 /qtkeychain-0.14.3.tar.gz
 /qtkeychain-0.15.0.tar.gz
+/qtkeychain-0.16.0.tar.gz

diff --git a/mingw-qtkeychain.spec b/mingw-qtkeychain.spec
index 83c56ae..36f15f7 100644
--- a/mingw-qtkeychain.spec
+++ b/mingw-qtkeychain.spec
@@ -3,18 +3,14 @@
 %global pkgname qtkeychain
 
 Name:           mingw-%{pkgname}
-Version:        0.15.0
-Release:        2%{?dist}
+Version:        0.16.0
+Release:        1%{?dist}
 Summary:        MinGW Windows %{pkgname} library
 BuildArch:      noarch
 
 License:        BSD-3-Clause
 Url:            https://github.com/frankosterfeld/%{pkgname}
 Source0:        https://github.com/frankosterfeld/%{pkgname}/archive/%{version}/%{pkgname}-%{version}.tar.gz
-# Add missing cmath include
-Patch0:         qtkeychain_include.patch
-# Don't add /utf-8 when building with mingw
-Patch1:         qtkeychain_cmake.patch
 
 BuildRequires:  make
 BuildRequires:  cmake
@@ -89,6 +85,9 @@ grep %{mingw64_datadir}/qt5keychain/translations %{pkgname}.lang > mingw64_%{pkg
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
 
 %changelog
+* Sun Jun 21 2026 Sandro Mani <manisandro@gmail.com> - 0.16.0-1
+- Update to 0.16.0
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/qtkeychain_cmake.patch b/qtkeychain_cmake.patch
deleted file mode 100644
index 8353982..0000000
--- a/qtkeychain_cmake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -rupN --no-dereference qtkeychain-0.15.0/qtkeychain/CMakeLists.txt qtkeychain-0.15.0-new/qtkeychain/CMakeLists.txt
---- qtkeychain-0.15.0/qtkeychain/CMakeLists.txt	2025-01-16 12:53:01.000000000 +0100
-+++ qtkeychain-0.15.0-new/qtkeychain/CMakeLists.txt	2025-12-27 21:58:09.575646851 +0100
-@@ -31,7 +31,10 @@ if(WIN32)
-     endif()
- 
-     set(CMAKE_CXX_STANDARD 17)
--    add_definitions( /utf-8 -DUNICODE )
-+    add_definitions( -DUNICODE )
-+    if(MSVC)
-+      add_definitions( /utf-8 )
-+    endif()
- endif()
- 
- if(APPLE)

diff --git a/qtkeychain_include.patch b/qtkeychain_include.patch
deleted file mode 100644
index 04bb29c..0000000
--- a/qtkeychain_include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -rupN --no-dereference qtkeychain-0.15.0/qtkeychain/keychain_win.cpp qtkeychain-0.15.0-new/qtkeychain/keychain_win.cpp
---- qtkeychain-0.15.0/qtkeychain/keychain_win.cpp	2025-01-16 12:53:01.000000000 +0100
-+++ qtkeychain-0.15.0-new/qtkeychain/keychain_win.cpp	2025-12-27 21:58:09.563226980 +0100
-@@ -14,6 +14,7 @@
- #include <wincred.h>
- #include <wincrypt.h>
- 
-+#include <cmath>
- #include <memory>
- 
- using namespace QKeychain;

diff --git a/sources b/sources
index 77c8c9e..48ef636 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qtkeychain-0.15.0.tar.gz) = b1068ae513d5eab8f300186497ddcce4075e11a2a569deddbc949177efaa27970ed7bdce0b1aff61a021144540e942f60c9259b975601a92c60b8a742754624a
+SHA512 (qtkeychain-0.16.0.tar.gz) = 5e59db872fb044c41b452a288944d53d516f2bd97ca18e28e0f795e05dc4561684a1f18b46615b883aca1846086a27c41f1952e5580ce52a0db963fbaa07dbb6

                 reply	other threads:[~2026-06-21 16:50 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=178206063376.1.5986923490328887106.rpms-mingw-qtkeychain-58d15cf6181e@fedoraproject.org \
    --to=manisandro@gmail.com \
    --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