Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-05-30 09:56:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and      /work/SRC/openSUSE:Factory/.highlight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlight"

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2016-05-08 
10:45:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-05-30 
09:57:08.000000000 +0200
@@ -1,0 +2,12 @@
+Tue May 24 18:59:48 UTC 2016 - antoine.belv...@laposte.net
+
+- Update to 3.29:
+  * Add Ansible Yaml definition (thanks to Raphael Droz)
+  * Add Chapel definition (thanks to Lydia Duncan)
+  * Fix gcc 6 warnings about deprecated auto_ptr usage
+  * GUI: fix style file output if "write to source directory"
+    option is checked (thanks to Jim Pattee)
+- Remove highlight-3.25-use_optflags.patch
+- Add highlight-3.29-use_optflags.patch (rebased)
+
+-------------------------------------------------------------------

Old:
----
  highlight-3.25-use_optflags.patch
  highlight-3.28.tar.bz2

New:
----
  highlight-3.29-use_optflags.patch
  highlight-3.29.tar.bz2

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

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.Qy9d4H/_old  2016-05-30 09:57:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Qy9d4H/_new  2016-05-30 09:57:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:           highlight
-Version:        3.28
+Version:        3.29
 Release:        0
 Summary:        Universal Source Code to Formatted Text Converter
 License:        GPL-3.0+
@@ -26,8 +26,8 @@
 Source0:        http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE highlight-2.10-makefile_suse.patch
 Patch0:         highlight-2.10-makefile_suse.patch
-# PATCH-FIX-OPENSUSE highlight-3.25-use_optflags.patch
-Patch1:         highlight-3.25-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.29-use_optflags.patch
+Patch1:         highlight-3.29-use_optflags.patch
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel

++++++ highlight-3.25-use_optflags.patch -> highlight-3.29-use_optflags.patch 
++++++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.25-use_optflags.patch      
2016-05-08 10:45:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.29-use_optflags.patch 
2016-05-30 09:57:06.000000000 +0200
@@ -1,17 +1,17 @@
-diff -up highlight-3.22/src/makefile.orig highlight-3.22/src/makefile
+diff -up highlight-3.29/src/makefile.orig highlight-3.29/src/makefile
 --- src/makefile.orig  2015-05-26 21:29:17.980518646 +0200
 +++ src/makefile       2015-05-26 21:33:46.229507365 +0200
-@@ -17,7 +17,8 @@ CXX=c++
- # Added -qt4 because of Arch Linux Qt5 migration
+@@ -18,7 +18,8 @@ CXX=c++
  QMAKE=qmake-qt5
  
--CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG
+ # Added -std=c++11 because of auto_ptr to unique_ptr transition
+-CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
 +OPTFLAGS=-O2
-+CFLAGS:=-Wall -DNDEBUG $(OPTFLAGS)
++CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
  #CFLAGS:=-ggdb ${CFLAGS}
  
  CFLAGS_DILU=-fno-strict-aliasing
-@@ -108,7 +109,7 @@ gui-qt: highlight-gui
+@@ -113,7 +114,7 @@ gui-qt: highlight-gui
  
  highlight-gui: libhighlight.a ${GUI_OBJECTS}
        cd gui-qt && \

++++++ highlight-3.28.tar.bz2 -> highlight-3.29.tar.bz2 ++++++
++++ 30335 lines of diff (skipped)


Reply via email to