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/enchant2] f44: Update to 2.8.19
Date: Wed, 08 Jul 2026 13:27:35 GMT	[thread overview]
Message-ID: <178351725568.1.4707199988646380804.rpms-enchant2-a82e92734d8e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/enchant2
Branch : f44
Commit : a82e92734d8ed4f9f5c80dc5a0ea780db0498508
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-08T15:26:18+02:00
Stats  : +13/-9 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/enchant2/c/a82e92734d8ed4f9f5c80dc5a0ea780db0498508?branch=f44

Log:
Update to 2.8.19

---
diff --git a/.gitignore b/.gitignore
index 9874dc0..b99e786 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@
 /enchant-2.8.16.tar.gz
 /enchant-2.8.17.tar.gz
 /enchant-2.8.18.tar.gz
+/enchant-2.8.19.tar.gz

diff --git a/0001-Use-pkg-config-to-configure-Aspell.patch b/0001-Use-pkg-config-to-configure-Aspell.patch
index c0ff5d0..5168b0f 100644
--- a/0001-Use-pkg-config-to-configure-Aspell.patch
+++ b/0001-Use-pkg-config-to-configure-Aspell.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference enchant-2.8.18/configure.ac enchant-2.8.18-new/configure.ac
---- enchant-2.8.18/configure.ac	2026-07-04 19:18:23.000000000 +0200
-+++ enchant-2.8.18-new/configure.ac	2026-07-05 00:19:32.254636864 +0200
+diff -rupN --no-dereference enchant-2.8.19/configure.ac enchant-2.8.19-new/configure.ac
+--- enchant-2.8.19/configure.ac	2026-07-07 12:07:13.000000000 +0200
++++ enchant-2.8.19-new/configure.ac	2026-07-08 15:25:59.905003452 +0200
 @@ -213,11 +213,10 @@ dnl Check for providers
  build_providers=
  
@@ -13,10 +13,10 @@ diff -rupN --no-dereference enchant-2.8.18/configure.ac enchant-2.8.18-new/confi
 +ENCHANT_CHECK_PKG_CONFIG_PROVIDER([aspell], [ASPELL])
  ENCHANT_CHECK_LIB_PROVIDER([hspell], [HSPELL], [hspell_get_dictionary_path],, [-lz], [HSPELL_H])
  ENCHANT_CHECK_PKG_CONFIG_PROVIDER([voikko], [VOIKKO], [libvoikko])
- dnl FIXME: The test below assumes GCC(-compatible) ObjC++ compiler, but
-diff -rupN --no-dereference enchant-2.8.18/providers/Makefile.am enchant-2.8.18-new/providers/Makefile.am
---- enchant-2.8.18/providers/Makefile.am	2026-07-04 19:18:23.000000000 +0200
-+++ enchant-2.8.18-new/providers/Makefile.am	2026-07-05 00:19:32.254947745 +0200
+ 
+diff -rupN --no-dereference enchant-2.8.19/providers/Makefile.am enchant-2.8.19-new/providers/Makefile.am
+--- enchant-2.8.19/providers/Makefile.am	2026-07-05 00:37:54.000000000 +0200
++++ enchant-2.8.19-new/providers/Makefile.am	2026-07-08 15:25:59.905536843 +0200
 @@ -21,6 +21,7 @@ AM_LDFLAGS = -module -avoid-version -no-
  
  if WITH_ASPELL

diff --git a/enchant2.spec b/enchant2.spec
index 28a43b2..09af70c 100644
--- a/enchant2.spec
+++ b/enchant2.spec
@@ -1,7 +1,7 @@
 %bcond mingw %[%{undefined rhel} && %{undefined flatpak}]
 
 Name:          enchant2
-Version:       2.8.18
+Version:       2.8.19
 Release:       1%{?dist}
 Summary:       An Enchanting Spell Checking Library
 
@@ -240,6 +240,9 @@ find %{buildroot} -name '*.la' -delete
 
 
 %changelog
+* Wed Jul 08 2026 Sandro Mani <manisandro@gmail.com> - 2.8.19-1
+- Update to 2.8.19
+
 * Sat Jul 04 2026 Sandro Mani <manisandro@gmail.com> - 2.8.18-1
 - Update to 2.8.18
 

diff --git a/sources b/sources
index c714762..a5e3a1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (enchant-2.8.18.tar.gz) = f90961b00f86e9a80cd5f6d3f2096bff455845f88466ae151f9474aeaefc5e0a65ff5d9ea96c2d23e33f9e646f988debf761f7fef5eb6013bebb0623c9f5e094
+SHA512 (enchant-2.8.19.tar.gz) = 0aebd255d589637d0947f8832a194457f561e6000fbfdcff57e487f85203b5ddc77458d1eaad84fd8765052264ff2d9b1dbaf5fbce0ca194aa097f4944b302db

                 reply	other threads:[~2026-07-08 13:27 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=178351725568.1.4707199988646380804.rpms-enchant2-a82e92734d8e@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