[glfw] update

MERCIER Jonathan bioinfornatics at fedoraproject.org
Fri Jun 28 21:04:11 UTC 2013


commit 9245228ca55a13d4c95442144e8e39c3b0a80c72
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Fri Jun 28 23:03:27 2013 +0200

    update

 .gitignore |    1 +
 glfw.spec  |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
 sources    |    2 +-
 3 files changed, 53 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cae80c2..9a49fcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /glfw-20120812gita9ed5b1.tar.xz
+/glfw-20130626git2656bf8.tar.xz
diff --git a/glfw.spec b/glfw.spec
index 1b65736..0586ec0 100644
--- a/glfw.spec
+++ b/glfw.spec
@@ -1,23 +1,23 @@
-%global     snapdate         20130502
-%global     glfw_revision    475d10d
+%global     snapdate         20130626
+%global     glfw_revision    2656bf8
 %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/elmindreda/glfw.git
+# git clone git://github.com/glfw/glfw.git
 # 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.11.%{alphatag}%{?dist}
+Release:        0.24.%{alphatag}%{?dist}
 Summary:        A cross-platform multimedia library
 Summary(fr):    Une bibliothèque multimédia multi-plateforme
 License:        zlib
 URL:            http://www.glfw.org/index.html
 Source0:        %{name}-%{alphatag}.tar.xz
-BuildRequires:  libX11, mesa-libGL, mesa-libGLU, texlive-latex, cmake
+BuildRequires:  libX11, libXi, mesa-libGL, mesa-libGLU, texlive-latex, libXrandr, cmake
 
 %description
 GLFW is a free, Open Source, multi-platform library for OpenGL application
@@ -39,7 +39,7 @@ Summary(fr):    Appui pour le développement d'application C
 Requires:       %{name}%{?_isa} =  %{version}-%{release}
 Requires:       xorg-x11-proto-devel
 Requires:       pkgconfig
-BuildRequires:  libX11-devel, mesa-libGL-devel, mesa-libGLU-devel, geany
+BuildRequires:  libX11-devel, libXi-devel, mesa-libGL-devel, mesa-libGLU-devel, libXrandr-devel, geany
 
 %description devel
 The glfw-devel package contains header files for developing glfw
@@ -80,13 +80,56 @@ install -m0644 glfw.c.tags %{buildroot}/%{_datadir}/geany/tags/
 %{_libdir}/libglfw.so.3
 
 %files devel
-%{_includedir}/GL/glfw3.h
-%{_includedir}/GL/glfw3native.h
+%{_includedir}/GLFW/glfw3.h
+%{_includedir}/GLFW/glfw3native.h
 %{_libdir}/libglfw.so
 %{_libdir}/pkgconfig/glfw3.pc
+%{_libdir}/cmake/glfw/glfwConfig.cmake
+%{_libdir}/cmake/glfw/glfwConfigVersion.cmake
+%{_libdir}/cmake/glfw/glfwTargets-noconfig.cmake
+%{_libdir}/cmake/glfw/glfwTargets.cmake
 %{_datadir}/geany/tags/glfw.c.tags
 
 %changelog
+* Wed Jun 26 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.24.20130626git2656bf8
+- Update to rev 2656bf8
+
+* Mon Jun 24 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.23.20130624git4883073
+- Update to rev 4883073
+
+* Sun Jun 23 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.22.20130621git6591579
+- Update to rev 6591579
+
+* Sun Jun 09 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.21.20130609git52354bf
+- Update to rev 52354bf
+
+* Sun Jun 09 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.20.20130609git68b7ea8
+- Update to rev 68b7ea8
+
+* Fri May 24 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.19.20130523git98cbf6f
+- Update to rev 98cbf6f
+
+* Sat May 18 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.18.20130517git673d5b5
+- put  libXrandr as required
+
+* Fri May 17 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3.0-0.17.20130517git673d5b5
+- Update to rev 673d5b5
+
+* Fri May 17 2013  <bioinfornatics at fedoraproject dot org> - 3.0-0.16.20130514gite20e8f9
+- Update to rev e20e8f9
+
+* Thu May 16 2013  <bioinfornatics at fedoraproject dot org> - 3.0-0.15.20130514gite20e8f9
+- Update to rev e20e8f9
+
+* Thu May 16 2013  <bioinfornatics at fedoraproject dot org> - 3.0-0.14.20130514gite20e8f9
+- Update to rev e20e8f9
+
+* Wed May 15 2013  <bioinfornatics at fedoraproject dot org> - 3.0-0.13.20130514gite20e8f9
+- Update to rev e20e8f9
+
+* Wed May 15 2013 Jonathan MERCIER - 3.0-0.12.20130502git475d10d
+- Install .cmake file
+
 * Thu May 09 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 3.0-0.11.20130502git475d10d
 - Update to rev 475d10d
 
diff --git a/sources b/sources
index 1c82d7f..8198467 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79b8af26b0e5fba632136cd576d69b23  glfw-20120812gita9ed5b1.tar.xz
+2ae0e054e2844a2b4326be7f92952d9a  glfw-20130626git2656bf8.tar.xz


More information about the scm-commits mailing list