Update to 20160701. Fixes bug #1352498
This commit is contained in:
parent
5004b4ca60
commit
538a73e10c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libuninameslist-20091231.tar.bz2
|
||||
/Version_0.3.20130501.zip
|
||||
/0.5.20150701.tar.gz
|
||||
/20160701.tar.gz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Name: libuninameslist
|
||||
Version: 20150701
|
||||
Release: 2%{?dist}
|
||||
Version: 20160701
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library providing Unicode character names and annotations
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: https://github.com/fontforge/libuninameslist
|
||||
Source0: https://github.com/fontforge/libuninameslist/archive/0.5.20150701.tar.gz
|
||||
Source0: https://github.com/fontforge/libuninameslist/archive/20160701.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -27,7 +27,7 @@ This package contains header files and static libraries for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n libuninameslist-0.5.20150701
|
||||
%setup -q -n libuninameslist-20160701
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libuninameslist.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 05 2016 Kevin Fenzi <kevin@scrye.com> - 20160701-1
|
||||
- Update to 20160701. Fixes bug #1352498
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150701-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user