public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Frank Crawford <frank@crawford.emu.id.au>
To: git-commits@fedoraproject.org
Subject: [rpms/c-icap] epel10.2: Upgrade to new upstream version
Date: Thu, 20 Aug 2026 13:53:44 GMT	[thread overview]
Message-ID: <178723402441.1.5383754690708917049.rpms-c-icap-7dab6c1cee7d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/c-icap
Branch : epel10.2
Commit : 7dab6c1cee7d9f05a9ea2d5868ea673052075362
Author : Frank Crawford <frank@crawford.emu.id.au>
Date   : 2026-08-20T19:59:41+10:00
Stats  : +26/-12 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/c-icap/c/7dab6c1cee7d9f05a9ea2d5868ea673052075362?branch=epel10.2

Log:
Upgrade to new upstream version

---
diff --git a/c-icap.spec b/c-icap.spec
index 446f3b4..b3370c3 100644
--- a/c-icap.spec
+++ b/c-icap.spec
@@ -1,8 +1,8 @@
 %global     full_version C_ICAP_%{version}
 
 Name:       c-icap
-Version:    0.6.3
-Release:    2%{?dist}
+Version:    0.6.5
+Release:    1%{?dist}
 Summary:    An implementation of an ICAP server
 License:    LGPL-2.1-or-later and GPL-2.0-or-later
 URL:        http://%{name}.sourceforge.net/
@@ -15,10 +15,6 @@ Source5:    %{name}.sysusers.conf
 
 # Adjust some paths to standard Fedora/EPEL ones:
 Patch0:     %{name}-conf.in.patch
-# Patches from the c_icap_0_6_x branch:
-Patch3: c-icap-configure-c99.patch
-# Patch for gcc15 in F42
-Patch4: c-icap-gcc15.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -39,7 +35,7 @@ BuildRequires:  systemd-rpm-macros
 BuildRequires:  zlib-devel
 
 Requires:       logrotate
-%if 0%{?fedora} < 42
+%if ! (0%{?fedora} >= 42 || 0%{?rhel} >= 11)
 Requires(pre):	shadow-utils
 %endif
 
@@ -121,7 +117,7 @@ mkdir -p %{buildroot}%{_localstatedir}/log/%{name}/
 mkdir -p %{buildroot}/run/%{name}/
 
 # Required before bin/sbin merge in F42
-%if 0%{?fedora} < 42
+%if ! (0%{?fedora} >= 42 || 0%{?rhel} >= 11)
 mv -f %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/
 %endif
 
@@ -129,7 +125,7 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf
 install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service
 
-%if 0%{?fedora} >= 42
+%if 0%{?fedora} >= 42 || 0%{?rhel} >= 11
 install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_sysusersdir}/%{name}.conf
 %endif
 
@@ -141,7 +137,7 @@ rm -fr %{buildroot}%{_docdir}/%{name}
 
 
 # Required prior to sysusers.d support in F42
-%if 0%{?fedora} < 42
+%if ! (0%{?fedora} >= 42 || 0%{?rhel} >= 11)
 %pre
 getent group %{name} >/dev/null || groupadd -r %{name}
 getent passwd %{name} >/dev/null ||
@@ -197,7 +193,7 @@ exit 0
 %{_unitdir}/%{name}.service
 %attr(750,%{name},%{name}) %dir %{_localstatedir}/log/%{name}
 
-%if 0%{?fedora} >= 42
+%if 0%{?fedora} >= 42 || 0%{?rhel} >= 11
 %{_sysusersdir}/%{name}.conf
 %endif
 
@@ -214,6 +210,24 @@ exit 0
 %{_libdir}/libicapapi.so.*
 
 %changelog
+* Thu Aug 20 2026 Frank Crawford <frank@crawford.emu.id.au> - 0.6.5-1
+- Update to 0.6.5 release.
+
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 0.6.3-6
+- Rebuilt for openssl 4.0
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
 * Sun Mar 30 2025 Frank Crawford <frank@crawford.emu.id.au> - 0.6.3-2
 - Add sysusers.d config as a source file for F42 and above.
 

diff --git a/sources b/sources
index f76eaeb..df24da1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (c-icap-0.6.3.tar.gz) = e146ec083794731504c97d52e6a53ac34a78aa4f9f867de0eb2e4d17db404b49a5c4a33a3e81d3198fad557d9653b69195108573185ce0e3a5ce444a27baa894
+SHA512 (c-icap-0.6.5.tar.gz) = 9223b497947bfca941e1eda161e95eec96cce8f29bc82e112a9fe478341ecf0972968337e2ae75834cb260343cc9daa30f703166fa3f72256808c91fd1993d2c

                 reply	other threads:[~2026-08-20 13:53 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=178723402441.1.5383754690708917049.rpms-c-icap-7dab6c1cee7d@fedoraproject.org \
    --to=frank@crawford.emu.id.au \
    --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