Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMandrivaAssociation/icu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 30f2cd5e2e2d8a0b7799868c3e82141f51ce02c6
Choose a base ref
...
head repository: OpenMandrivaAssociation/icu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 533b3049ee656010a7f88e5bac0daa92bffef2bd
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 6, 2025

  1. 76.1 enable compat with 75

    cris-b committed Mar 6, 2025
    Copy the full SHA
    533b304 View commit details
Showing with 5 additions and 2 deletions.
  1. +2 −0 .abf.yml
  2. +1 −1 icu-61.1-DESTDIR.patch
  3. +2 −1 icu.spec
2 changes: 2 additions & 0 deletions .abf.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sources:
icu4c-75_1-docs.zip: a8ebce6728dfec6bd5aeb5e138f58c7770922744
icu4c-75_1-src.tgz: da3614aa496c5f0fde12f7aa155f235b5e239f1b
icu4c-76_1-docs.zip: 4198c9dbe86e1486e74650669dca5539f87a0d3f
icu4c-76_1-src.tgz: f7764341d196112573605881dbbf10e586d84841
2 changes: 1 addition & 1 deletion icu-61.1-DESTDIR.patch
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ diff -up icu/source/data/Makefile.in.omv~ icu/source/data/Makefile.in
--- icu/source/data/Makefile.in.omv~ 2018-04-09 00:10:29.468022990 +0200
+++ icu/source/data/Makefile.in 2018-04-09 00:11:13.840374522 +0200
@@ -200,16 +200,16 @@ endif
install-local: $(PKGDATA_LIST) ./icupkg.inc packagedata $(OS390INSTALL)
install-local: $(PKGDATA_LIST) ./icupkg.inc packagedata
$(MKINSTALLDIRS) $(TMPDATADIR) $(DESTDIR)$(ICUPKGDATA_DIR)
ifeq ($(PKGDATA_MODE),files)
- $(MKINSTALLDIRS) $(ICUPKGDATA_DIR)/$(ICUDATA_NAME)
3 changes: 2 additions & 1 deletion icu.spec
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@
# 75 seems to break the ABI pretty badly (steam no longer starting), so currently
# there are no compat symlinks, we need the 74 compat package instead.
#define compatible 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
%define compatible 75

%define tarballver %(echo %{version}|sed -e 's|\\.|_|g')%{?beta:%{beta}}
%define dashedver %(echo %{version}|sed -e 's|\\.|-|g')%{?beta:-%{beta}}
@@ -45,7 +46,7 @@

Summary: International Components for Unicode
Name: icu
Version: 75.1
Version: 76.1
Release: %{?beta:0.%{beta}.}2
License: MIT
Group: System/Libraries