From deb9733976db824cde0182cb71455cc6b0809641 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: May 19 2016 06:53:29 +0000 Subject: Update to upstream 1.2.12 release. --- diff --git a/.gitignore b/.gitignore index 8b4804d..b3c21bc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ wmeissner-jffi-bbb81f1.tar.gz /1.2.9.zip /1.2.10.zip /1.2.11.zip +/jffi-1.2.12.tar.gz diff --git a/jffi.spec b/jffi.spec index 7fbe4ef..a4a1aa4 100644 --- a/jffi.spec +++ b/jffi.spec @@ -2,13 +2,13 @@ %global sover 1.2 Name: jffi -Version: 1.2.11 -Release: 2%{?dist} +Version: 1.2.12 +Release: 1%{?dist} Summary: Java Foreign Function Interface License: LGPLv3+ or ASL 2.0 URL: http://github.com/jnr/jffi -Source0: https://github.com/%{cluster}/%{name}/archive/%{version}.zip +Source0: https://github.com/%{cluster}/%{name}/archive/%{name}-%{version}.tar.gz Source3: p2.inf Patch0: jffi-fix-dependencies-in-build-xml.patch Patch1: jffi-add-built-jar-to-test-classpath.patch @@ -37,7 +37,7 @@ This package contains the API documentation for %{name}. %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} %patch0 %patch1 %patch2 @@ -100,6 +100,9 @@ ant -Duse.system.libffi=1 test %doc COPYING.GPL COPYING.LESSER LICENSE %changelog +* Thu May 19 2016 Alexander Kurtakov 1.2.12-1 +- Update to upstream 1.2.12 release. + * Tue Apr 19 2016 Roland Grunberg - 1.2.11-2 - Fragment bundle com.kenai.jffi.native is now com.github.jnr.jffi.native. diff --git a/sources b/sources index c515a36..1a218bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6427d1063c546a51be00e681be42e2d1 1.2.11.zip +a8837f4ea23e34db8716236d26bcd6cc jffi-1.2.12.tar.gz