public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml] rawhide: New upstream version 5.5.1 (RHBZ#2528495)
@ 2026-09-15 10:11 Richard W.M. Jones
  0 siblings, 0 replies; only message in thread
From: Richard W.M. Jones @ 2026-09-15 10:11 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ocaml
            Branch : rawhide
            Commit : 125991fe6023a72c2dce8466079b2bcc74bd230c
            Author : Richard W.M. Jones <rjones@redhat.com>
            Date   : 2026-09-15T11:09:48+01:00
            Stats  : +22/-18 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml/c/125991fe6023a72c2dce8466079b2bcc74bd230c?branch=rawhide

            Log:
            New upstream version 5.5.1 (RHBZ#2528495)

Move from pagure.io (RIP) to github.

---
diff --git a/0001-Don-t-add-rpaths-to-libraries.patch b/0001-Don-t-add-rpaths-to-libraries.patch
index 6bf857a..c682bf8 100644
--- a/0001-Don-t-add-rpaths-to-libraries.patch
+++ b/0001-Don-t-add-rpaths-to-libraries.patch
@@ -1,4 +1,4 @@
-From 04e523e937625bf30d775681c11e00f6dc6fc00a Mon Sep 17 00:00:00 2001
+From 184fa2c9f96f03bdf30650568c3ddb52be567762 Mon Sep 17 00:00:00 2001
 From: "Richard W.M. Jones" <rjones@redhat.com>
 Date: Tue, 24 Jun 2014 10:00:15 +0100
 Subject: [PATCH 1/2] Don't add rpaths to libraries.
@@ -8,10 +8,10 @@ Subject: [PATCH 1/2] Don't add rpaths to libraries.
  1 file changed, 2 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 3754ad8a39..fb60c7c14c 100644
+index 167629fbbf..94c4f114d3 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1422,8 +1422,6 @@ AS_IF([test x"$enable_shared" != "xno"],
+@@ -1547,8 +1547,6 @@ AS_IF([test x"$enable_shared" != "xno"],
           [[*-*-openbsd7.[3-9]|*-*-openbsd[89].*]],
             [mkdll_flags="${mkdll_flags} -Wl,--no-execute-only"])
        oc_ldflags="$oc_ldflags -Wl,-E"
@@ -21,5 +21,5 @@ index 3754ad8a39..fb60c7c14c 100644
        supports_shared_libraries=true],
        [mkdll='shared-libs-not-available'])
 -- 
-2.52.0
+2.55.0
 

diff --git a/0002-configure-Allow-user-defined-C-compiler-flags.patch b/0002-configure-Allow-user-defined-C-compiler-flags.patch
index 74de99b..e92dc5a 100644
--- a/0002-configure-Allow-user-defined-C-compiler-flags.patch
+++ b/0002-configure-Allow-user-defined-C-compiler-flags.patch
@@ -1,14 +1,14 @@
-From ef549c9a97838331877b139f407269db2a0fc691 Mon Sep 17 00:00:00 2001
+From 768366c350b6a7c9bf22090a3f98c526c5e79184 Mon Sep 17 00:00:00 2001
 From: "Richard W.M. Jones" <rjones@redhat.com>
 Date: Tue, 29 May 2012 20:44:18 +0100
 Subject: [PATCH 2/2] configure: Allow user defined C compiler flags.
 
 ---
- configure.ac | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index fb60c7c14c..f6a493ccf5 100644
+index 94c4f114d3..f06347a5b2 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -3243,7 +3243,7 @@ AC_CONFIG_COMMANDS_PRE([
@@ -21,5 +21,5 @@ index fb60c7c14c..f6a493ccf5 100644
        done
        mkdll_ldflags_exp="$mkdll_ldflags"])
 -- 
-2.52.0
+2.55.0
 

diff --git a/ocaml.spec b/ocaml.spec
index 3b39d37..e4e77c6 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -38,8 +38,8 @@ ExcludeArch: %{ix86}
 %global rcver %{nil}
 
 Name:           ocaml
-Version:        5.5.0
-Release:        2%{?dist}
+Version:        5.5.1
+Release:        1%{?dist}
 
 Summary:        OCaml compiler and programming environment
 
@@ -54,14 +54,14 @@ Source2:        ocaml_files.py
 
 # IMPORTANT NOTE:
 #
-# These patches are generated from unpacked sources stored in a
-# pagure.io git repository.  If you change the patches here, they will
-# be OVERWRITTEN by the next update.  Instead, request commit access
-# to the pagure project:
+# These patches are generated from unpacked sources stored in a github
+# repository.  If you change the patches here, they will be
+# OVERWRITTEN by the next update.  Instead, request commit access to
+# the project:
 #
-# https://pagure.io/fedora-ocaml
+# https://github.com/rwmjones/fedora-ocaml/
 #
-# Current branch: fedora-45-5.4.1
+# Current branch: fedora-46-5.5.1
 #
 # ALTERNATIVELY add a patch to the end of the list (leaving the
 # existing patches unchanged) adding a comment to note that it should
@@ -455,6 +455,10 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/redhat
 
 
 %changelog
+* Tue Sep 15 2026 Richard W.M. Jones <rjones@redhat.com> - 5.5.1-1
+- New upstream version 5.5.1 (RHBZ#2528495)
+- Move from pagure.io (RIP) to github.
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 7c0afd0..57e78d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ocaml-5.5.0.tar.gz) = bf13c18cd1fc7b2e5e9623024ea8623710f646ff2fbc0f59dab70e4d4318ed8623bdcc3ec59ce37af07af2b767f520dea23fb474c26297b3e858b6c8e080b4e6
+SHA512 (ocaml-5.5.1.tar.gz) = b3f95575d8dc2363a5495c765f273745614216e07621127659144adc28c5f214d4d805bf38ae4b39c883f7fea3bfdf47c8b4243608c57ea4e664f20548afdc86

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-15 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 10:11 [rpms/ocaml] rawhide: New upstream version 5.5.1 (RHBZ#2528495) Richard W.M. Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox