Update to 20190731. Fixes bug #1742423
This commit is contained in:
parent
7f0eb359d2
commit
8eb026c441
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libspiro_src-20071029.tar.bz2
|
||||
/v0.2.tar.gz
|
||||
/0.3.20150131.tar.gz
|
||||
/libspiro-20190731.tar.gz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Name: libspiro
|
||||
Version: 20150131
|
||||
Release: 11%{?dist}
|
||||
Version: 20190731
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to simplify the drawing of beautiful curves
|
||||
|
||||
# The files that are used to compile this library are all in GPLv3+
|
||||
# https://github.com/fontforge/libspiro/issues/8
|
||||
License: GPLv3+
|
||||
URL: https://github.com/fontforge/libspiro/
|
||||
Source0: https://github.com/fontforge/libspiro/archive/0.3.20150131.tar.gz
|
||||
Source0: https://github.com/fontforge/libspiro/releases/download/%{version}/libspiro-%{version}.tar.gz
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
%description
|
||||
@ -24,7 +24,7 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n libspiro-0.3.20150131
|
||||
%autosetup -n libspiro-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
@ -47,6 +47,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/libspiro.pc
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2019 Kevin Fenzi <kevin@scrye.com> - 20190731-1
|
||||
- Update to 20190731. Fixes bug #1742423
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user