Hello community,

here is the log from the commit of package waffle for openSUSE:Factory checked 
in at 2019-06-12 13:17:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/waffle (Old)
 and      /work/SRC/openSUSE:Factory/.waffle.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "waffle"

Wed Jun 12 13:17:26 2019 rev:4 rq:709109 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/waffle/waffle.changes    2018-06-19 
12:01:45.786265531 +0200
+++ /work/SRC/openSUSE:Factory/.waffle.new.4811/waffle.changes  2019-06-12 
13:17:28.140617246 +0200
@@ -1,0 +2,16 @@
+Tue Jun 11 09:45:08 UTC 2019 - Stefan Dirsch <sndir...@suse.com>
+
+- version 1.6.0
+  * nacl support in cmake
+  * a shiny new meson build system
+  * json output from wflinfo
+  * EGL/GBM modifiers support
+  * Out of the box FreeBSD support when using meson
+  * Also included are a number of behind the scenes changes from
+    Emil, in particular a massive refactoring/improvement of the
+    unit tests.
+- no longer package LICENSE in every subpackage: instead let library
+  package require base package
+- improve description of devel package
+
+-------------------------------------------------------------------

Old:
----
  waffle-1.5.2.tar.xz
  waffle-1.5.2.tar.xz.asc

New:
----
  waffle-1.6.0.tar.xz
  waffle-1.6.0.tar.xz.asc

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

Other differences:
------------------
++++++ waffle.spec ++++++
--- /var/tmp/diff_new_pack.xJ4b1W/_old  2019-06-12 13:17:28.668616692 +0200
+++ /var/tmp/diff_new_pack.xJ4b1W/_new  2019-06-12 13:17:28.668616692 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package waffle
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %define _minorVersion 0
 %define libname lib%{name}-%{_majorVersion}-%{_minorVersion}
 Name:           waffle
-Version:        1.5.2
+Version:        1.6.0
 Release:        0
 Summary:        C library defering selection of GL API and window system until 
runtime
 License:        BSD-2-Clause
@@ -30,6 +30,7 @@
 Source1:        
http://www.waffle-gl.org/files/release/%{name}-%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
 BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  wayland-devel
 BuildRequires:  pkgconfig(egl)
@@ -51,6 +52,7 @@
 %package -n %{libname}
 Summary:        C library defering selection of GL API and window system until 
runtime
 Group:          System/Libraries
+Requires:       %{name}
 
 %description -n %{libname}
 Waffle is a C library that allows deferring the selection of GL API
@@ -67,7 +69,8 @@
 Requires:       %{libname} = %{version}
 
 %description devel
-Devel files for the waffle C library.
+Devel files for the waffle C library. Libraries, includes and more to
+develop Waffle applications.
 
 %prep
 %setup -q
@@ -91,26 +94,25 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%license LICENSE.txt
 %dir %{_docdir}/waffle-%{_majorVersion}
 %{_docdir}/waffle-%{_majorVersion}/*.txt
+%{_docdir}/waffle-%{_majorVersion}/README.md
 %dir %{_docdir}/waffle-%{_majorVersion}/release-notes
 %{_docdir}/waffle-%{_majorVersion}/release-notes/*.txt
+%{_docdir}/waffle-%{_majorVersion}/release-notes/waffle-1.6.0.md
 %{_bindir}/wflinfo
+/usr/share/bash-completion/completions/wflinfo
 
 %files -n %{libname}
-%license LICENSE.txt
 %{_libdir}/libwaffle-1.so.*
 
 %files devel
-%license LICENSE.txt
 %{_libdir}/libwaffle-1.so
 %dir %{_docdir}/waffle-%{_majorVersion}/examples
 %{_docdir}/waffle-%{_majorVersion}/examples/*
 %dir %{_includedir}/waffle-%{_majorVersion}
 %{_includedir}/waffle-%{_majorVersion}/*.h
 %{_libdir}/pkgconfig/waffle-%{_majorVersion}.pc
-%{_datadir}/cmake/Modules/FindWaffle.cmake
 %{_libdir}/cmake/Waffle
 
 %changelog

++++++ waffle-1.5.2.tar.xz -> waffle-1.6.0.tar.xz ++++++
++++ 24074 lines of diff (skipped)

++++++ waffle.keyring ++++++
Binary files /var/tmp/diff_new_pack.xJ4b1W/_old and 
/var/tmp/diff_new_pack.xJ4b1W/_new differ


Reply via email to