Hello community, here is the log from the commit of package graphite2 for openSUSE:Factory checked in at 2015-08-10 09:15:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/graphite2 (Old) and /work/SRC/openSUSE:Factory/.graphite2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "graphite2" Changes: -------- --- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes 2015-05-20 23:39:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2015-08-10 09:15:16.000000000 +0200 @@ -1,0 +2,12 @@ +Fri Aug 7 08:24:54 UTC 2015 - [email protected] + +- Version bump to 1.3.0: + * Various tweaks for the arabic fonts +- Added patches: + * graphite-nonvoid-return.patch + * graphite2-1.2.0-cmakepath.patch +- Removed patches: + * no-specific-nunit-version.diff + * soname.diff + +------------------------------------------------------------------- Old: ---- graphite2-1.2.4.tgz no-specific-nunit-version.diff soname.diff New: ---- graphite-nonvoid-return.patch graphite2-1.2.0-cmakepath.patch graphite2-1.3.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ graphite2.spec ++++++ --- /var/tmp/diff_new_pack.Yd1b74/_old 2015-08-10 09:15:17.000000000 +0200 +++ /var/tmp/diff_new_pack.Yd1b74/_new 2015-08-10 09:15:17.000000000 +0200 @@ -18,7 +18,7 @@ %define libname libgraphite2-3 Name: graphite2 -Version: 1.2.4 +Version: 1.3.0 Release: 0 Summary: Font rendering capabilities for complex non-Roman writing systems License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1 @@ -26,12 +26,14 @@ Url: http://sourceforge.net/projects/silgraphite/ Source0: http://downloads.sourceforge.net/silgraphite/graphite2-%{version}.tgz Source1: baselibs.conf -Patch0: no-specific-nunit-version.diff -Patch1: soname.diff +Patch0: graphite2-1.2.0-cmakepath.patch +Patch1: graphite-nonvoid-return.patch Patch2: link-gcc-shared.diff BuildRequires: asciidoc BuildRequires: cmake BuildRequires: fontconfig-devel +# Required for tests +BuildRequires: fonttools BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: glib2-devel @@ -98,7 +100,7 @@ %check cd build -ctest --extra-verbose --output-on-failure +ctest --output-on-failure %post -n %{libname} -p /sbin/ldconfig @@ -118,6 +120,6 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}*.pc %{_includedir}/%{name}* -%{_datadir}/%{name}* +%{_libdir}/%{name}* %changelog ++++++ graphite-nonvoid-return.patch ++++++ Index: graphite2-1.3.0/tests/bittwiddling/bits.cpp =================================================================== --- graphite2-1.3.0.orig/tests/bittwiddling/bits.cpp +++ graphite2-1.3.0/tests/bittwiddling/bits.cpp @@ -81,6 +81,7 @@ namespace { if (!std::numeric_limits<T>::is_signed) o.put('u'); o << "int" << std::dec << sizeof(T)*8; + return 0; } template<typename T> ++++++ graphite2-1.2.0-cmakepath.patch ++++++ diff -urN graphite2-1.2.0.orig/src/CMakeLists.txt graphite2-1.2.0/src/CMakeLists.txt --- graphite2-1.2.0.orig/src/CMakeLists.txt 2013-01-29 15:47:32.465841769 +0530 +++ graphite2-1.2.0/src/CMakeLists.txt 2013-01-29 15:48:24.056843352 +0530 @@ -136,4 +136,4 @@ install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} PUBLIC_HEADER DESTINATION include/graphite2 RUNTIME DESTINATION bin) -install(EXPORT graphite2 DESTINATION share/graphite2 NAMESPACE gr2_) +install(EXPORT graphite2 DESTINATION lib${LIB_SUFFIX}/graphite2 NAMESPACE gr2_) ++++++ graphite2-1.2.4.tgz -> graphite2-1.3.0.tgz ++++++ /work/SRC/openSUSE:Factory/graphite2/graphite2-1.2.4.tgz /work/SRC/openSUSE:Factory/.graphite2.new/graphite2-1.3.0.tgz differ: char 5, line 1
