Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libnumbertext-1.0.6.tar.xz
|
/libnumbertext-1.0.6.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
b634f850d95abbfe73500917ba1c19089531b659 SOURCES/libnumbertext-1.0.6.tar.xz
|
b634f850d95abbfe73500917ba1c19089531b659 libnumbertext-1.0.6.tar.xz
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,6 +1,6 @@
|
|||||||
Name: libnumbertext
|
Name: libnumbertext
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 2%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Number to number name and money text conversion library
|
Summary: Number to number name and money text conversion library
|
||||||
|
|
||||||
#The entire source code is dual license LGPLv3+ or BSD, except for
|
#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
|
Source: https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: autoconf, automake, libtool, gcc-c++
|
BuildRequires: autoconf, automake, libtool, gcc-c++
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
|
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
|
||||||
@ -53,8 +54,15 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 16 2020 Tomas Pelka <tpelka@redhat.com> - 1.0.6-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-4
|
||||||
- rebuild to properly trigger gating
|
- 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
|
* Sat Aug 08 2020 Caolán McNamara <caolanm@redhat.com> - 1.0.6-1
|
||||||
- latest version
|
- latest version
|
Loading…
Reference in New Issue
Block a user