update to 4.0.8 (resolves rhbz#2395010)
This commit is contained in:
parent
4f88c1ab73
commit
875d592cef
2 changed files with 7 additions and 7 deletions
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37
|
||||
SHA512 (utfcpp-4.0.6.tar.gz) = 53c59f2e04fe5d36faf98a238b94f774834a34982d481a8170ee144f7f8c2d4ba249a732d90654922944c1075c578690c327091883398c533d604bf49f4a6ecf
|
||||
SHA512 (utfcpp-4.0.8.tar.gz) = c33105136a65122f6b6c551af75a87d207d5cb30a53ab97569de713deff5766a213091b2f0f348771ca2d3b335aec7a17be731a1275be724e95490860758985c
|
||||
|
|
|
|||
11
utf8cpp.spec
11
utf8cpp.spec
|
|
@ -5,13 +5,12 @@
|
|||
%global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7})
|
||||
|
||||
Name: utf8cpp
|
||||
Version: 4.0.6
|
||||
Release: 3%{?dist}
|
||||
Version: 4.0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings
|
||||
License: BSL-1.0
|
||||
URL: https://github.com/nemtrif/utfcpp
|
||||
Source0: https://github.com/nemtrif/utfcpp/archive/v%{version}/utfcpp-%{version}.tar.gz
|
||||
Source1: https://github.com/nemtrif/ftest/archive/%{ftest_commit}/ftest-%{ftest_shortcommit}.tar.gz
|
||||
# put cmake import file in correct directory
|
||||
Patch0: %{name}-cmake.patch
|
||||
BuildRequires: cmake
|
||||
|
|
@ -46,8 +45,7 @@ This project currently only contains header files, which can be found in the
|
|||
%{name}-devel package.
|
||||
|
||||
%prep
|
||||
%autosetup -n utfcpp-%{version} -a1 -p1
|
||||
rmdir extern/ftest && mv ftest-%{ftest_commit} extern/ftest
|
||||
%autosetup -n utfcpp-%{version} -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
|
@ -88,6 +86,9 @@ popd
|
|||
%{_datadir}/cmake/utf8cpp
|
||||
|
||||
%changelog
|
||||
* Sat Sep 20 2025 Dominik Mierzejewski <dominik@greysector.net> - 4.0.8-1
|
||||
- update to 4.0.8 (resolves rhbz#2395010)
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue