commit grantlee5 for openSUSE:Factory
Hello community, here is the log from the commit of package grantlee5 for openSUSE:Factory checked in at 2016-05-31 12:23:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grantlee5 (Old) and /work/SRC/openSUSE:Factory/.grantlee5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "grantlee5" Changes: -------- --- /work/SRC/openSUSE:Factory/grantlee5/grantlee5.changes 2015-04-16 14:12:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.grantlee5.new/grantlee5.changes 2016-05-31 12:23:20.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Apr 19 16:00:21 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.1.0 + * Implement advanced operators for the {% if %} tag + * Use 'd' postfix for plugins built in debug mode + * Use 'd' postfix for libraries built in debug mode by Visual Studio + * Make it possible to build without QtScript and QtLinguistTools + * Bump Grantlee CMake requirement to 3.1. + * Bump Grantlee Qt requirement to 5.3. + +------------------------------------------------------------------- Old: ---- grantlee-5.0.0.tar.gz New: ---- grantlee-5.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grantlee5.spec ++++++ --- /var/tmp/diff_new_pack.hdcUtX/_old 2016-05-31 12:23:21.000000000 +0200 +++ /var/tmp/diff_new_pack.hdcUtX/_new 2016-05-31 12:23:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package grantlee5 # -# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: grantlee5 -Version: 5.0.0 +Version: 5.1.0 Release: 0 Summary: Qt string template library License: LGPL-2.1+ @@ -27,11 +27,11 @@ Source2: baselibs.conf # PATCH-FIX-UPSTREAM includes.diff -- since upstream doesn't provide a way to install to custom directory, we cheat! Patch0: includes.diff -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.1 BuildRequires: doxygen -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Script) +BuildRequires: pkgconfig(Qt5Core) >= 5.3 +BuildRequires: pkgconfig(Qt5Gui) >= 5.3 +BuildRequires: pkgconfig(Qt5Script) >= 5.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -86,14 +86,14 @@ %files %defattr(-,root,root,-) -%doc AUTHORS CHANGELOG COPYING.LIB README +%doc AUTHORS CHANGELOG COPYING* README* %{_libdir}/libGrantlee_TextDocument.so.* %{_libdir}/libGrantlee_Templates.so.* %{_libdir}/grantlee/ %files devel %defattr(-,root,root,-) -%doc AUTHORS CHANGELOG COPYING.LIB README +%doc AUTHORS CHANGELOG COPYING* README* %{_includedir}/grantlee5/ %{_libdir}/libGrantlee_TextDocument.so %{_libdir}/libGrantlee_Templates.so ++++++ grantlee-5.0.0.tar.gz -> grantlee-5.1.0.tar.gz ++++++ ++++ 45765 lines of diff (skipped) ++++++ includes.diff ++++++ --- /var/tmp/diff_new_pack.hdcUtX/_old 2016-05-31 12:23:21.000000000 +0200 +++ /var/tmp/diff_new_pack.hdcUtX/_new 2016-05-31 12:23:21.000000000 +0200 @@ -2,9 +2,9 @@ index 45f8673..7832a3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -94,7 +94,7 @@ set (LIB_SUFFIX "" CACHE STRING "Define suffix of library directory name (eg. '6 +@@ -100,7 +100,7 @@ set( LIB_INSTALL_DIR lib${LIB_SUFFIX} ) - set( PLUGIN_INSTALL_DIR lib${LIB_SUFFIX}/grantlee/${Grantlee_MAJOR_MINOR_VERSION_STRING} ) + set( PLUGIN_INSTALL_DIR ${LIB_INSTALL_DIR}/grantlee/${Grantlee5_MAJOR_MINOR_VERSION_STRING} ) set( BIN_INSTALL_DIR bin ) -set( INCLUDE_INSTALL_DIR include ) +set( INCLUDE_INSTALL_DIR include/grantlee5 ) @@ -15,7 +15,7 @@ index 789205c..be9d9a2 100644 --- a/templates/lib/CMakeLists.txt +++ b/templates/lib/CMakeLists.txt -@@ -106,7 +106,7 @@ install(TARGETS Grantlee_Templates EXPORT grantlee_targets +@@ -137,7 +137,7 @@ RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT Templates LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates @@ -28,7 +28,7 @@ index 14163db..b155171 100644 --- a/textdocument/lib/CMakeLists.txt +++ b/textdocument/lib/CMakeLists.txt -@@ -41,7 +41,7 @@ install(TARGETS Grantlee_TextDocument EXPORT grantlee_targets +@@ -58,7 +58,7 @@ RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT TextDocument LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument
participants (1)
-
root@hilbert.suse.de