Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36cdf6308a | ||
|
|
4673e067c5 | ||
|
|
3d8993d729 | ||
|
|
acea8ebef7 | ||
|
|
21d942812f | ||
|
|
b1176b6e8f | ||
|
|
26bb648bb2 | ||
|
|
6a60980f83 | ||
|
|
04a5b8f5ba | ||
|
|
7d86b211f8 |
1 changed files with 36 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Name: compface
|
||||
Version: 1.5.2
|
||||
Release: 37%{?dist}
|
||||
Release: 46%{?dist}
|
||||
Summary: Library and tools for handling X-Face data
|
||||
|
||||
License: MIT
|
||||
License: LicenseRef-compface
|
||||
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
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -b .stack-smashing
|
||||
%patch2 -p0
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1 -b .stack-smashing
|
||||
%patch -P2 -p0
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -63,7 +63,7 @@ cmp %{SOURCE1} __test.xbm
|
|||
|
||||
%files
|
||||
%doc ChangeLog README xbm2xface.pl
|
||||
%doc _extdoc/README.copyright
|
||||
%license _extdoc/README.copyright
|
||||
%{_bindir}/compface
|
||||
%{_bindir}/uncompface
|
||||
%{_libdir}/libcompface.so.*
|
||||
|
|
@ -78,6 +78,34 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue