Hello community,

here is the log from the commit of package yudit for openSUSE:Factory checked 
in at 2020-09-25 16:31:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yudit (Old)
 and      /work/SRC/openSUSE:Factory/.yudit.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yudit"

Fri Sep 25 16:31:18 2020 rev:7 rq:832471 version:3.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/yudit/yudit.changes      2018-03-11 
15:23:54.822094378 +0100
+++ /work/SRC/openSUSE:Factory/.yudit.new.4249/yudit.changes    2020-09-25 
16:31:26.443885397 +0200
@@ -1,0 +2,43 @@
+Fri Sep  4 20:40:18 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 3.0.7:
+   - Added support to OpenType CFF fonts (CFF2 remains unsupported).
+   - Added one more color for So (Other Symbol) to differencite Emojis.
+   - Added mouoswewheel support for Windows version.
+   - Cleaning up default yudit.properties.
+   - Added Emoji.mys keymap.
+   - Added "emoji" encoding tag to otf/ttf fonts.
+   - Fallback rendering engine was enhanced to handle
+     multiple newpath - stroke,fill paths.
+   - Re-created Yudit icons to use vector graphics.
+   - Fixed memory leak is macos font rendering.
+   - Fixed preview where preview command returns immediately.
+   - Fixed SFontTTF to render properly glyphs containing only curves,
+     and glyphs that start with a curve.
+   - Applied yudit-3.0.1.patch1.txt, yudit-3.0.1.patch2.txt
+   - Glyph info became shorter for SMP.
+   - Added all legacy ligatures to OldHungarian_Full.ttf and OldHungarian.mys
+   - Targeting up for Yudit-3.0.2
+   - Changed to have OldHungarian_Full.ttf ligatures in logical order.
+   - Added new OldHungarian_Full.ttf
+   - Added source OldHungarian_Full.sfd
+   - Modified the OldHungarian.mys to be compatible with Hungarian.kmap
+   - Fixed SEditor break and return in case statements.
+   - Finished basic support of Macintosh native keyboard
+     under Kinput (aka kinput2) Yudit keyboard.
+   - Updated for Unicode 13.0.0
+   - Added Old Hungarian sample to TestPage.
+   - Added OldHungarian_Full.ttf temporarily from
+     https://github.com/OldHungarian/old-hungarian-font/
+   - FIXED window::wait in x11 and win32
+   - Finished basic support for Darwin using Cocoa and objective C.
+     The Japanese input and a proper installed for MAC is pending.
+   - Fixed stoolkit/SIOStream:SWriter::write to return false on errorFlag.
+   - Added >> » and << « to Hungarian.kmap. 
+   - Fixed Double click and increased timeout to 900msec in STextEdit.cpp
+   - working on sosx package, window comes up on mac.
+     still some redrawing problems, no clipping, speed optimization needed.
+         mouse events are still not working on mac.
+- remove yudit-2.9.6-reproducible.patch: upstream
+
+-------------------------------------------------------------------

Old:
----
  yudit-2.9.6-reproducible.patch
  yudit-2.9.6.tar.bz2

New:
----
  yudit-3.0.7.tar.bz2

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

Other differences:
------------------
++++++ yudit.spec ++++++
--- /var/tmp/diff_new_pack.dJeHBJ/_old  2020-09-25 16:31:27.187886057 +0200
+++ /var/tmp/diff_new_pack.dJeHBJ/_new  2020-09-25 16:31:27.191886061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yudit
 #
-# 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define        fontdir     %{_datadir}/fonts/truetype
 Name:           yudit
-Version:        2.9.6
+Version:        3.0.7
 Release:        0
 Summary:        Unicode text editor
 License:        LGPL-2.1-or-later
 Group:          Productivity/Text/Editors
-Url:            http://www.yudit.org/
+URL:            https://www.yudit.org/
 Source0:        http://yudit.org/download/yudit-%{version}.tar.bz2
 Source1:        fonts.scale.yudit
 Source2:        yudit.gif
@@ -32,17 +32,16 @@
 Patch3:         print-preview.patch
 Patch7:         yudit-strip.patch
 Patch9:         uniprint-catch-bad_alloc-exceptions.patch
-Patch10:        yudit-2.9.6-reproducible.patch
 BuildRequires:  autoconf
 BuildRequires:  dos2unix
 BuildRequires:  fontpackages-devel
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
+%reconfigure_fonts_prereq
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
-%reconfigure_fonts_prereq
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 yudit is a unicode package to edit and convert text of different
@@ -55,7 +54,6 @@
 %patch3 -p1 -b .print-preview
 %patch7
 %patch9 -p1 -b .catch-bad_alloc-exceptions
-%patch10 -p1
 for i in doc/HOWTO-baybayin.txt COPYING.TXT README.TXT 
doc/HOWTO-devanagari.txt doc/bidi/yudit.css doc/HOWTO-syntax.txt 
doc/notinstalled/cl.help
 do
     dos2unix $i
@@ -69,7 +67,7 @@
 export CXXFLAGS="%{optflags} -fPIE"
 export LDFLAGS="-pie"
 %configure 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -84,13 +82,12 @@
 cp -a C* FAQ* READM* TOD*  *BUG* %{buildroot}/%{_defaultdocdir}/%{name}
 cp -a doc %{buildroot}/%{_defaultdocdir}/%{name}
 %if 0%{?suse_version} > 1020
-%fdupes %{buildroot}%{_prefix}/share
+%fdupes %{buildroot}%{_datadir}
 %endif
 
 %reconfigure_fonts_scriptlets
 
 %files
-%defattr(-,root,root)
 %doc %{_defaultdocdir}/%{name}
 %config %{_datadir}/pixmaps/yudit.png
 %{_bindir}/*

++++++ yudit-2.9.6.tar.bz2 -> yudit-3.0.7.tar.bz2 ++++++
++++ 60048 lines of diff (skipped)



Reply via email to