Hello community,

here is the log from the commit of package glfw for openSUSE:Factory checked in 
at 2015-09-24 06:14:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glfw (Old)
 and      /work/SRC/openSUSE:Factory/.glfw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glfw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glfw/glfw.changes        2015-02-05 
11:01:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glfw.new/glfw.changes   2015-09-24 
06:14:13.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 17 20:24:01 UTC 2015 - [email protected]
+
+- Update to new upstream release 3.1.1
+* This release adds fixes for a number of bugs that together affect
+  all supported platforms, most notably workarounds for bugs in
+  some popular window managers.
+- Reduce overly explicit filelist
+
+-------------------------------------------------------------------

Old:
----
  glfw-3.1.tar.bz2

New:
----
  3.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glfw.spec ++++++
--- /var/tmp/diff_new_pack.IWKe36/_old  2015-09-24 06:14:14.000000000 +0200
+++ /var/tmp/diff_new_pack.IWKe36/_new  2015-09-24 06:14:14.000000000 +0200
@@ -17,14 +17,15 @@
 
 
 Name:           glfw
-Version:        3.1
+Version:        3.1.1
 Release:        0
 Summary:        Portable framework for OpenGL application development
 License:        Zlib
-Group:          System/Libraries
-%define soname  3
+Group:          Development/Libraries/C and C++
+%define sover  3
 Url:            http://www.glfw.org/
-Source:         http://prdownloads.sourceforge.net/glfw/glfw-%{version}.tar.bz2
+
+Source:         https://github.com/glfw/glfw/archive/%version.tar.gz
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -44,11 +45,11 @@
 portable API for otherwise operating system specific tasks such as opening
 an OpenGL window, and reading keyboard, time, mouse and joystick input.
 
-%package -n libglfw%{soname}
+%package -n libglfw%{sover}
 Summary:        Portable framework for OpenGL application development
 Group:          System/Libraries
 
-%description -n libglfw%{soname}
+%description -n libglfw%{sover}
 GLFW is a free, Open Source, portable framework for OpenGL application
 development. In short, it is a single library providing a powerful,
 portable API for otherwise operating system specific tasks such as opening
@@ -58,7 +59,7 @@
 Summary:        Portable framework for OpenGL application development
 Group:          Development/Libraries/C and C++
 Requires:       cmake
-Requires:       libglfw%{soname} = %{version}
+Requires:       libglfw%{sover} = %{version}
 
 %description -n libglfw-devel
 GLFW is a free, Open Source, portable framework for OpenGL application
@@ -88,10 +89,10 @@
 install -d %{buildroot}/%{_datadir}/geany/tags/
 install -m0644 glfw.c.tags %{buildroot}/%{_datadir}/geany/tags/
 
-%post   -n libglfw%{soname} -p /sbin/ldconfig
-%postun -n libglfw%{soname} -p /sbin/ldconfig
+%post   -n libglfw%{sover} -p /sbin/ldconfig
+%postun -n libglfw%{sover} -p /sbin/ldconfig
 
-%files -n libglfw%{soname}
+%files -n libglfw%{sover}
 %defattr(-,root,root)
 %doc COPYING.txt README.md
 %{_libdir}/libglfw.so.*
@@ -99,21 +100,10 @@
 %files -n libglfw-devel
 %defattr(-,root,root)
 %doc examples/*.c
-%dir %{_includedir}/GLFW
-%dir %{_libdir}/cmake/glfw
-%dir %{_datadir}/geany/tags
-%{_includedir}/GLFW/glfw3.h
-%{_includedir}/GLFW/glfw3native.h
+%{_includedir}/GLFW/
+%{_libdir}/cmake/glfw/
+%{_datadir}/geany/
 %{_libdir}/libglfw.so
 %{_libdir}/pkgconfig/glfw3.pc
-%{_libdir}/cmake/glfw/glfw3Config.cmake
-%{_libdir}/cmake/glfw/glfw3ConfigVersion.cmake
-%if 0%{?suse_version} >= 1320
-%{_libdir}/cmake/glfw/glfwTargets-none.cmake
-%else
-%{_libdir}/cmake/glfw/glfwTargets-release.cmake
-%endif
-%{_libdir}/cmake/glfw/glfwTargets.cmake
-%{_datadir}/geany/tags/glfw.c.tags
 
 %changelog


Reply via email to