Hello community,

here is the log from the commit of package libgltf for openSUSE:Factory checked 
in at 2017-06-20 11:00:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgltf (Old)
 and      /work/SRC/openSUSE:Factory/.libgltf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgltf"

Tue Jun 20 11:00:34 2017 rev:4 rq:498629 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgltf/libgltf.changes  2017-02-19 
00:41:55.688859362 +0100
+++ /work/SRC/openSUSE:Factory/.libgltf.new/libgltf.changes     2017-06-20 
11:01:03.953878505 +0200
@@ -1,0 +2,6 @@
+Mon May 15 13:26:27 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.1.0 release
+  * Switched to Epoxy for Wayland
+
+-------------------------------------------------------------------

Old:
----
  libgltf-0.0.2.tar.bz2

New:
----
  libgltf-0.1.0.tar.gz

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

Other differences:
------------------
++++++ libgltf.spec ++++++
--- /var/tmp/diff_new_pack.3qubgb/_old  2017-06-20 11:01:04.721770265 +0200
+++ /var/tmp/diff_new_pack.3qubgb/_new  2017-06-20 11:01:04.725769701 +0200
@@ -16,31 +16,29 @@
 #
 
 
-%define libname libgltf-0_0-0
+%define libname libgltf-0_1-1
 Name:           libgltf
-Version:        0.0.2
+Version:        0.1.0
 Release:        0
 Summary:        C++ Library for rendering OpenGL models stored in glTF format
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            http://dev-www.libreoffice.org/src/libgltf/
-Source:         
http://dev-www.libreoffice.org/src/libgltf/%{name}-%{version}.tar.bz2
+Source:         
http://dev-www.libreoffice.org/src/libgltf/%{name}-%{version}.tar.gz
 BuildRequires:  Mesa-devel
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glm-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit)
-BuildRequires:  pkgconfig(glew)
-BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(epoxy) >= 1.3.1
 BuildRequires:  pkgconfig(libpng)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 %{name} is a library for rendering OpenGL models stored in glTF format
@@ -65,10 +63,9 @@
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
-# --disable-tests: the required files are not packages, WTH
 %configure \
        --disable-werror \
-       --disable-tests \
+       --enable-tests \
        --disable-static \
        --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags} V=1
@@ -79,8 +76,12 @@
 rm -f %{buildroot}%{_datadir}/%{name}/html*.css
 %fdupes -s %{buildroot}%{_docdir}/%{name}/html
 
-%post -n %{libname} -p /sbin/ldconfig
+%check
+# Tests require running X server with working GL
+#make %{?_smp_mflags} check
+:
 
+%post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}


Reply via email to