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] rawhide: Update to 2.8.17
Date: Thu, 02 Jul 2026 04:41:37 GMT	[thread overview]
Message-ID: <178296729747.1.10342280759405704766.rpms-enchant2-85b88c2ac885@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/enchant2
Branch : rawhide
Commit : 85b88c2ac885ca1a608dc7abe460d5dc86bf3bd6
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-02T06:41:27+02:00
Stats  : +13/-9 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/enchant2/c/85b88c2ac885ca1a608dc7abe460d5dc86bf3bd6?branch=rawhide

Log:
Update to 2.8.17

---
diff --git a/.gitignore b/.gitignore
index 2ad271c..69e6c9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@
 /enchant-2.8.14.tar.gz
 /enchant-2.8.15.tar.gz
 /enchant-2.8.16.tar.gz
+/enchant-2.8.17.tar.gz

diff --git a/0001-Use-pkg-config-to-configure-Aspell.patch b/0001-Use-pkg-config-to-configure-Aspell.patch
index b11b530..248e07d 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.16/configure.ac enchant-2.8.16-new/configure.ac
---- enchant-2.8.16/configure.ac	2026-05-01 23:01:04.000000000 +0200
-+++ enchant-2.8.16-new/configure.ac	2026-05-03 22:57:27.591102126 +0200
+diff -rupN --no-dereference enchant-2.8.17/configure.ac enchant-2.8.17-new/configure.ac
+--- enchant-2.8.17/configure.ac	2026-06-29 21:27:37.000000000 +0200
++++ enchant-2.8.17-new/configure.ac	2026-07-02 06:41:07.765013884 +0200
 @@ -209,11 +209,10 @@ dnl Check for providers
  build_providers=
  
@@ -14,9 +14,9 @@ diff -rupN --no-dereference enchant-2.8.16/configure.ac enchant-2.8.16-new/confi
  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.16/providers/Makefile.am enchant-2.8.16-new/providers/Makefile.am
---- enchant-2.8.16/providers/Makefile.am	2025-07-22 22:42:25.000000000 +0200
-+++ enchant-2.8.16-new/providers/Makefile.am	2026-05-03 22:57:27.591489457 +0200
+diff -rupN --no-dereference enchant-2.8.17/providers/Makefile.am enchant-2.8.17-new/providers/Makefile.am
+--- enchant-2.8.17/providers/Makefile.am	2025-07-22 23:13:04.000000000 +0200
++++ enchant-2.8.17-new/providers/Makefile.am	2026-07-02 06:41:07.765358663 +0200
 @@ -23,6 +23,7 @@ AM_LDFLAGS = -module -avoid-version -no-
  
  if WITH_ASPELL

diff --git a/enchant2.spec b/enchant2.spec
index 7cedae9..4ec751b 100644
--- a/enchant2.spec
+++ b/enchant2.spec
@@ -1,8 +1,8 @@
 %bcond mingw %[%{undefined rhel} && %{undefined flatpak}]
 
 Name:          enchant2
-Version:       2.8.16
-Release:       3%{?dist}
+Version:       2.8.17
+Release:       1%{?dist}
 Summary:       An Enchanting Spell Checking Library
 
 License:       LGPL-2.0-or-later
@@ -240,6 +240,9 @@ find %{buildroot} -name '*.la' -delete
 
 
 %changelog
+* Thu Jul 02 2026 Sandro Mani <manisandro@gmail.com> - 2.8.17-1
+- Update to 2.8.17
+
 * Sat Jun 20 2026 Sandro Mani <manisandro@gmail.com> - 2.8.16-3
 - Rebuild (icu)
 

diff --git a/sources b/sources
index 5665a75..b298d74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (enchant-2.8.16.tar.gz) = d6e22b9aa5b9f6576d2c104e13752411d698a36afbee05e28ac8925689f17782275f73990e920f93a9794a9bd0a39b5f0880c99751b72e570e24ba6f895a2faa
+SHA512 (enchant-2.8.17.tar.gz) = 41dfcc896fbc0fed729e842b1191b64fddd3657a39d2b79ee1ec318395872c951d723b8fbf6e8c964b04effccf9eb7699f4fbd0cd03da26599416c3c3ffb50eb

                 reply	other threads:[~2026-07-02  4:41 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=178296729747.1.10342280759405704766.rpms-enchant2-85b88c2ac885@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