[ois] Upstream release 1.3

Bruno Wolff III bruno at fedoraproject.org
Tue Jan 17 03:48:31 UTC 2012


commit 9791a204f0b439260baefdd5aee1db13e8d23a9e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 16 21:19:38 2012 -0600

    Upstream release 1.3
    
    I couldn't find a real release anouncement, but some pre release
    discussions suggests this is mostly a bug fix release.

 .gitignore |    1 +
 ois.spec   |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92b9795..b1ffffd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ois_1.2.0.tar.gz
+/ois_v1-3.tar.gz
diff --git a/ois.spec b/ois.spec
index 0da5b4a..ed68303 100644
--- a/ois.spec
+++ b/ois.spec
@@ -1,11 +1,11 @@
 Name:           ois
-Version:        1.2.0
-Release:        4%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        Open Input System, OO gaming input library
 Group:          System Environment/Libraries
 License:        zlib
 URL:            http://sourceforge.net/projects/wgois
-Source0:        http://downloads.sourceforge.net/wgois/%{name}_%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/wgois/%{name}_v1-3.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libtool libXaw-devel
 
@@ -27,7 +27,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{name}
+%setup -q
 chmod -x `find includes -type f` `find src -type f` ReadMe.txt
 ./bootstrap
 
@@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc ReadMe.txt
-%{_libdir}/libOIS-1.2.0.so
+%{_libdir}/libOIS-1.3.0.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 16 2012 Bruno Wolff III <bruno at wolff.to> - 1.3.0-1
+- Upstream 1.3 release. Mostly bug fixes.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index a146005..087ee4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a8cedad04f095127ca1455162fec955  ois_1.2.0.tar.gz
+9697fead17eac6025151cd2e1fca1518  ois_v1-3.tar.gz


More information about the scm-commits mailing list