Hello community,

here is the log from the commit of package plee-the-bear for openSUSE:Factory 
checked in at 2017-06-21 13:54:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plee-the-bear (Old)
 and      /work/SRC/openSUSE:Factory/.plee-the-bear.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plee-the-bear"

Wed Jun 21 13:54:10 2017 rev:2 rq:504520 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plee-the-bear/plee-the-bear.changes      
2017-02-19 01:01:07.726767075 +0100
+++ /work/SRC/openSUSE:Factory/.plee-the-bear.new/plee-the-bear.changes 
2017-06-21 13:54:11.800718140 +0200
@@ -1,0 +2,5 @@
+Sun Jun 18 17:52:09 UTC 2017 - [email protected]
+
+- Added ptb-sequencer-gcc6.patch from Fedora.
+
+-------------------------------------------------------------------

New:
----
  ptb-sequencer-gcc6.patch

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

Other differences:
------------------
++++++ plee-the-bear.spec ++++++
--- /var/tmp/diff_new_pack.8fflnQ/_old  2017-06-21 13:54:14.072397699 +0200
+++ /var/tmp/diff_new_pack.8fflnQ/_new  2017-06-21 13:54:14.072397699 +0200
@@ -24,6 +24,8 @@
 Group:          Amusements/Games/Other
 Url:            http://www.stuff-o-matic.com/ptb/
 Source:         
http://www.stuff-o-matic.com/plee-the-bear/download/file.php?platform=source#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM to be built via gcc6+.
+Patch0:         ptb-sequencer-gcc6.patch
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -61,6 +63,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-light
+%patch0
 
 %build
 %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \

++++++ ptb-sequencer-gcc6.patch ++++++
--- plee-the-bear/lib/src/ptb/item/mini-game/code/sequencer.cpp.orig    
2016-12-23 14:14:50.295722532 +0100
+++ plee-the-bear/lib/src/ptb/item/mini-game/code/sequencer.cpp 2016-12-23 
14:15:59.680725994 +0100
@@ -600,7 +600,7 @@
         if ( line[0] != '#' )
           {
             std::istringstream iss(line);
-            result = ( iss >> t.duration >> t.width );
+            result = bool( iss >> t.duration >> t.width );
           }
 
       ++n;

Reply via email to