[osutil/f16] Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .

kwright kwright at fedoraproject.org
Thu Oct 6 03:06:30 UTC 2011


commit 3b00824129a6fef6a274b1fbcb9bc856d06843ae
Author: Kevin Wright <kwright at redhat.com>
Date:   Wed Oct 5 20:06:29 2011 -0700

    Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .

 .gitignore  |    1 +
 osutil.spec |    8 ++++++--
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0c9ef5..f60dc6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 osutil-1.3.1.tar.gz
 /osutil-2.0.0.tar.gz
 /osutil-2.0.1.tar.gz
+/osutil-2.0.2.tar.gz
diff --git a/osutil.spec b/osutil.spec
index b62a42b..268f570 100644
--- a/osutil.spec
+++ b/osutil.spec
@@ -1,6 +1,6 @@
 Name:             osutil
-Version:          2.0.1
-Release:          2%{?dist}
+Version:          2.0.2
+Release:          1%{?dist}
 Summary:          Operating System Utilities JNI Package
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -8,6 +8,7 @@ Group:            System Environment/Libraries
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# jpackage-utils requires versioning to meet both build and runtime requirements
 BuildRequires:    cmake
 BuildRequires:    java-devel >= 1:1.6.0
 %if 0%{?fedora} >= 16
@@ -86,6 +87,9 @@ cd %{buildroot}%{_jnidir}
 
 
 %changelog
+* Thu Sep 22 2011 Matthew Harmsen <mharmsen at redhat.com> 2.0.2-1
+- Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
+
 * Wed Aug 31 2011 Matthew Harmsen <mharmsen at redhat.com> 2.0.1-2
 - Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
 
diff --git a/sources b/sources
index 0374ea1..86de9f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-398626ee4d94ca059684e1b601250dea  osutil-2.0.1.tar.gz
+a3618b0563c0d2707ec3dd10e95c5580  osutil-2.0.2.tar.gz


More information about the scm-commits mailing list