commit libgltf for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package libgltf for openSUSE:Factory checked 
in at 2018-01-16 09:40:34

Comparing /work/SRC/openSUSE:Factory/libgltf (Old)
 and  /work/SRC/openSUSE:Factory/.libgltf.new (New)


Package is "libgltf"

Tue Jan 16 09:40:34 2018 rev:5 rq:563655 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libgltf/libgltf.changes  2017-06-20 
11:01:03.953878505 +0200
+++ /work/SRC/openSUSE:Factory/.libgltf.new/libgltf.changes 2018-01-16 
09:40:35.302694366 +0100
@@ -1,0 +2,13 @@
+Thu Jan 11 16:03:22 UTC 2018 - tchva...@suse.com
+
+- Drop the test condition as whole to reduce the size; the tests
+  will never run in OBS
+
+---
+Thu Jan 11 14:09:34 UTC 2018 - crrodrig...@opensuse.org
+
+- Buildrequire Mesa-devel and libpng, only
+  if tests are being built and ran.
+- devel package requires glm-devel
+
+---



Other differences:
--
++ libgltf.spec ++
--- /var/tmp/diff_new_pack.xduJBr/_old  2018-01-16 09:40:36.762626029 +0100
+++ /var/tmp/diff_new_pack.xduJBr/_new  2018-01-16 09:40:36.766625843 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgltf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,15 +25,12 @@
 Group:  Productivity/Publishing/Word
 Url:http://dev-www.libreoffice.org/src/libgltf/
 Source: 
http://dev-www.libreoffice.org/src/libgltf/%{name}-%{version}.tar.gz
-BuildRequires:  Mesa-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glm-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(epoxy) >= 1.3.1
-BuildRequires:  pkgconfig(libpng)
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -54,6 +51,8 @@
 Summary:C++ Library for rendering OpenGL models stored in glTF format
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
+Requires:   glm-devel
+Requires:   libstdc++-devel
 
 %description devel
 %{name} is a library for rendering OpenGL models stored in glTF format
@@ -63,12 +62,14 @@
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
+# Tests require running X with gl extension
 %configure \
+   --disable-silent-rules \
--disable-werror \
-   --enable-tests \
+   --disable-tests \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -76,21 +77,14 @@
 rm -f %{buildroot}%{_datadir}/%{name}/html*.css
 %fdupes -s %{buildroot}%{_docdir}/%{name}/html
 
-%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}
-%defattr(-,root,root)
 %doc AUTHORS NEWS LICENSE README ChangeLog
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libg*.pc
 %{_includedir}/libg*




commit libgltf for openSUSE:Factory

2017-06-20 Thread root
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}




commit libgltf for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package libgltf for openSUSE:Factory checked 
in at 2017-02-19 00:41:54

Comparing /work/SRC/openSUSE:Factory/libgltf (Old)
 and  /work/SRC/openSUSE:Factory/.libgltf.new (New)


Package is "libgltf"

Changes:

--- /work/SRC/openSUSE:Factory/libgltf/libgltf.changes  2016-04-30 
23:23:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgltf.new/libgltf.changes 2017-02-19 
00:41:55.688859362 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 12:53:09 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ libgltf.spec ++
--- /var/tmp/diff_new_pack.Y22zk6/_old  2017-02-19 00:41:56.076804783 +0100
+++ /var/tmp/diff_new_pack.Y22zk6/_new  2017-02-19 00:41:56.080804220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgltf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,11 @@
 Url:http://dev-www.libreoffice.org/src/libgltf/
 Source: 
http://dev-www.libreoffice.org/src/libgltf/%{name}-%{version}.tar.bz2
 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




commit libgltf for openSUSE:Factory

2016-04-30 Thread h_root
Hello community,

here is the log from the commit of package libgltf for openSUSE:Factory checked 
in at 2016-04-30 23:23:09

Comparing /work/SRC/openSUSE:Factory/libgltf (Old)
 and  /work/SRC/openSUSE:Factory/.libgltf.new (New)


Package is "libgltf"

Changes:

--- /work/SRC/openSUSE:Factory/libgltf/libgltf.changes  2014-09-30 
19:41:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgltf.new/libgltf.changes 2016-04-30 
23:23:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 13 10:45:39 UTC 2016 - fv...@suse.com
+
+- Update to libgltf-0.0.2 (LO 4.3.3+)
+libgltf-0.0.1.tar.bz2 -> libgltf-0.0.2.tar.bz2
+
+---

Old:

  libgltf-0.0.1.tar.bz2

New:

  libgltf-0.0.2.tar.bz2



Other differences:
--
++ libgltf.spec ++
--- /var/tmp/diff_new_pack.vNBZKM/_old  2016-04-30 23:23:12.0 +0200
+++ /var/tmp/diff_new_pack.vNBZKM/_new  2016-04-30 23:23:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgltf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define libname libgltf-0_0-0
 Name:   libgltf
-Version:0.0.1
+Version:0.0.2
 Release:0
 Summary:C++ Library for rendering OpenGL models stored in glTF format
 License:MPL-2.0

++ libgltf-0.0.1.tar.bz2 -> libgltf-0.0.2.tar.bz2 ++
 12605 lines of diff (skipped)