2007-01-08 18:18:49 +01:00
|
|
|
|
#
|
2009-05-21 01:00:37 +02:00
|
|
|
|
# spec file for package gucharmap (Version 2.26.2)
|
2007-01-08 18:18:49 +01:00
|
|
|
|
#
|
2009-01-27 02:00:37 +01:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-08 18:18:49 +01:00
|
|
|
|
#
|
2008-08-14 01:33:51 +02:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-08 18:18:49 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-03-01 00:06:04 +01:00
|
|
|
|
|
2007-01-08 18:18:49 +01:00
|
|
|
|
Name: gucharmap
|
2009-02-17 18:02:48 +01:00
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: gnome-doc-utils-devel
|
2008-10-06 18:21:16 +02:00
|
|
|
|
BuildRequires: gtk-doc
|
2009-02-17 18:02:48 +01:00
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: gconf2-devel
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: python-gtk-devel
|
2009-03-11 20:43:06 +01:00
|
|
|
|
BuildRequires: scrollkeeper
|
2008-09-05 02:38:22 +02:00
|
|
|
|
BuildRequires: update-desktop-files
|
2007-12-21 10:24:33 +01:00
|
|
|
|
License: GPL v2 or later; LGPL v2.1 or later
|
2007-01-08 18:18:49 +01:00
|
|
|
|
Group: System/GUI/GNOME
|
2009-05-21 01:00:37 +02:00
|
|
|
|
Version: 2.26.2
|
2009-03-25 19:01:47 +01:00
|
|
|
|
Release: 1
|
2007-01-08 18:18:49 +01:00
|
|
|
|
Summary: A Feature-Rich Unicode Character Map
|
2007-12-21 10:24:33 +01:00
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
2007-09-19 19:07:36 +02:00
|
|
|
|
Url: http://gucharmap.sourceforge.net/
|
2007-01-08 18:18:49 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-08-09 19:31:23 +02:00
|
|
|
|
Requires: %{name}-lang = %{version}
|
2007-12-21 10:24:33 +01:00
|
|
|
|
%gconf_schemas_prereq
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Gucharmap is a feature-rich Unicode character map and font viewer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Noah Levitt
|
|
|
|
|
|
|
|
|
|
%package devel
|
2008-04-11 23:09:31 +02:00
|
|
|
|
License: GPL v2 or later; LGPL v2.1 or later
|
2009-01-27 02:00:37 +01:00
|
|
|
|
Summary: Include Files and Libraries mandatory for Development
|
2008-03-01 00:06:04 +01:00
|
|
|
|
Group: Development/Libraries/GNOME
|
2007-12-21 10:24:33 +01:00
|
|
|
|
Requires: %{name} = %{version} gconf2-devel glib2-devel gtk2-devel libgnome-devel libgnomeui-devel
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
|
to develop applications that require these.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Noah Levitt
|
|
|
|
|
|
2007-08-09 19:31:23 +02:00
|
|
|
|
%lang_package
|
2007-01-08 18:18:49 +01:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# FIXME: Build as root modifies system!
|
2007-04-27 16:46:59 +02:00
|
|
|
|
# gucharmap-1.8.0: --disable-scrollkeeper does not work properly.
|
2009-01-27 02:00:37 +01:00
|
|
|
|
%configure --disable-static --with-pic \
|
2008-06-26 01:27:35 +02:00
|
|
|
|
--disable-scrollkeeper \
|
2008-10-06 18:21:16 +02:00
|
|
|
|
--enable-gtk-doc \
|
2008-06-26 01:27:35 +02:00
|
|
|
|
--enable-python-bindings
|
2007-01-08 18:18:49 +01:00
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
|
|
%install
|
2007-03-10 23:57:02 +01:00
|
|
|
|
%makeinstall
|
2009-01-27 02:00:37 +01:00
|
|
|
|
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
2007-01-08 18:18:49 +01:00
|
|
|
|
%find_lang %{name}
|
2007-12-21 10:24:33 +01:00
|
|
|
|
%find_gconf_schemas
|
2007-08-09 19:31:23 +02:00
|
|
|
|
%fdupes $RPM_BUILD_ROOT
|
2009-02-07 01:52:31 +01:00
|
|
|
|
# We need X-SuSE-Editor to avoid an error for the categories check. We don't
|
|
|
|
|
# want TextEditor, since that's too wide.
|
|
|
|
|
%suse_update_desktop_file -N "GNOME Character Map" -G "Character Map" %{name} X-SuSE-Editor
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
2007-12-21 10:24:33 +01:00
|
|
|
|
%post -p /sbin/ldconfig
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
2007-12-21 10:24:33 +01:00
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%pre -f %{name}.schemas_pre
|
|
|
|
|
|
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
|
%posttrans -f %{name}.schemas_posttrans
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
|
|
|
|
%clean
|
2008-03-01 00:28:07 +01:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
2007-12-21 10:24:33 +01:00
|
|
|
|
%files -f %{name}.schemas_list
|
2007-01-08 18:18:49 +01:00
|
|
|
|
%defattr(-,root,root)
|
2008-06-26 01:27:35 +02:00
|
|
|
|
%doc COPYING ChangeLog NEWS README TODO
|
2007-01-08 18:18:49 +01:00
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_libdir}/*.so.*
|
2009-02-17 18:02:48 +01:00
|
|
|
|
%{_datadir}/applications/*.desktop
|
2008-06-26 01:27:35 +02:00
|
|
|
|
%{py_sitedir}/gtk-2.0/gucharmap.so
|
|
|
|
|
%{_datadir}/pygtk/2.0/defs/*
|
2007-01-08 18:18:49 +01:00
|
|
|
|
|
2007-08-09 19:31:23 +02:00
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
2007-01-08 18:18:49 +01:00
|
|
|
|
%files devel
|
|
|
|
|
%defattr (-, root, root)
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2008-10-06 18:21:16 +02:00
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
|
2007-03-10 23:57:02 +01:00
|
|
|
|
%changelog
|
2009-05-21 01:00:37 +02:00
|
|
|
|
* Tue May 19 2009 vuntz@novell.com
|
|
|
|
|
- Update to version 2.26.2:
|
|
|
|
|
+ Updated translations.
|
2009-04-24 01:59:21 +02:00
|
|
|
|
* Mon Apr 13 2009 mboman@suse.de
|
|
|
|
|
- Update to version 2.26.1:
|
|
|
|
|
+ floating point exception using --font
|
|
|
|
|
+ Incorrect comment for gucharmap_charmap_set_font_desc
|
2009-03-25 19:01:47 +01:00
|
|
|
|
* Sun Mar 15 2009 vuntz@novell.com
|
|
|
|
|
- Update to version 2.26.0:
|
|
|
|
|
+ Updated translations.
|
|
|
|
|
- Don't package omf files twice (they are in the lang package too).
|
2009-03-11 20:43:06 +01:00
|
|
|
|
* Mon Mar 09 2009 vuntz@novell.com
|
|
|
|
|
- Add back scrollkeeper BuildRequires since some translations were
|
|
|
|
|
not ported to gnome-doc-utils.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Tue Feb 17 2009 mboman@suse.de
|
|
|
|
|
- Merge omf/gucharmap back to main packages. Makes no sense to have
|
|
|
|
|
a separate -doc package only for this.
|
2009-04-24 01:59:21 +02:00
|
|
|
|
* Tue Feb 17 2009 mboman@suse.de
|
2009-02-17 18:02:48 +01:00
|
|
|
|
- Update to version 2.25.91:
|
|
|
|
|
+ gucharmap doesn't build with --disable-gconf
|
|
|
|
|
- Remove gucharmap-abuild.patch. Code commented out
|
|
|
|
|
- Move gtk-doc from -doc into -devel
|
|
|
|
|
- Move omf/gucharmap from main into -doc
|
|
|
|
|
- Remove gnome-common, libgnomeui-devel, scrollkeeper, docbook_4
|
|
|
|
|
from BuildRequires
|
|
|
|
|
* Mon Feb 02 2009 mboman@suse.de
|
2009-02-07 01:52:31 +01:00
|
|
|
|
- Update to version 2.24.3:
|
|
|
|
|
+ Call g_thread_init() if using GConf.
|
|
|
|
|
+ Allow gucharmap to build with --disable-gconf, bgo#562931.
|
2009-01-27 02:00:37 +01:00
|
|
|
|
* Mon Jan 26 2009 crrodriguez@suse.de
|
|
|
|
|
- remove "la" files [BNC#357465]
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Fri Jan 23 2009 vuntz@novell.com
|
2009-02-07 01:52:31 +01:00
|
|
|
|
- Drop gucharmap-desktop.patch, and set the name with
|
|
|
|
|
%%suse_update_desktop_file
|
|
|
|
|
- Drop gucharmap-no-root.patch: it shouldn't be needed anymore.
|
|
|
|
|
* Sat Dec 20 2008 mboman@suse.de
|
|
|
|
|
- Update to version 2.24.2:
|
|
|
|
|
+ Fix a crash when pasting with no text on the clipboard
|
|
|
|
|
+ Translation update
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Wed Oct 22 2008 mboman@suse.de
|
2008-10-27 16:55:01 +01:00
|
|
|
|
- Update to version 2.24.1:
|
|
|
|
|
+ Translation updates
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Sat Oct 04 2008 vuntz@novell.com
|
2008-10-06 18:21:16 +02:00
|
|
|
|
- Fix build by removing the call to autoreconf. It somehow breaks
|
|
|
|
|
stuff by not generating libtool early enough...
|
|
|
|
|
- Create a doc package for the library documentation.
|
|
|
|
|
Add gtk-doc dependency.
|
|
|
|
|
* Tue Sep 23 2008 mboman@suse.de
|
|
|
|
|
- Update to version 2.24.0:
|
|
|
|
|
+ Translation updates
|
2008-09-05 02:38:22 +02:00
|
|
|
|
* Tue Sep 02 2008 mboman@novell.com
|
|
|
|
|
- Update to version 2.23.91:
|
|
|
|
|
+ Plug a mem leak.
|
|
|
|
|
+ Use single / in the help file path.
|
|
|
|
|
+ Use gtk_show_uri here.
|
|
|
|
|
+ Use GIO to launch the help URI instead of calling gnome-open.
|
|
|
|
|
+ Updated translations.
|
2008-08-14 01:33:51 +02:00
|
|
|
|
* Mon Aug 11 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.23.6:
|
|
|
|
|
+ Misc. changes
|
|
|
|
|
+ Updated translations.
|
2008-06-26 01:27:35 +02:00
|
|
|
|
* Wed Jun 25 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.23.4:
|
|
|
|
|
+ API change: the pkg-config name is now gucharmap-2
|
|
|
|
|
+ Support for Unicode 5.1
|
|
|
|
|
+ gtk-doc API docs
|
|
|
|
|
+ Python bindings
|
|
|
|
|
+ Many bug fixes
|
|
|
|
|
- Add gucharmap-abuild.patch.
|
2008-04-11 23:09:31 +02:00
|
|
|
|
* Fri Apr 11 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.22.1:
|
|
|
|
|
+ Bug fixed: bgo#506752.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Fri Mar 14 2008 maw@suse.de
|
2008-03-14 17:44:44 +01:00
|
|
|
|
- Update to version 2.22.0:
|
|
|
|
|
+ Cosmetic version bump.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Sat Mar 01 2008 maw@suse.de
|
2008-03-01 00:28:07 +01:00
|
|
|
|
- Make the %%clean section do something again.
|
2009-04-24 01:59:21 +02:00
|
|
|
|
* Sat Mar 01 2008 maw@suse.de
|
2008-03-01 00:06:04 +01:00
|
|
|
|
- Update to version 2.21.90:
|
|
|
|
|
+ Fix bgo#510813
|
|
|
|
|
+ Fix the installed .pc file, which contained some bogosities.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Fri Feb 01 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.21.5:
|
|
|
|
|
+ Fix character popup sizing (bnc#501915)
|
|
|
|
|
+ Fix the build with --disable-gconf (bnc#501710)
|
|
|
|
|
+ Remove gnome option (bnc#469131)
|
|
|
|
|
+ Translation updates
|
|
|
|
|
- Remove gucharmap-glib-breakage.patch because it's no longer
|
|
|
|
|
necessary.
|
2009-04-24 01:59:21 +02:00
|
|
|
|
* Fri Dec 21 2007 maw@suse.de
|
2007-12-21 10:24:33 +01:00
|
|
|
|
- Add gucharmap-glib-breakage.patch (#350152).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Thu Dec 20 2007 maw@suse.de
|
2007-12-21 10:24:33 +01:00
|
|
|
|
- Update to version 2.21.4:
|
|
|
|
|
+ The large version bump is gucharmap synchronizing its version
|
|
|
|
|
number with that of GNOME
|
|
|
|
|
+ Bugs (bugzilla.gnome.org) fixed: #501915, #331103, #501710,
|
|
|
|
|
[#469131]
|
|
|
|
|
+ Install gconf schemas
|
|
|
|
|
- Remove bogus dependencies
|
|
|
|
|
- Remove bogus stuff in %%post and %%postun.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Wed Sep 19 2007 mauro@suse.de
|
2007-09-19 19:07:36 +02:00
|
|
|
|
- Update to version 1.10.1
|
|
|
|
|
- Bugfixes for bgo: #311912, #357471, #396265, #434276, #433134
|
2009-04-24 01:59:21 +02:00
|
|
|
|
* Wed Aug 08 2007 maw@suse.de
|
2007-08-09 19:31:23 +02:00
|
|
|
|
- Use %%fdupes
|
|
|
|
|
- Split off a -lang subpackage
|
|
|
|
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Mon May 14 2007 pgajdos@suse.cz
|
2007-05-17 11:39:20 +02:00
|
|
|
|
- removed gnome-icon-theme from Requires and BuildRequires
|
|
|
|
|
[#247450]
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Fri Apr 27 2007 sbrabec@suse.cz
|
2007-04-27 16:46:59 +02:00
|
|
|
|
- Do not call meinproc (#227624).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Mon Apr 09 2007 maw@suse.de
|
2007-04-09 23:45:08 +02:00
|
|
|
|
- Update to version 1.10.0
|
|
|
|
|
- Now requires a newer version of libtool.
|
2008-10-27 16:55:01 +01:00
|
|
|
|
* Fri Mar 09 2007 maw@suse.de
|
2007-03-12 01:58:45 +01:00
|
|
|
|
- Update to version 1.9.0.
|
|
|
|
|
- Updated build system.
|
|
|
|
|
- Updated translations.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Fri Mar 09 2007 sbrabec@suse.cz
|
2007-03-10 23:57:02 +01:00
|
|
|
|
- Removed obsolete hicolor icon symlink (#248676).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Mon Jan 08 2007 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Spec file cleanup.
|
2008-10-27 16:55:01 +01:00
|
|
|
|
* Fri Dec 15 2006 maw@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Move to /usr.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Fri Oct 13 2006 ro@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- added gnome-doc-utils-devel to buildreq
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Sat Sep 30 2006 aj@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Cleanup BuildRequires.
|
2009-04-24 01:59:21 +02:00
|
|
|
|
* Fri Sep 15 2006 jhargadon@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- update to version 1.8.0
|
|
|
|
|
- Small fixes and new translations
|
2008-10-27 16:55:01 +01:00
|
|
|
|
* Tue Aug 15 2006 jhargadon@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- update to version 1.7.0
|
|
|
|
|
- Bug 341260 – String "Snap Columns to Power of Two" not marked for
|
|
|
|
|
translation
|
|
|
|
|
- Bug 334505 – Search buttons Prev Next unsensitive when they
|
|
|
|
|
shouldn't be.
|
|
|
|
|
- Bug 335952 – refcount leak in main
|
|
|
|
|
- Bug 334865 – tiny string leak
|
|
|
|
|
- Bothersome gucharmap input method removed.
|
|
|
|
|
- updated translations
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Fri May 05 2006 sreeves@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Fix for 167218 - change name
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Thu Apr 27 2006 sreeves@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Fix for 168664 - move from the Images category
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Tue Feb 28 2006 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Sat Feb 18 2006 gekker@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- fixup .desktop file for UI team
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Sep 07 2005 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Updated to version 1.4.4 (GNOME 2.12).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Fixed devel requirements.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Thu Mar 10 2005 gekker@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Update to 1.4.3 (GNOME 2.10).
|
|
|
|
|
- Remove upstreamed cs.po patch
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Thu Feb 24 2005 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Fixed typos in cs.po.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Wed Dec 22 2004 gekker@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Update to version 1.4.2
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Dec 15 2004 hvogel@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- fix desktop file
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Mon Nov 22 2004 ro@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- "sed -i" does not work on old distributions
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Tue Oct 19 2004 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Renamed no locale to nb.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Fri Aug 27 2004 clahey@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Cache gucharmap help and show gucharmap in khelpcenter.
|
2009-02-17 18:02:48 +01:00
|
|
|
|
* Fri May 14 2004 clahey@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Removed gucharmap-immodules.dif because gucharmap no longer
|
|
|
|
|
searches for immodules.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Apr 21 2004 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Updated to version 1.4.1 (GNOME 2.6).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Mar 10 2004 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Czech typo fixes.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Mon Mar 08 2004 hhetter@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- search for gtk-query-immodules-2.0-64 on x86_64
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Thu Feb 19 2004 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Updated to version 1.2.0.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Sun Jan 11 2004 adrian@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- add %%defattr
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Thu Oct 09 2003 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Updated to version 1.0.0 (GNOME 2.4).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Fri Sep 05 2003 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Added %%run_ldconfig to postun (bug #29417).
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Thu Aug 21 2003 ro@suse.de
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- autoreconf for successful build on lib64
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Wed Aug 20 2003 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Added run-gtk to %%post and %%postun.
|
2008-02-01 22:14:02 +01:00
|
|
|
|
* Tue Aug 19 2003 sbrabec@suse.cz
|
2007-01-08 18:18:49 +01:00
|
|
|
|
- Initial SuSE version 0.8.0.
|