commit yudit for openSUSE:Factory

2020-09-25 Thread root
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.changes2020-09-25 
16:31:26.443885397 +0200
@@ -1,0 +2,43 @@
+Fri Sep  4 20:40:18 UTC 2020 - Dirk Mueller 
+
+- 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/
 #
 
 
 %definefontdir %{_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 @@
 

commit yudit for openSUSE:Factory

2018-03-11 Thread root
Hello community,

here is the log from the commit of package yudit for openSUSE:Factory checked 
in at 2018-03-11 15:23:51

Comparing /work/SRC/openSUSE:Factory/yudit (Old)
 and  /work/SRC/openSUSE:Factory/.yudit.new (New)


Package is "yudit"

Sun Mar 11 15:23:51 2018 rev:6 rq:584495 version:2.9.6

Changes:

--- /work/SRC/openSUSE:Factory/yudit/yudit.changes  2018-03-07 
10:34:10.835554251 +0100
+++ /work/SRC/openSUSE:Factory/.yudit.new/yudit.changes 2018-03-11 
15:23:54.822094378 +0100
@@ -1,0 +2,6 @@
+Thu Mar  8 14:37:45 UTC 2018 - bwiedem...@suse.com
+
+- Add yudit-2.9.6-reproducible.patch to make build reproducible
+  (boo#1047218)
+
+---

New:

  yudit-2.9.6-reproducible.patch



Other differences:
--
++ yudit.spec ++
--- /var/tmp/diff_new_pack.U61kpv/_old  2018-03-11 15:23:55.438072280 +0100
+++ /var/tmp/diff_new_pack.U61kpv/_new  2018-03-11 15:23:55.438072280 +0100
@@ -32,6 +32,7 @@
 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
@@ -54,6 +55,7 @@
 %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

++ yudit-2.9.6-reproducible.patch ++
Date: 2017-07-20
Author: Bernhard M. Wiedemann 

Allow to override current date

to allow for reproducible package builds.

See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Index: yudit-2.9.6/mytool/Main.cpp
===
--- yudit-2.9.6.orig/mytool/Main.cpp
+++ yudit-2.9.6/mytool/Main.cpp
@@ -497,7 +497,10 @@ main (int argc, char* argv[])
   }
   else if (inputFileCount)
   {
-time_t  tim = time(0);
+time_t  tim;
+char *source_date_epoch = getenv ("SOURCE_DATE_EPOCH");
+if (source_date_epoch == NULL || (tim = (time_t)strtol (source_date_epoch, 
NULL, 10)) <= 0)
+  tim = time(0);
 struct tm* ts = localtime ();
 sprintf (shortComment, "created by mytool %04d-%02d-%02d", 
   ts->tm_year+1900, ts->tm_mon+1, ts->tm_mday);




commit yudit for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package yudit for openSUSE:Factory checked 
in at 2018-03-07 10:34:00

Comparing /work/SRC/openSUSE:Factory/yudit (Old)
 and  /work/SRC/openSUSE:Factory/.yudit.new (New)


Package is "yudit"

Wed Mar  7 10:34:00 2018 rev:5 rq:582301 version:2.9.6

Changes:

--- /work/SRC/openSUSE:Factory/yudit/yudit.changes  2017-06-15 
11:24:37.001037258 +0200
+++ /work/SRC/openSUSE:Factory/.yudit.new/yudit.changes 2018-03-07 
10:34:10.835554251 +0100
@@ -1,0 +2,7 @@
+Fri Mar  2 13:14:43 UTC 2018 - crrodrig...@opensuse.org
+
+- xorg-x11-devel --> pkgconfig(x11)
+- openmotif, libjpeg or freetype are not required, remove
+  from buildrequires
+
+---



Other differences:
--
++ yudit.spec ++
--- /var/tmp/diff_new_pack.IjCBUb/_old  2018-03-07 10:34:12.727486007 +0100
+++ /var/tmp/diff_new_pack.IjCBUb/_new  2018-03-07 10:34:12.731485863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yudit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 Version:2.9.6
 Release:0
 Summary:Unicode text editor
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Text/Editors
 Url:http://www.yudit.org/
 Source0:http://yudit.org/download/yudit-%{version}.tar.bz2
@@ -35,12 +35,8 @@
 BuildRequires:  autoconf
 BuildRequires:  dos2unix
 BuildRequires:  fontpackages-devel
-BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libjpeg-devel
-BuildRequires:  openmotif
-BuildRequires:  openmotif-devel
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
@@ -70,9 +66,7 @@
 export CFLAGS="%{optflags} -fPIE"
 export CXXFLAGS="%{optflags} -fPIE"
 export LDFLAGS="-pie"
-%configure \
-   --with-freetype-includes=%{_includedir}/freetype \
-   --with-freetype-libraries=%{_libdir}
+%configure 
 make %{?_smp_mflags}
 
 %install





commit yudit for openSUSE:Factory

2017-06-15 Thread root
Hello community,

here is the log from the commit of package yudit for openSUSE:Factory checked 
in at 2017-06-15 11:24:34

Comparing /work/SRC/openSUSE:Factory/yudit (Old)
 and  /work/SRC/openSUSE:Factory/.yudit.new (New)


Package is "yudit"

Thu Jun 15 11:24:34 2017 rev:4 rq:503477 version:2.9.6

Changes:

--- /work/SRC/openSUSE:Factory/yudit/yudit.changes  2013-07-20 
09:04:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.yudit.new/yudit.changes 2017-06-15 
11:24:37.001037258 +0200
@@ -1,0 +2,19 @@
+Tue Jun 13 21:58:30 CEST 2017 - ti...@suse.de
+
+- Replace with the original tarball
+- Reformat spec with spec-cleaner to make FACTORY happier
+- Fix package group
+
+---
+Thu Jun 08 11:45:15 CEST 2017 - zaw...@gmail.com
+
+- Update to version 2.9.6
+  + Updated to Unicode 7.0.0
+  + Printing control characters bug fixed
+  + Parallel compilation
+  + Syntax bug fixed
+  + Fixed datadir
+- Drop yudit-2.9.2.patch0.txt merged upstream
+- Removed unused yudit-2.4.8-tempfile.patch
+
+---

Old:

  yudit-2.4.8-tempfile.patch
  yudit-2.9.2.patch0.txt
  yudit-2.9.2.tar.bz2

New:

  yudit-2.9.6.tar.bz2



Other differences:
--
++ yudit.spec ++
--- /var/tmp/diff_new_pack.N8akwE/_old  2017-06-15 11:24:37.964901196 +0200
+++ /var/tmp/diff_new_pack.N8akwE/_new  2017-06-15 11:24:37.968900632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yudit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,40 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%definefontdir %{_datadir}/fonts/truetype
 Name:   yudit
-BuildRequires:  autoconf
-BuildRequires:  dos2unix
-BuildRequires:  xorg-x11-devel
-%if %suse_version > 1020
-BuildRequires:  fdupes
-%endif
-%definefontdir /usr/share/fonts/truetype
-%definexbindir /usr/bin
-BuildRequires:  freetype2-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libjpeg-devel
-BuildRequires:  openmotif
-BuildRequires:  openmotif-devel
-BuildRequires:  fontpackages-devel
-%reconfigure_fonts_prereq
-Version:2.9.2
+Version:2.9.6
 Release:0
+Summary:Unicode text editor
+License:LGPL-2.1+
+Group:  Productivity/Text/Editors
 Url:http://www.yudit.org/
-Icon: %{name}.gif
 Source0:http://yudit.org/download/yudit-%{version}.tar.bz2
 Source1:fonts.scale.yudit
-Patch0: yudit-2.4.8-tempfile.patch
+Source2:yudit.gif
 Patch1: yudit-properties.patch
 Patch2: yudit-setlocale.patch
 Patch3: print-preview.patch
 Patch7: yudit-strip.patch
 Patch9: uniprint-catch-bad_alloc-exceptions.patch
-# PATCH-FIX-UPSTREAM yudit-2.9.2.patch0.txt dims...@opensuse.org -- Fix 
segfault when hunspell is used on expanding line.
-Patch10:yudit-2.9.2.patch0.txt
+BuildRequires:  autoconf
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libjpeg-devel
+BuildRequires:  openmotif
+BuildRequires:  openmotif-devel
+BuildRequires:  xorg-x11-devel
+%if 0%{?suse_version} > 1020
+BuildRequires:  fdupes
+%endif
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Unicode text editor
-License:LGPL-2.1+
-Group:  Productivity/Editors/Other
 
 %description
 yudit is a unicode package to edit and convert text of different
@@ -56,13 +53,11 @@
 
 %prep
 %setup -q
-#%patch0 -p1
 %patch1 -p1 -b .properties
 %patch2 -p1 -b .setlocale
 %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
@@ -72,47 +67,40 @@
 rm -f config.cache
 autoconf
 export CC="g++"
-export CFLAGS="$RPM_OPT_FLAGS -fPIE"
-export CXXFLAGS="$RPM_OPT_FLAGS -fPIE"
+export CFLAGS="%{optflags} -fPIE"
+export CXXFLAGS="%{optflags} -fPIE"
 export LDFLAGS="-pie"
-./configure \
-   --prefix=%{_usr} \
-   --bindir=%{xbindir} \
-   --mandir=%{_mandir} \
-   --datadir=%{_datadir} \
+%configure \
--with-freetype-includes=%{_includedir}/freetype \
-   --with-freetype-libraries=%{_libdir} \
-   %{_target_platform}
-make
+   --with-freetype-libraries=%{_libdir}
+make 

commit yudit for openSUSE:Factory

2013-07-20 Thread h_root
Hello community,

here is the log from the commit of package yudit for openSUSE:Factory checked 
in at 2013-07-20 09:04:17

Comparing /work/SRC/openSUSE:Factory/yudit (Old)
 and  /work/SRC/openSUSE:Factory/.yudit.new (New)


Package is yudit

Changes:

New Changes file:

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ /work/SRC/openSUSE:Factory/.yudit.new/yudit.changes 2013-07-20 
09:04:19.0 +0200
@@ -0,0 +1,444 @@
+---
+Sun Nov 25 21:33:03 UTC 2012 - g...@opensuse.org
+
+- Switch to the new font macros and fix the build
+
+---
+Wed Dec 21 10:48:20 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Mon Nov  8 14:41:43 UTC 2010 - co...@novell.com
+
+- remove support for pre-9.1
+
+---
+Mon Feb 15 17:00:26 CET 2010 - dims...@opensuse.org
+
+- Update to version 2.9.2:
+  + Updated to Unicode 5.2.0
+  + Landscape printing bug fixed
+  + DOS CRLF with uniconv bug fixed
+  + Hungarian Runes (PUA) rovasiras glyph adjustments
+  + Windows port now behaves itself
+  + Minor enhancements
+- Drop bnc445708-delete-array.patch, merged upstream.
+- Add yudit-2.9.2.patch0.txt from upstream 'patch folder'.
+
+---
+Wed Dec  2 18:55:35 UTC 2009 - co...@novell.com
+
+- updated patches, fix build
+
+---
+Fri May 29 15:39:13 CEST 2009 - wer...@suse.de
+
+- Add missing patch for bnc#470998 uniprint consumes memory untilcw
+  OOM Killer steps in
+
+---
+Tue Nov 18 12:32:28 CET 2008 - mfab...@suse.de
+
+- bnc#445708: undefined C++ code: delete arrays correctly.
+- use fdupes
+- fix wrong end-of-line-encoding (dos2unix).
+
+---
+Wed Jan 02 16:14:53 CET 2008 - mfab...@suse.de
+
+- update to 2.9.0. From CHANGELOG.TXT:
+  • Added spell checking support for rovasiras (Hungarian Runes)
+
+---
+Mon Dec 17 18:23:28 CET 2007 - mfab...@suse.de
+
+- use the compiler option -fPIE instead of -fpie to make it
+  build on s390 and s390x.
+
+---
+Mon Dec 17 14:56:10 CET 2007 - mfab...@suse.de
+
+- update to 2.8.2.beta36. From CHANGELOG.TXT:
+ • Added change to SHunspellPattern.cpp so that it compiles with
+   g++ 2.96
+ • Added -ldl detection to configure.in
+ • Added dylib is loaded now for __APPLE__
+ • When printing from Editor window now prints only selected
+   text if text is selected.
+ • added canWrap to SGlyph.cpp so that STextView should use this 
+   instead of isDelimiter to decide on word wrap.
+ • More information on printing from Yudit.
+ • Windows ghostgun directory change in wuditw.properties
+ • changed yudit.editor.syntax.error.foreground to red
+ • Translation progres in history/translations.txt
+ • Changed Highlighting(__H__) to __H__igghligting in all po files.
+ • Display current highlighting mode in tooltip instead of
+   main window.
+ • Fixed redrwawing problems with small descent font.
+ • Keyboard shortcut pastes syntax command in the command area
+   instead of bringing up the dialog now.
+ • ERROR and NONE now preserves default foreground color of
+   original text. ERROR underlines it with the error foreground.
+ • Fixed syntax none
+ • Translation progres in history/translations.txt
+ • Fixed generating too many glyphs problem when printing with 
+   bitmap fonts in direct mode. 
+ • Current geometry is now saved in config file, if changed
+ • Made syntax selection dialog box.
+ • Reporting errors when files are missing in syntax selection
+   box.
+
+---
+Sat Dec 08 13:03:48 CET 2007 - mfab...@suse.de
+
+- update to 2.8.2.beta26. 
+  (fixes a problem in the Form Feed support).
+
+---
+Fri Dec 07 17:13:46 CET 2007 - mfab...@suse.de
+
+- update to 2.8.2.beta25.
+  Fixes remaining issue in bug #343820 (Form Feed support)
+  From CHANGELOG.TXT:
+  • Commented out forceful gaining of focus in SX11Impl.cpp
+ because this could cause an infinite loop when the window
+ is mapped and none of FocusIn even occures and none of
+ the windows are ours.
+  •  Increased stoolkit/syntax/SSyntax.h:
+   #define SD_UNIT_WORK_COUNT 200
+  • Line Separator can be inserted with altenter
+(it will be orange now)
+  • Form Feed can be inserted with 

commit yudit for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package yudit for openSUSE:Factory checked 
in at 2011-12-25 17:43:20

Comparing /work/SRC/openSUSE:Factory/yudit (Old)
 and  /work/SRC/openSUSE:Factory/.yudit.new (New)


Package is yudit, Maintainer is dli...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yudit/yudit.changes  2011-09-23 
12:53:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.yudit.new/yudit.changes 2011-12-25 
17:43:36.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:48:20 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yudit.spec ++
--- /var/tmp/diff_new_pack.tnFz3h/_old  2011-12-25 17:43:37.0 +0100
+++ /var/tmp/diff_new_pack.tnFz3h/_new  2011-12-25 17:43:37.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yudit (Version 2.9.2)
+# spec file for package yudit
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   yudit
-BuildRequires:  dos2unix xorg-x11-devel
+BuildRequires:  autoconf
+BuildRequires:  dos2unix
+BuildRequires:  xorg-x11-devel
 %if %suse_version  1020
 BuildRequires:  fdupes
 %endif
 %definefontdir /usr/share/fonts/truetype
 %definexbindir /usr/bin
-BuildRequires:  freetype2-devel gcc-c++ libjpeg-devel openmotif openmotif-devel
-License:LGPL-2.1+
-Group:  Productivity/Editors/Other
-AutoReqProv:on
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libjpeg-devel
+BuildRequires:  openmotif
+BuildRequires:  openmotif-devel
 PreReq: %suseconfig_fonts_prereq
 Version:2.9.2
-Release:6
+Release:0
 Url:http://www.yudit.org/
 Icon: %{name}.gif
 Source0:http://yudit.org/download/yudit-%{version}.tar.bz2
@@ -46,6 +46,8 @@
 Patch10:yudit-2.9.2.patch0.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Unicode text editor
+License:LGPL-2.1+
+Group:  Productivity/Editors/Other
 
 %description
 yudit is a unicode package to edit and convert text of different


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org