[glfw/f20] Update to version 3.1

MERCIER Jonathan bioinfornatics at fedoraproject.org
Mon Mar 10 21:02:24 UTC 2014


commit 4dbdc018988191f9dc9b5ba05378217b570091d1
Author: Jonathan MERCIER <bioifornatics at fedoraproject.org>
Date:   Mon Mar 10 22:02:14 2014 +0100

    Update to version 3.1

 .gitignore |    1 +
 glfw.spec  |   18 ++++++++++--------
 sources    |    3 +--
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 388563b..5adad1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /glfw-20131017gitbc8ff54.tar.xz
 /glfw-20131021gite309a78.tar.xz
 /glfw-20131028git0153dab.tar.xz
+/glfw-20140310git5c23071.tar.xz
diff --git a/glfw.spec b/glfw.spec
index 61acf9b..7d500be 100644
--- a/glfw.spec
+++ b/glfw.spec
@@ -1,17 +1,16 @@
-%global     snapdate         20131028
-%global     glfw_revision    0153dab
+%global     snapdate         20140310
+%global     glfw_revision    5c23071
 %global     alphatag         %{snapdate}git%{glfw_revision}
 
 # The source for this package was pulled from upstream's git.
 # Use the following commands to generate the tarball:
 # git clone git://github.com/glfw/glfw.git
-# cd glfw;
-# git rev-parse --short HEAD            -> for glfw_revision
+# cd glfw; git rev-parse --short HEAD  -> for glfw_revision
 # git checkout %%glfw_rev
 # git archive --prefix=glfw-%%{alphatag}/ HEAD --format=tar | xz > ../glfw-%%{alphatag}.tar.xz
 Name:           glfw
-Version:        3.0
-Release:        0.29.%{alphatag}%{?dist}
+Version:        3.1
+Release:        0.30.%{alphatag}%{?dist}
 Summary:        A cross-platform multimedia library
 Summary(fr):    Une bibliothèque multimédia multi-plateforme
 License:        zlib
@@ -75,7 +74,7 @@ install -m0644 glfw.c.tags %{buildroot}/%{_datadir}/geany/tags/
 
 %files
 %doc README.md COPYING.txt
-%{_libdir}/libglfw.so.3.0
+%{_libdir}/libglfw.so.3.1
 %{_libdir}/libglfw.so.3
 
 %files devel
@@ -90,10 +89,13 @@ install -m0644 glfw.c.tags %{buildroot}/%{_datadir}/geany/tags/
 %{_datadir}/geany/tags/glfw.c.tags
 
 %changelog
+* Mon Mar 10 2014 jonathan MERCIER <bioinfornatics at gmail.com> - 3.1-0.30.20140310git5c23071
+- Update to version 3.1
+
 * Mon Oct 28 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 3.0-0.29.20131028git0153dab
 - Update to rev 0153dab
 
-* Tue Oct 22 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 3.0-0.28.20131021gite309a78
+* Thu Oct 24 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 3.0-0.28.20131021gite309a78
 - Update to rev e309a78
 
 * Sat Aug 10 2013 "Jonathan Mercier" <"Jonathan Mercier at gmail dot org"> - 3.0-0.27.20130807git735bc2d
diff --git a/sources b/sources
index 65d735e..e6e4bac 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-eb5f7ca53256020dba06691becaf68dd  glfw-20131028git0153dab.tar.xz
-eb5f7ca53256020dba06691becaf68dd  glfw-20131028git0153dab.tar.xz
+374665102e6417d3e138e9acf0cd9557  glfw-20140310git5c23071.tar.xz


More information about the scm-commits mailing list