diff --git a/.gitignore b/.gitignore index 291621a..07af012 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ffcall-20120424cvs.tar.xz +/ffcall-1.12.tar.gz diff --git a/ffcall.spec b/ffcall.spec index 047e85f..0946008 100644 --- a/ffcall.spec +++ b/ffcall.spec @@ -7,19 +7,14 @@ %global ffcall_arches %{ix86} x86_64 amd64 %{alpha} armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv7l armv7hl armv7hnl parisc hppa1.0 hppa1.1 hppa1.2 hppa2.0 ia64 m68k mips mipsel ppc ppc8260 ppc8560 ppc32dy4 ppciseries ppcpseries %{power64} s390 s390x %{sparc} Name: ffcall -Version: 1.10 -Release: 18.20120424cvs%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Libraries for foreign function call interfaces Group: System Environment/Libraries License: GPLv2+ URL: http://www.gnu.org/software/libffcall/ -# There has been no official release for several years, and the project web -# site encourages use of a CVS snapshot. Make the tarball as follows: -# cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall -# export -D 2012-04-24 ffcall -# tar cJf ffcall-20120424cvs.tar.xz ffcall -Source0: %{name}-20120424cvs.tar.xz +Source0: https://github.com/libffcall/libffcall/archive/%{name}-%{version}.tar.gz # This patch will not be sent upstream. It removes the possibility of using # mprotect() to make memory executable, as that runs afoul of SELinux. Patch0: %{name}-trampoline.patch @@ -43,7 +38,7 @@ packages are: %prep -%setup -q -n ffcall +%setup -q -n libffcall-%{name}-%{version} %patch0 %patch1 @@ -90,6 +85,9 @@ done %changelog +* Tue Sep 29 2015 Jerry James - 1.12-1 +- New upstream release + * Wed Jun 17 2015 Fedora Release Engineering - 1.10-18.20120424cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 72825b8..0346a52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3ba87a8a8a3d8c1da17476574eb9861 ffcall-20120424cvs.tar.xz +ad458ffa2bfdd1bca9d7f706d68a814d ffcall-1.12.tar.gz