Update to 1.3.5.
This commit is contained in:
parent
415ae28c12
commit
a4cc6262ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/fltk-1.3.4-1-source.tar.gz
|
||||
/fltk-1.3.5-source.tar.gz
|
||||
|
21
fltk.spec
21
fltk.spec
@ -8,19 +8,20 @@
|
||||
|
||||
Summary: C++ user interface toolkit
|
||||
Name: fltk
|
||||
Version: 1.3.4
|
||||
Release: 8%{?dist}
|
||||
Version: 1.3.5
|
||||
Release: 1%{?dist}
|
||||
|
||||
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
||||
License: LGPLv2+ with exceptions
|
||||
URL: http://www.fltk.org/
|
||||
|
||||
%if "%{?snap:1}" == "1"
|
||||
Source0: http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-%{snap}.tar.bz2
|
||||
%else
|
||||
Source0: http://fltk.org/pub/fltk/1.3.4/fltk-1.3.4-1-source.tar.gz
|
||||
Source0: http://fltk.org/pub/%{name}/%{version}/%{name}-%{version}-source.tar.gz
|
||||
%endif
|
||||
|
||||
Source1: fltk-config.sh
|
||||
Source1: fltk-config.sh
|
||||
|
||||
## FIXME/TODO: upstream these asap -- Rex
|
||||
# add lib64 support, drop extraneous libs (bug #708185) and ldflags (#1112930)
|
||||
@ -29,7 +30,7 @@ Patch1: fltk-1.3.4-fltk_config.patch
|
||||
## upstream patches
|
||||
|
||||
## upstreamable patches
|
||||
Patch100: fltk-1.3.4-x-fluid_mimetype.patch
|
||||
Patch100: fltk-1.3.4-x-fluid_mimetype.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -77,14 +78,11 @@ Requires: %{name}-devel
|
||||
|
||||
%prep
|
||||
%if 0%{?snap:1}
|
||||
%setup -q -n fltk-1.3.x-%{snap}
|
||||
%autosetup -p1 -n fltk-1.3.x-%{snap}
|
||||
%else
|
||||
%setup -q -n fltk-%{version}-1
|
||||
%autosetup -p1
|
||||
%endif
|
||||
|
||||
%patch1 -p1 -b .fltk_config
|
||||
%patch100 -p1 -b .x-fluid_mimetype
|
||||
|
||||
# verbose build output
|
||||
sed -i.silent '\,^.SILENT:,d' makeinclude.in
|
||||
autoconf
|
||||
@ -172,6 +170,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/fluid.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 03 2019 Richard Shaw <hobbes1069@gmail.com> - 1.3.5-1
|
||||
- Update to 1.3.5.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fltk-1.3.4-1-source.tar.gz) = 0be1c8e6bb7a8c7ef484941a73868d5e40b90e97a8e5dc747bac2be53a350621975406ecfd4a9bcee8eeb7afd886e75bf7a6d6478fd6c56d16e54059f22f0891
|
||||
SHA512 (fltk-1.3.5-source.tar.gz) = db7ea7c5f3489195a48216037b9371a50f1119ae7692d66f71b6711e5ccf78814670581bae015e408dee15c4bba921728309372c1cffc90113cdc092e8540821
|
||||
|
Loading…
Reference in New Issue
Block a user