2007-01-16 00:09:11 +01:00
|
|
|
#
|
2007-08-17 18:46:49 +02:00
|
|
|
# spec file for package dia (Version 0.96.1)
|
2007-01-16 00:09:11 +01:00
|
|
|
#
|
2008-02-29 22:39:25 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:09:11 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-29 22:39:25 +01:00
|
|
|
|
2007-01-16 00:09:11 +01:00
|
|
|
Name: dia
|
2007-08-17 18:46:49 +02:00
|
|
|
BuildRequires: docbook-toys docbook-xsl-stylesheets fdupes gcc-c++ intltool libgnomeprint-devel libgnomeui-devel libxslt-devel python-devel python-gtk-devel scrollkeeper sgml-skel update-desktop-files
|
2007-07-28 16:09:44 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-16 00:09:11 +01:00
|
|
|
Group: Productivity/Graphics/Other
|
|
|
|
Requires: ghostscript-fonts-std python-gtk python-numeric
|
2007-07-28 16:09:44 +02:00
|
|
|
# Ugh. I guess there should be a -devel subpackage split out
|
|
|
|
# Warning: Missing "Requires: libpng-devel" in dependency chain (/usr/lib/dia/libdia.la from dia requires /usr/lib/libpng.la).
|
|
|
|
# Warning: Missing "Requires: glibc-devel" in dependency chain (/usr/lib/dia/libdia.la from dia requires /usr/lib/libm.so).
|
|
|
|
# Warning: Missing "Requires: zlib-devel" in dependency chain (/usr/lib/dia/libdia.la from dia requires /usr/lib/libz.so).
|
|
|
|
# Requires: glibc-devel libpng-devel zlib-devel
|
2007-11-02 01:09:36 +01:00
|
|
|
AutoReqProv: on
|
2007-01-16 00:09:11 +01:00
|
|
|
Summary: A Diagram Creation Program
|
2007-08-17 18:46:49 +02:00
|
|
|
Version: 0.96.1
|
2008-02-29 22:39:25 +01:00
|
|
|
Release: 84
|
2007-01-23 01:13:58 +01:00
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.bz2
|
2007-01-16 00:09:11 +01:00
|
|
|
Source1: font-test-japanese.dia
|
|
|
|
Source2: font-test-czech.dia
|
|
|
|
Source3: font-test-german-euro.dia
|
2008-02-29 22:39:25 +01:00
|
|
|
# PATCH-FIX-OPENSUSE dia-0.92.2-callbrowser.patch
|
|
|
|
Patch: %name-0.92.2-callbrowser.patch
|
|
|
|
# PATCH-FIX-OPENSUSE dia-0.92.2-no-strict-aliasing.patch
|
|
|
|
Patch3: dia-0.92.2-no-strict-aliasing.patch
|
|
|
|
# PATCH-FIX-OPENSUSE dia-create-user-files.patch
|
|
|
|
Patch5: dia-create-user-files.patch
|
|
|
|
# PATCH-FIX-OPENSUSE dia-group-props-size.patch
|
2007-01-16 00:09:11 +01:00
|
|
|
Patch8: dia-group-props-size.patch
|
2008-02-29 22:39:25 +01:00
|
|
|
# PATCH-FIX-UPSTREAM dia-64bit-clean.patch bgo519529
|
2007-01-16 00:09:11 +01:00
|
|
|
Patch13: dia-64bit-clean.patch
|
2008-02-29 22:39:25 +01:00
|
|
|
# PATCH-FIX-OPENSUSE dia-python-acinclude.patch
|
2007-08-17 18:46:49 +02:00
|
|
|
Patch14: dia-python-acinclude.patch
|
2007-11-02 01:09:36 +01:00
|
|
|
# PATCH-FIX-OPENSUSE dia-help.patch bnc157798
|
|
|
|
Patch15: dia-help.patch
|
|
|
|
# PATCH-FIX-UPSTREAM dia-0.96-pre3-docs.patch bgo404535
|
|
|
|
Patch16: dia-0.96-pre3-docs.patch
|
|
|
|
Url: http://live.gnome.org/Dia
|
2007-01-16 00:09:11 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-08-10 01:06:25 +02:00
|
|
|
%if %suse_version > 1020
|
|
|
|
Requires: %{name}-lang = %{version}
|
|
|
|
%endif
|
2007-01-16 00:09:11 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Dia is designed to be much like the commercial program 'Visio.' It can
|
|
|
|
be used to draw many different kinds of diagrams. It has special
|
|
|
|
objects to help draw entity relationship diagrams, UML diagrams, SADT,
|
|
|
|
flowcharts, network diagrams, and simple circuits. It is possible to
|
|
|
|
add support for new shapes by writing simple XML files, and using a
|
|
|
|
subset of SVG to draw the shape.
|
|
|
|
|
|
|
|
Dia can load and save diagrams to a custom XML format (gzipped by
|
|
|
|
default to save space), can export diagrams to EPS, PNG, CGM, or SVG
|
|
|
|
formats, and can print diagrams (including ones that span multiple
|
|
|
|
pages).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
James Henstridge <james@daa.com.au>
|
|
|
|
Alexander Larsson <alla@lysator.liu.se>
|
|
|
|
|
2007-08-10 01:06:25 +02:00
|
|
|
%lang_package
|
2007-01-16 00:09:11 +01:00
|
|
|
%prep
|
2007-01-23 01:13:58 +01:00
|
|
|
%setup -q
|
2007-01-16 00:09:11 +01:00
|
|
|
%patch -p1
|
|
|
|
%patch3
|
|
|
|
%patch5 -p1
|
|
|
|
%patch8
|
|
|
|
%patch13
|
|
|
|
%patch14
|
2007-11-02 01:09:36 +01:00
|
|
|
%patch15 -p1
|
|
|
|
%patch16 -p1
|
2007-01-16 00:09:11 +01:00
|
|
|
# Work around gettext bug #186174
|
|
|
|
LANG=en_US.UTF-8 msgconv po/ko.po -o po/ko.po.new
|
|
|
|
mv po/ko.po.new po/ko.po
|
|
|
|
cp $RPM_SOURCE_DIR/font-test*dia .
|
|
|
|
|
|
|
|
%build
|
2007-01-23 01:13:58 +01:00
|
|
|
autoreconf -f -i
|
|
|
|
%configure\
|
|
|
|
--enable-db2html\
|
|
|
|
--enable-gnome\
|
|
|
|
--with-python\
|
|
|
|
--with-cairo\
|
|
|
|
--with-gnomeprint
|
2007-11-02 01:09:36 +01:00
|
|
|
make %{?jobs:-j%jobs}
|
2007-01-16 00:09:11 +01:00
|
|
|
|
|
|
|
%install
|
2007-11-02 01:09:36 +01:00
|
|
|
%makeinstall
|
2007-08-17 18:46:49 +02:00
|
|
|
%suse_update_desktop_file -r -N Dia -C "" -G "Diagram Editor" dia Office FlowChart GNOME
|
2007-08-10 01:06:25 +02:00
|
|
|
%find_lang %{name}
|
2007-01-23 01:13:58 +01:00
|
|
|
# No need for mime-info-to-mime, application/x-dia-diagram is defined in freedesktop.org.xml
|
|
|
|
rm -r $RPM_BUILD_ROOT%{_datadir}/mime-info
|
2007-07-28 16:09:44 +02:00
|
|
|
%if %suse_version > 1020
|
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
|
|
|
%endif
|
2007-01-16 00:09:11 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-08-10 01:06:25 +02:00
|
|
|
%files
|
2007-01-16 00:09:11 +01:00
|
|
|
%defattr(-,root,root)
|
2007-01-23 01:13:58 +01:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/dia
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/dia
|
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
%doc %{_mandir}/man1/*.*
|
2007-11-02 01:09:36 +01:00
|
|
|
%doc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO samples/*.dia font-test*dia
|
2007-01-16 00:09:11 +01:00
|
|
|
|
2007-08-10 01:06:25 +02:00
|
|
|
%files lang -f %{name}.lang
|
2007-11-02 01:09:36 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/gnome/help/dia/*
|
2008-02-29 22:39:25 +01:00
|
|
|
|
2007-07-28 16:09:44 +02:00
|
|
|
%changelog
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Feb 29 2008 rodrigo@suse.de
|
|
|
|
- Upstream, tag and rename (where appropriate) patches
|
|
|
|
* Thu Nov 01 2007 btimothy@suse.de
|
2007-11-02 01:09:36 +01:00
|
|
|
- Force xmldocs.make and doc/Makefile.am to use GNOME
|
|
|
|
configuration for help files (BNC #157798).
|
|
|
|
- Fix en language help file XML parsing (BGO #404535).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Aug 16 2007 jpr@suse.de
|
2007-08-17 18:46:49 +02:00
|
|
|
- Update to 0.96.1
|
|
|
|
* Empty initial lines in shapes crashes Dia (BGO #421250).
|
|
|
|
* several Python fixes, including a Doxygen import filter.
|
|
|
|
* Text-line rendering in SVG export.
|
|
|
|
* Keyboard shortcuts for tools now use shift-alt.
|
|
|
|
* Improvement in autogaps for some objects.
|
|
|
|
* .desktop file now has current version.
|
|
|
|
* Change in zoom levels in menus.
|
|
|
|
* Check that windows are within bounds before opening.
|
|
|
|
* Various compilation-time improvements.
|
|
|
|
* UML class improvements on comment and wrapped underlined names.
|
|
|
|
* Text rendering is now based on the TextLine objects
|
|
|
|
* Visio VXD files can now be imported and exported
|
|
|
|
* Renderer API change: Added function draw_text_line.
|
|
|
|
* Object API change: can_parent replaced by flags field.
|
|
|
|
* Dia menus now based on GtkAction framework.
|
|
|
|
* A number of new keyboard shortcuts.
|
|
|
|
* Layer visibility is now undoable.
|
|
|
|
* New sheets for Business Process Modelling
|
|
|
|
* The initial diagram will now be filled with opened diagram if
|
|
|
|
unchanged, like Gnumeric.
|
|
|
|
* Pasted objects now no longer land on top of each other.
|
|
|
|
* Fix of bug BGO #339562 (page margins restriction), BGO #338336
|
|
|
|
("query" in umloperation_offsets), and BGO #334771 (ungroup
|
|
|
|
crashes)
|
|
|
|
- Improved SVG export (#283773)
|
|
|
|
- Remove upstreamed patches
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Aug 09 2007 maw@suse.de
|
2007-08-10 01:06:25 +02:00
|
|
|
- Fix the -lang subpackage.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Aug 07 2007 mauro@suse.de
|
2007-08-10 01:06:25 +02:00
|
|
|
- Split out a -lang subpackage
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Jul 27 2007 maw@suse.de
|
2007-07-28 16:09:44 +02:00
|
|
|
- Add %%fdupes stuff
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Jan 22 2007 sbrabec@suse.cz
|
2007-01-23 01:13:58 +01:00
|
|
|
- Prefix changed to /usr.
|
|
|
|
- Spec file cleanup.
|
|
|
|
- Enabled GNOME print support.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Nov 14 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Re-enabled use of gnome-patch-translation.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sun Nov 12 2006 stbinner@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- don't duplicate GenericName content within Name in .desktop file
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Nov 03 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed python 2.5 related crash (#217495, backport Andreas Hanke).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Oct 13 2006 danw@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Remove dead patches
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sat Sep 30 2006 aj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Cleanup BuildRequires.
|
|
|
|
- Build C++ with RPM_OPT_FLAGS.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Sep 29 2006 jhargadon@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to version 0.95
|
|
|
|
- Update of Gane/Sarson sheets
|
|
|
|
- Fix of configure check for xgettext
|
|
|
|
- Fix of font placement in xfig import
|
|
|
|
- Three security holes in the XFig importer fixed after review
|
|
|
|
- Made children of objects not be magnetic to their parents.
|
|
|
|
- new or improved plugins written in Python
|
|
|
|
- many bug fixes
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Aug 16 2006 cthiel@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- buildrequire python-gtk-devel instead of python-gtk
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Aug 11 2006 cthiel@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- remove dia-0.94-pygtk-hack.patch, since python-gtk has been fixed in the
|
|
|
|
meanwhile
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sun Aug 06 2006 cthiel@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fixed build by adding dia-0.94-pygtk-hack.patch to hack around an
|
|
|
|
unfavorable configure check
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Jun 19 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Worked around failing msgmerge (#186174).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue May 23 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed more format string vulnerabilities (CVE-2006-2453,
|
|
|
|
[#173867]).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed May 17 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed message format string vulnerability (CVE-2006-2480,
|
|
|
|
[#173867]).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Mar 30 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed XFig import buffer overflows (#162074).
|
|
|
|
http://mail.gnome.org/archives/dia-list/2006-March/msg00149.html
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Feb 24 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Improved Categories.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Feb 15 2006 stbinner@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fix %%suse_update_desktop and add .desktop file GenericName entry
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Feb 01 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Use translation compendium gnome-patch-translation.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Jan 11 2006 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Removed libpixman from neededforbuild.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Dec 20 2005 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- add /opt/gnome/share/gnome/help/dia/C to filelist
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Oct 04 2005 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed SVG import arbitary python code execution
|
|
|
|
(#120091, CAN-2005-2966).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Aug 18 2005 sreeves@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Patch to fix bugzilla.novell.com defect#6341 - "popup of group
|
|
|
|
properties is too small"
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Jun 10 2005 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Updated cairo patch from Hans Breuer.
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=307144
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Jun 03 2005 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fix build with new cairo using cairo-api-update script
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed May 11 2005 uli@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fixed to build (glitz* missing in neededforbuild)
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Apr 08 2005 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed GCC 4 related problems.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Feb 21 2005 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Updated to version 0.94.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Oct 27 2004 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- locale rename no to nb
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Aug 23 2004 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- adapt filelist (help is installed below pkgdatadir)
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Aug 20 2004 shprasad@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixes bug #60814
|
|
|
|
Remove the default gnome-menu style. It will display
|
|
|
|
'Help -> Manual' and clicking on it will bring the help
|
|
|
|
window.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Jul 22 2004 kimmidi@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixes bugs #60003 and #61815 on ximian bugzilla.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Jul 16 2004 kimmidi@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Correct the -p option for patch6 and patch7 in dia.spec
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Jul 15 2004 kimmidi@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixes bugs #60814 and #60816 on ximian bugzilla.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Jun 28 2004 kimmidi@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixes bugs #59101, #59230, #59097 and #59548 on ximian bugzilla.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon May 31 2004 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Fixed crash on IA64 (#41339).
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=143448
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri May 14 2004 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- use -fno-strict-aliasing
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Feb 23 2004 adrian@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fix multiple menu entries
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Jan 08 2004 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fix build with current freetype
|
|
|
|
- fix build with lib64
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sun Nov 09 2003 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Update to dia-0.92.2
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Oct 27 2003 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Updated to version 0.92.
|
|
|
|
- Enabled python, xslt and GNOME support.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Oct 16 2003 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Don't build as root
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Sep 10 2003 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Bug [#30080] brought to my attention we don't package the docu-
|
|
|
|
mentation.
|
|
|
|
- Use call-browser instead of netscape [#30080]
|
2008-02-29 22:39:25 +01:00
|
|
|
* Mon Sep 01 2003 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Disable buggy xslt plugin [#29690]
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sat Aug 16 2003 adrian@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- add Categories
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Jul 24 2003 hhetter@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- %%_lib fixes
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Jul 22 2003 hhetter@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- prefix to /opt/gnome
|
|
|
|
- remove former prefix clash fixes
|
|
|
|
- use gnome-filesystem
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Jun 18 2003 sbrabec@suse.cz
|
2007-01-16 00:09:11 +01:00
|
|
|
- Desktop file prefix clash fix.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Mar 26 2003 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Update to 0.91, which switches to GNOME2
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Mar 07 2003 mmj@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Add patch to avoid strlen(0); [#24620]
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Jan 08 2003 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fixed configure
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Nov 06 2002 uli@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fixed segfault on x86-64 and other 64 bit systems
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Oct 24 2002 hhetter@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- applied patch from CVS (no longer translate font
|
|
|
|
strings) (Bug Id #20676)
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Sep 27 2002 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Added alsa alsa-devel to neededforbuild (esound)
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Aug 08 2002 mfabian@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to 0.90
|
|
|
|
- add configure option --enable-freetype
|
|
|
|
using this option, fonts will be embedded in the PostScript
|
|
|
|
ouput and all scalable fonts installed can be used.
|
|
|
|
This works nicely for most European languages.
|
|
|
|
Unfortunately it doesn't work for CJK. Japanese can be displayed
|
|
|
|
on screen but printing doesn't work (but Japanese printing
|
|
|
|
stopped working without "--enable-freetype" as well).
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Jul 02 2002 meissner@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- auto* rerun, some automake related fixes.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Mar 21 2002 mfabian@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fix for bugzilla #15026 (dia crashes for LANG=de_DE@euro)
|
|
|
|
use fallback fonts which certainly work with gdk_fontset_load
|
|
|
|
if some fonts cannot be found to avoid crashing.
|
|
|
|
(I made iso8859-15 fonts usable with 'dia' available in the
|
|
|
|
ghostscript-fonts-std package, i.e. 'dia' will not crash anymore
|
|
|
|
for de_DE@euro even without this fallback font fix. Nevertheless
|
|
|
|
it is a safer to have valid fallback fonts as well).
|
|
|
|
- include test file for de_DE@euro font-test-german-euro.dia
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sat Mar 02 2002 mfabian@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- fix for bugzilla #13267 and #14015
|
|
|
|
(International fonts are broken (can't write in czech)):
|
|
|
|
- use the URW Type1 fonts as the preferred fonts for display on X11
|
|
|
|
as these are very similar to the fonts used for printing
|
|
|
|
(identical when our Ghostscript is used). Leaving in the bitmap
|
|
|
|
fonts as fallbacks doesn't hurt.
|
|
|
|
- add Requires: ghostscript-fonts-std
|
|
|
|
- use gdk_fontset_load instead of gdk_font_load always *exept*
|
|
|
|
for the "fontspecific" fonts (i.e. "Symbol" and "Dingbats").
|
|
|
|
- Add support for the Japanese fonts
|
|
|
|
Ryumin-Light-EUC-H and GothicBBB-Medium-EUC-H
|
|
|
|
- don't reencode the "Dingbats" font and the Japanese fonts either
|
|
|
|
when generating .eps
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Feb 21 2002 hhetter@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- dia-fonts.dif: Dia maintains a static font list with
|
|
|
|
nearly only Bitmap-Fonts. It does internal AA via libart
|
|
|
|
and requests the fonts in sizes that our X-Server doesn't
|
|
|
|
provide because the :unscaled flag is set on bitmap fonts.
|
|
|
|
The patch reorganizes Dia's font list to actually scaleable
|
|
|
|
ones and fonts where scaling makes sense.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Feb 01 2002 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
2008-02-29 22:39:25 +01:00
|
|
|
* Fri Jun 15 2001 egger@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Updated to version 0.88.1.
|
|
|
|
- General specfile cleanup.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed May 09 2001 mfabian@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- bzip2 sources
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Mar 21 2001 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- added esound-devel
|
2008-02-29 22:39:25 +01:00
|
|
|
* Sun Feb 25 2001 egger@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Remove unnecessary dependencies from #neededforbuild,
|
|
|
|
especially imlib-config.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Jan 31 2001 ro@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- changed neededforbuild <imlibcfe> to <imlib-config>
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Nov 01 2000 egger@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- Updated specfile to new long packagenames.
|
|
|
|
- Reworked specfile.
|
|
|
|
- Probably needs some more work; I'm taking care of that.
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Aug 08 2000 grimmer@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to 0.86
|
|
|
|
- moved man page to %%{_mandir}/man1
|
|
|
|
- added some more docu (doc/*)
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed May 24 2000 egger@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to 0.85
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Feb 29 2000 grimmer@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to 0.84
|
|
|
|
- use BUILD_ROOT and strip binary during installation
|
2008-02-29 22:39:25 +01:00
|
|
|
* Wed Jan 26 2000 grimmer@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to 0.83
|
|
|
|
- use version macro in spec file
|
2008-02-29 22:39:25 +01:00
|
|
|
* Tue Jan 04 2000 grimmer@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- update to 0.82
|
|
|
|
- reworked package descriptions
|
|
|
|
- added NLS support
|
|
|
|
- added missing files to file list
|
2008-02-29 22:39:25 +01:00
|
|
|
* Thu Nov 11 1999 ray@suse.de
|
2007-01-16 00:09:11 +01:00
|
|
|
- new package dia version 0.81
|