Compare commits
No commits in common. "c9s" and "c8s" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,9 +4,3 @@ libuninameslist-20091231.tar.bz2
|
|||||||
/20160701.tar.gz
|
/20160701.tar.gz
|
||||||
/20170319.tar.gz
|
/20170319.tar.gz
|
||||||
/20170701.tar.gz
|
/20170701.tar.gz
|
||||||
/20180408.tar.gz
|
|
||||||
/20180701.tar.gz
|
|
||||||
/20190305.tar.gz
|
|
||||||
/20190701.tar.gz
|
|
||||||
/20200313.tar.gz
|
|
||||||
/20200413.tar.gz
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
5f889fac824e39a2f337668729854dd4af3fd0d7 20200413.tar.gz
|
|
@ -1,6 +1,6 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-9
|
- rhel-8
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libuninameslist
|
Name: libuninameslist
|
||||||
Version: 20200413
|
Version: 20170701
|
||||||
Release: 5%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
Summary: A library providing Unicode character names and annotations
|
Summary: A library providing Unicode character names and annotations
|
||||||
|
|
||||||
@ -10,7 +10,6 @@ Source0: https://github.com/fontforge/libuninameslist/archive/%{version}.
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libuninameslist provides applications with access to Unicode name and
|
libuninameslist provides applications with access to Unicode name and
|
||||||
@ -38,61 +37,23 @@ make V=1 %{?_smp_mflags}
|
|||||||
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
|
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc ChangeLog README.md
|
%doc ChangeLog README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_mandir}/man3/libuninameslist.3.gz
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/libuninameslist.pc
|
%{_libdir}/pkgconfig/libuninameslist.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (20200413.tar.gz) = c07f5733df80e6be204beb019fff99991f0c80f78014c42f583399801b814f4df4f8f6ef9f247a24ddfe68cba2620664cb8236d7eabf72a5bf42b3e2386b6a71
|
SHA512 (20170701.tar.gz) = f2e1d9c23afe69e422b3128743120c5e5faef9d40cee9cbd3e255ada6b7a4c1a5252ded748b60a8c7091878df145809a53c5dff09d674085bcaa715fabdca003
|
||||||
|
Loading…
Reference in New Issue
Block a user