Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
1 changed files with 8 additions and 39 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Name: compface
|
||||
Version: 1.5.2
|
||||
Release: 46%{?dist}
|
||||
Release: 36%{?dist}
|
||||
Summary: Library and tools for handling X-Face data
|
||||
|
||||
License: LicenseRef-compface
|
||||
License: MIT
|
||||
URL: http://ftp.xemacs.org/pub/xemacs/aux/
|
||||
Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz
|
||||
Source1: compface-test.xbm
|
||||
|
|
@ -38,11 +38,11 @@ library.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1 -b .stack-smashing
|
||||
%patch -P2 -p0
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -b .stack-smashing
|
||||
%patch2 -p0
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -63,7 +63,7 @@ cmp %{SOURCE1} __test.xbm
|
|||
|
||||
%files
|
||||
%doc ChangeLog README xbm2xface.pl
|
||||
%license _extdoc/README.copyright
|
||||
%doc _extdoc/README.copyright
|
||||
%{_bindir}/compface
|
||||
%{_bindir}/uncompface
|
||||
%{_libdir}/libcompface.so.*
|
||||
|
|
@ -78,37 +78,6 @@ cmp %{SOURCE1} __test.xbm
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-46
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-45
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Aug 7 2024 Michael Schwendt <mschwendt@fedoraproject.org> - 1.5.2-41
|
||||
- migrated to SPDX license based on license review ticket #555
|
||||
- include README.copyright file as license
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Feb 06 2023 Florian Weimer <fweimer@redhat.com> - 1.5.2-36
|
||||
- Fix C99 compatibility issues (#2167369)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue