Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb3fa13946 | ||
|
|
36f426817a | ||
|
|
845c4b3897 | ||
|
|
b8927cc95e | ||
|
|
1460904829 | ||
|
|
f314173c85 | ||
|
|
7c67c6fbe5 |
1 changed files with 28 additions and 9 deletions
|
|
@ -1,8 +1,9 @@
|
|||
Name: xmakemol
|
||||
Version: 5.16
|
||||
Release: 19%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Summary: Program for visualizing atomic and molecular systems
|
||||
License: GPLv2+
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://www.nongnu.org/xmakemol/
|
||||
Source0: http://savannah.nongnu.org/download/xmakemol/xmakemol-%{version}.tar.gz
|
||||
|
||||
|
|
@ -45,13 +46,13 @@ bonds. Features include:
|
|||
|
||||
%prep
|
||||
%autosetup -N
|
||||
%patch0 -p1 -b .fsf
|
||||
%patch1 -p0 -b .vecat
|
||||
%patch2 -p1 -b .hbond
|
||||
%patch3 -p1 -b .torsion
|
||||
%patch4 -p1 -b .extern
|
||||
%patch5 -p1 -b .widget
|
||||
%patch6 -p1 -b .pointertype
|
||||
%patch -P0 -p1 -b .fsf
|
||||
%patch -P1 -p0 -b .vecat
|
||||
%patch -P2 -p1 -b .hbond
|
||||
%patch -P3 -p1 -b .torsion
|
||||
%patch -P4 -p1 -b .extern
|
||||
%patch -P5 -p1 -b .widget
|
||||
%patch -P6 -p1 -b .pointertype
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
|
@ -69,6 +70,24 @@ bonds. Features include:
|
|||
%{_bindir}/xmake_anim.pl
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 5.16-21
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jan 30 2024 Susi Lehtola <jussilehtola@fedoraproject.org> - 5.16-19
|
||||
- Fix FTBFS on Fedora 40.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue