public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libfreehand] f44: Update to new upstream release
@ 2026-08-18 16:56 David Tardon
0 siblings, 0 replies; only message in thread
From: David Tardon @ 2026-08-18 16:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libfreehand
Branch : f44
Commit : a91af95153a1e6b72165f4ecc209fc05bbb688f4
Author : David Tardon <dtardon@redhat.com>
Date : 2026-08-17T19:55:32+02:00
Stats : +3/-33 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/libfreehand/c/a91af95153a1e6b72165f4ecc209fc05bbb688f4?branch=f44
Log:
Update to new upstream release
---
diff --git a/.gitignore b/.gitignore
index e136a06..a3aa069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/libfreehand-0.1.0.tar.xz
/libfreehand-0.1.1.tar.xz
/libfreehand-0.1.2.tar.xz
+/libfreehand-0.1.3.tar.xz
diff --git a/0001-Add-missing-semicolon-to-fix-build-with-icu-65.1.patch b/0001-Add-missing-semicolon-to-fix-build-with-icu-65.1.patch
deleted file mode 100644
index 2a904e4..0000000
--- a/0001-Add-missing-semicolon-to-fix-build-with-icu-65.1.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From af3197f795625f5188602073205a34369698b6df Mon Sep 17 00:00:00 2001
-From: Heiko Becker <heirecka@exherbo.org>
-Date: Fri, 4 Oct 2019 01:46:12 +0200
-Subject: [PATCH] Add missing semicolon to fix build with icu 65.1
-
-Change-Id: I7a0b0d600e9f7770245a7485813a944bfac4f088
-Reviewed-on: https://gerrit.libreoffice.org/80224
-Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-Tested-by: Miklos Vajna <vmiklos@collabora.com>
----
- src/lib/libfreehand_utils.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/libfreehand_utils.cpp b/src/lib/libfreehand_utils.cpp
-index 439c457..32f23e0 100644
---- a/src/lib/libfreehand_utils.cpp
-+++ b/src/lib/libfreehand_utils.cpp
-@@ -162,7 +162,7 @@ void libfreehand::_appendUTF16(librevenge::RVNGString &text, std::vector<unsigne
- while (j < length)
- {
- UChar32 c;
-- U16_NEXT(s, j, length, c)
-+ U16_NEXT(s, j, length, c);
- unsigned char outbuf[U8_MAX_LENGTH+1];
- int i = 0;
- U8_APPEND_UNSAFE(&outbuf[0], i, c);
---
-2.23.0
-
diff --git a/libfreehand.spec b/libfreehand.spec
index 010babd..1506eb3 100644
--- a/libfreehand.spec
+++ b/libfreehand.spec
@@ -1,7 +1,7 @@
%global apiversion 0.1
Name: libfreehand
-Version: 0.1.2
+Version: 0.1.3
Release: %autorelease
Summary: A library for import of Macromedia/Adobe FreeHand documents
@@ -24,8 +24,6 @@ BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(zlib)
BuildRequires: make
-Patch0: 0001-Add-missing-semicolon-to-fix-build-with-icu-65.1.patch
-
%description
libfreehand is library providing ability to interpret and import
Macromedia/Adobe FreeHand documents into various applications.
diff --git a/sources b/sources
index 1c37973..8b6de61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libfreehand-0.1.2.tar.xz) = 4112a76ac99999801d97d1b282596d631d8496a5bf65778ab26aa06da86637b1e2b630648a67ea01bf3316ecec9f2715546baff27af090b900267c87a011b963
+SHA512 (libfreehand-0.1.3.tar.xz) = 4a67aa274f0c177adb577f74fe67b858aaf940a132b54f2fe95b73ce89b1da35539703aa66be250c620a5dbc05d82e465558bfbdb8f1f8c7d2bf84ae7e18e8b2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 16:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 16:56 [rpms/libfreehand] f44: Update to new upstream release David Tardon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox