Skip to content

Commit 3f1889f

Browse files
authored
Upgraded mythes-ca to version 2.3.1 (microsoft#11602)
1 parent 06b6d1d commit 3f1889f

File tree

3 files changed

+52
-15
lines changed

3 files changed

+52
-15
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"thesaurus-ca.oxt": "ba65ea4c4ee598fecb0fea2014aa3d056c8558aec642cf5b3cb95da830d1f849"
3+
"thesaurus-ca-2.3.1.oxt": "5bb7c7f4bbea14a9d747d97433d9948c3775b1d731c6a0abbc5467bf39e7711b"
44
}
5-
}
5+
}

SPECS-EXTENDED/mythes-ca/mythes-ca.spec

Lines changed: 48 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: mythes-ca
44
Summary: Catalan thesaurus
5-
Version: 1.5.0
6-
Release: 21%{?dist}
7-
Source: http://www.softcatala.org/diccionaris/actualitzacions/sinonims/thesaurus-ca.oxt
5+
Version: 2.3.1
6+
Release: 5%{?dist}
7+
Source: https://github.com/Softcatala/sinonims-cat/releases/download/%{version}/thesaurus-ca.oxt#/thesaurus-ca-%{version}.oxt
88
URL: http://www.softcatala.org/wiki/Projectes/Openthesaurus-ca
9-
License: GPL+
9+
License: GPLv2.0 and CC-BY-4.0
1010
BuildArch: noarch
1111
Requires: mythes
1212
Supplements: (mythes and langpacks-ca)
@@ -18,16 +18,16 @@ Catalan thesaurus.
1818
%setup -q -c
1919

2020
%build
21-
for i in release_note-ca.txt dictionaries/README_th_ca_ES_v3.txt; do
21+
for i in release_note-ca.txt dictionaries/README_th_ca.txt; do
2222
tr -d '\r' < $i > $i.new
2323
touch -r $i $i.new
2424
mv -f $i.new $i
2525
done
2626

2727
%install
2828
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
29-
cp -p dictionaries/th_ca_ES_v3.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_ca_ES_v2.dat
30-
cp -p dictionaries/th_ca_ES_v3.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_ca_ES_v2.idx
29+
cp -p dictionaries/th_ca_ES.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_ca_ES_v2.dat
30+
cp -p dictionaries/th_ca_ES.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_ca_ES_v2.idx
3131
pushd $RPM_BUILD_ROOT/%{_datadir}/mythes/
3232
ca_ES_aliases="ca_AD ca_FR ca_IT"
3333
for lang in $ca_ES_aliases; do
@@ -36,14 +36,51 @@ for lang in $ca_ES_aliases; do
3636
done
3737
popd
3838

39-
4039
%files
41-
%doc dictionaries/README_th_ca_ES_v3.txt LICENCES-fr.txt LICENSES-en.txt LICENCIAS-es.txt LLICENCIES-ca.txt release_note-ca.txt
40+
%license LICENCES-fr.txt LICENSES-en.txt LICENCIAS-es.txt LLICENCIES-ca.txt
41+
%doc dictionaries/README_th_ca.txt release_note-ca.txt
4242
%{_datadir}/mythes/*
4343

4444
%changelog
45-
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.5.0-21
46-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
45+
* Thu Dec 26 2024 Aninda Pradhan <[email protected]> - 2.3.1-5
46+
- Initial Azure Linux import from Fedora 41 (license: MIT)
47+
- License Verified
48+
49+
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 2.3.1-4
50+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
51+
52+
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 2.3.1-3
53+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
54+
55+
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 2.3.1-2
56+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
57+
58+
* Thu Aug 10 2023 Parag Nemade <pnemade AT redhat DOT com> - 2.3.1-1
59+
- Resolves:rh#2230534 - Update to new Upstream Source
60+
61+
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.5.0-28
62+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
63+
64+
* Thu Feb 23 2023 Caolán McNamara <[email protected]> - 1.5.0-27
65+
- migrated to SPDX license
66+
67+
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.5.0-26
68+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
69+
70+
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 1.5.0-25
71+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
72+
73+
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.5.0-24
74+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
75+
76+
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.5.0-23
77+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
78+
79+
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.5.0-22
80+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
81+
82+
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.5.0-21
83+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4784

4885
* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 1.5.0-20
4986
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13902,8 +13902,8 @@
1390213902
"type": "other",
1390313903
"other": {
1390413904
"name": "mythes-ca",
13905-
"version": "1.5.0",
13906-
"downloadUrl": "http://www.softcatala.org/diccionaris/actualitzacions/sinonims/thesaurus-ca.oxt"
13905+
"version": "2.3.1",
13906+
"downloadUrl": "https://github.com/Softcatala/sinonims-cat/releases/download/2.3.1/thesaurus-ca.oxt"
1390713907
}
1390813908
}
1390913909
},

0 commit comments

Comments
 (0)