Compare commits

...

No commits in common. "c8" and "c9" have entirely different histories.
c8 ... c9

1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libnumbertext
Version: 1.0.6
Release: 2%{?dist}
Release: 4%{?dist}
Summary: Number to number name and money text conversion library
#The entire source code is dual license LGPLv3+ or BSD, except for
@ -11,6 +11,7 @@ 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
@ -53,8 +54,15 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_libdir}/*.so
%changelog
* Fri Oct 16 2020 Tomas Pelka <tpelka@redhat.com> - 1.0.6-2
- rebuild to properly trigger gating
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 08 2020 Caolán McNamara <caolanm@redhat.com> - 1.0.6-1
- latest version