Hello community,

here is the log from the commit of package graphite2 for openSUSE:Factory 
checked in at 2020-08-15 21:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphite2 (Old)
 and      /work/SRC/openSUSE:Factory/.graphite2.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphite2"

Sat Aug 15 21:17:52 2020 rev:28 rq:826185 version:1.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes      2019-12-23 
22:42:46.213958953 +0100
+++ /work/SRC/openSUSE:Factory/.graphite2.new.3399/graphite2.changes    
2020-08-15 21:18:02.811543425 +0200
@@ -1,0 +2,25 @@
+Wed Aug 12 09:16:40 UTC 2020 - Matthias Eliasson <eli...@opensuse.org>
+
+- Update to 1.3.14:
+  * Bug fixes
+  * Allow features to be hidden (for aliases)
+  * Move to python3
+  * Rename doc files from .txt to .asc
+- Run spec-cleaner
+  * Remove rpm groups
+  * Use make macros
+  * Use license macro
+- Refresh patches:
+  * link-gcc-shared.diff
+  * graphite2-1.2.0-cmakepath.patch
+
+-------------------------------------------------------------------
+Wed Aug 12 09:15:09 UTC 2020 - Matthias Eliasson <eli...@opensuse.org>
+
+- Update to 1.3.13:
+  * Resolve minor spacing issue in rtl non-overlap kerning
+  * python3 for graphite.py
+  * Better fuzzing
+  * Better building on windows
+
+-------------------------------------------------------------------

Old:
----
  graphite2-1.3.12.tar.gz

New:
----
  graphite2-1.3.14.tar.gz

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

Other differences:
------------------
++++++ graphite2.spec ++++++
--- /var/tmp/diff_new_pack.29KxnU/_old  2020-08-15 21:18:03.603543877 +0200
+++ /var/tmp/diff_new_pack.29KxnU/_new  2020-08-15 21:18:03.603543877 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package graphite2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
 
 %define libname libgraphite2-3
 Name:           graphite2
-Version:        1.3.12
+Version:        1.3.14
 Release:        0
 Summary:        Font rendering capabilities for complex non-Roman writing 
systems
 License:        LGPL-2.1-or-later OR MPL-2.0+
-Group:          Productivity/Publishing/Word
-Url:            http://graphite.sil.org/
+URL:            http://graphite.sil.org/
 Source0:        
https://github.com/silnrsi/graphite/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 Patch0:         graphite2-1.2.0-cmakepath.patch
@@ -32,11 +31,11 @@
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
-# libglib-2_0-0 pulls in shared-mime-info for mime detection in gvfs
-#!BuildIgnore:  shared-mime-info
 BuildRequires:  glib2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
+# libglib-2_0-0 pulls in shared-mime-info for mime detection in gvfs
+#!BuildIgnore:  shared-mime-info
 
 %description
 Graphite2 is a project within SIL's Non-Roman Script Initiative and Language
@@ -48,7 +47,6 @@
 
 %package -n %{libname}
 Summary:        Text categorization library
-Group:          System/Libraries
 
 %description -n %{libname}
 Graphite2 is a project within SIL's Non-Roman Script Initiative and Language
@@ -60,7 +58,6 @@
 
 %package devel
 Summary:        Files for Developing with %{name}
-Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Requires:       glibc-devel
 
@@ -75,9 +72,7 @@
 This package contains the %{name} development files.
 
 %prep
-%setup -q -n graphite-%{version}
-%patch0 -p1
-%patch2 -p1
+%autosetup -p1 -n graphite-%{version}
 
 # Make sure to use python3 everywhere
 find tests -type f -exec sed -i "s|python|python3|g" {} +
@@ -92,7 +87,7 @@
 find . -type f \
        -exec sed -i -e 's/\-O3//g' {} \;
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %cmake_install
@@ -108,7 +103,7 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%doc LICENSE COPYING
+%license LICENSE COPYING
 %{_bindir}/gr2fonttest
 
 %files -n %{libname}

++++++ graphite2-1.2.0-cmakepath.patch ++++++
--- /var/tmp/diff_new_pack.29KxnU/_old  2020-08-15 21:18:03.639543899 +0200
+++ /var/tmp/diff_new_pack.29KxnU/_new  2020-08-15 21:18:03.639543899 +0200
@@ -1,8 +1,7 @@
-Index: graphite-1.3.10/src/CMakeLists.txt
-===================================================================
---- graphite-1.3.10.orig/src/CMakeLists.txt
-+++ graphite-1.3.10/src/CMakeLists.txt
-@@ -155,4 +155,4 @@ endif (${CMAKE_SYSTEM_NAME} STREQUAL "Wi
+diff -Naur graphite-1.3.14.orig/src/CMakeLists.txt 
graphite-1.3.14/src/CMakeLists.txt
+--- graphite-1.3.14.orig/src/CMakeLists.txt    2020-08-10 10:08:58.963417496 
+0200
++++ graphite-1.3.14/src/CMakeLists.txt 2020-08-10 10:13:14.909357757 +0200
+@@ -156,4 +156,4 @@
  
  
  install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION 
lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} PUBLIC_HEADER DESTINATION 
include/graphite2 RUNTIME DESTINATION bin)

++++++ graphite2-1.3.12.tar.gz -> graphite2-1.3.14.tar.gz ++++++
/work/SRC/openSUSE:Factory/graphite2/graphite2-1.3.12.tar.gz 
/work/SRC/openSUSE:Factory/.graphite2.new.3399/graphite2-1.3.14.tar.gz differ: 
char 13, line 1

++++++ link-gcc-shared.diff ++++++
--- /var/tmp/diff_new_pack.29KxnU/_old  2020-08-15 21:18:03.671543917 +0200
+++ /var/tmp/diff_new_pack.29KxnU/_new  2020-08-15 21:18:03.671543917 +0200
@@ -1,13 +1,12 @@
-Index: graphite-1.3.12/src/CMakeLists.txt
-===================================================================
---- graphite-1.3.12.orig/src/CMakeLists.txt    2018-10-25 10:06:19.438425490 
+0200
-+++ graphite-1.3.12/src/CMakeLists.txt 2018-10-25 10:07:57.506879853 +0200
-@@ -123,7 +123,7 @@ if  (${CMAKE_SYSTEM_NAME} STREQUAL "Linu
+diff -Naur graphite-1.3.14.orig/src/CMakeLists.txt 
graphite-1.3.14/src/CMakeLists.txt
+--- graphite-1.3.14.orig/src/CMakeLists.txt    2020-08-10 10:08:58.963417496 
+0200
++++ graphite-1.3.14/src/CMakeLists.txt 2020-08-10 10:16:19.239886692 +0200
+@@ -123,7 +123,7 @@
          if (GRAPHITE2_SANITIZERS)
              target_link_libraries(graphite2 c gcc_s)
          else ()
 -            target_link_libraries(graphite2 c gcc)
 +            target_link_libraries(graphite2 c gcc_s)
          endif ()
-     endif (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
+     endif()
      include(Graphite)


Reply via email to