Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade:Libnumbertext to version 1.0.11 #11157

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libnumbertext-1.0.5.tar.xz": "e1c9086b4cecb6b25f180316f30740dfabe6a4dbaf70dddc34276fc839e4f4f7"
"libnumbertext-1.0.11.tar.xz": "5dcb4db3b2340f81f601ce86d8d76b69e34d70f84f804192c901e4b7f84d5fb0"
}
}
14 changes: 9 additions & 5 deletions SPECS-EXTENDED/libnumbertext/libnumbertext.spec
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: libnumbertext
Version: 1.0.5
Release: 5%{?dist}
Version: 1.0.11
Release: 1%{?dist}
Summary: Number to number name and money text conversion library

#The entire source code is dual license LGPLv3+ or BSD, except for
#the data files hr.sor, sr.sor and sh.sor which are tri license
#CC-BY-SA or LGPLv3+ or BSD
License: (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA)
License: ( LGPL-3.0-or-later OR BSD 3-Clause ) AND ( LGPL-3.0-or-later OR CC-BY-SA-3.0 )
URL: https://github.com/Numbertext/libnumbertext
Source: https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz

BuildRequires: autoconf, automake, libtool, gcc-c++
BuildRequires: make

%description
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
Expand All @@ -30,14 +31,14 @@ Includes and definitions for developing with libnumbertext
%build
autoreconf -v --install --force
%configure --disable-silent-rules --disable-static --disable-werror --with-pic
make %{?_smp_mflags}
%make_build

%check
make check

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%make_install
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la

%ldconfig_scriptlets
Expand All @@ -55,6 +56,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_libdir}/*.so

%changelog
* Wed Nov 20 2024 Akarsh Chaudhary <[email protected]> -1.0.11-1
- Upgrade to version 1.0.11

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.0.5-5
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10321,8 +10321,8 @@
"type": "other",
"other": {
"name": "libnumbertext",
"version": "1.0.5",
"downloadUrl": "https://github.com/Numbertext/libnumbertext/releases/download/1.0.5/libnumbertext-1.0.5.tar.xz"
"version": "1.0.11",
"downloadUrl": "https://github.com/Numbertext/libnumbertext/releases/download/1.0.11/libnumbertext-1.0.11.tar.xz"
}
}
},
Expand Down