Compare commits

...

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

8 changed files with 49 additions and 1677 deletions

7
.gitignore vendored
View File

@ -1,6 +1 @@
libuninameslist-20091231.tar.bz2
/Version_0.3.20130501.zip
/0.5.20150701.tar.gz
/20160701.tar.gz
/20170319.tar.gz
/20170701.tar.gz
SOURCES/20200413.tar.gz

View File

@ -0,0 +1 @@
5f889fac824e39a2f337668729854dd4af3fd0d7 SOURCES/20200413.tar.gz

View File

@ -1,6 +1,6 @@
Name: libuninameslist
Version: 20170701
Release: 4%{?dist}
Version: 20200413
Release: 5%{?dist}
Summary: A library providing Unicode character names and annotations
@ -10,6 +10,7 @@ Source0: https://github.com/fontforge/libuninameslist/archive/%{version}.
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: make
%description
libuninameslist provides applications with access to Unicode name and
@ -37,23 +38,61 @@ make V=1 %{?_smp_mflags}
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license LICENSE
%doc ChangeLog README.md
%{_libdir}/*.so.*
%files devel
%{_mandir}/man3/libuninameslist.3.gz
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/libuninameslist.pc
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20200413-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20200413-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20200413-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200413-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Apr 15 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200413-1
- Update to 20200413 version (#1823434)
* Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200313-1
- Update to 20200313 version (#1813493)
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190701-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190701-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jul 05 2019 Kevin Fenzi <kevin@scrye.com> - 20190701-1
- Update to 20190701. Fixes bug #1725748
* Sun Mar 10 2019 Kevin Fenzi <kevin@scrye.com> - 20190305-1
- Update to 20190305. Fixes bug #1685821
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180701-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180701-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jul 03 2018 Parag Nemade <pnemade AT redhat DOT com> - 20180701-1
- Update to 20180701 version (#1564872)
* Fri Jun 22 2018 Parag Nemade <pnemade AT redhat DOT com> - 20180408-1
- Update to 20180408 version (#1564872)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
SHA512 (20170701.tar.gz) = f2e1d9c23afe69e422b3128743120c5e5faef9d40cee9cbd3e255ada6b7a4c1a5252ded748b60a8c7091878df145809a53c5dff09d674085bcaa715fabdca003

View File

@ -1,5 +0,0 @@
#!/bin/bash
cd ../source
autoreconf -i
automake --foreign -Wall
./configure && make check

View File

@ -1,22 +0,0 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- autoconf
- automake
- libtool
- m4
- gcc
- sed
- make