forked from pool/gucharmap
This commit is contained in:
parent
e1515c0100
commit
697444f96b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d2c3fa0e7cc8d12d863fe18b931cc7dfa3e8de9b3ca3c7efa205268ad403183
|
|
||||||
size 2552104
|
|
3
gucharmap-2.21.5.tar.bz2
Normal file
3
gucharmap-2.21.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d5cd9400990f8dfc303876bbdd7fed5dced252545c5a2b015da37e6668a4a52
|
||||||
|
size 2545194
|
@ -1,26 +0,0 @@
|
|||||||
=== modified file 'gucharmap/gucharmap-chartable-accessible.c'
|
|
||||||
--- gucharmap/gucharmap-chartable-accessible.c 2007-12-20 21:37:47 +0000
|
|
||||||
+++ gucharmap/gucharmap-chartable-accessible.c 2007-12-20 22:19:14 +0000
|
|
||||||
@@ -677,7 +677,7 @@
|
|
||||||
GType
|
|
||||||
gucharmap_chartable_accessible_get_type (void)
|
|
||||||
{
|
|
||||||
- static volatile gsize type__volatile = 0;
|
|
||||||
+ static volatile gpointer type__volatile = NULL;
|
|
||||||
|
|
||||||
if (g_once_init_enter (&type__volatile))
|
|
||||||
{
|
|
||||||
@@ -730,10 +730,10 @@
|
|
||||||
g_type_add_interface_static (type, ATK_TYPE_COMPONENT,
|
|
||||||
&atk_component_info);
|
|
||||||
|
|
||||||
- g_once_init_leave (&type__volatile, type);
|
|
||||||
+ g_once_init_leave (&type__volatile, (gpointer) type);
|
|
||||||
}
|
|
||||||
|
|
||||||
- return type__volatile;
|
|
||||||
+ return *(GType *) type__volatile;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 1 17:57:17 CET 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 20 23:38:42 CET 2007 - maw@suse.de
|
Thu Dec 20 23:38:42 CET 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gucharmap (Version 2.21.4)
|
# spec file for package gucharmap (Version 2.21.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -14,14 +14,12 @@ Name: gucharmap
|
|||||||
BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel intltool libgnomeui-devel scrollkeeper update-desktop-files
|
BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel intltool libgnomeui-devel scrollkeeper update-desktop-files
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.21.4
|
Version: 2.21.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Feature-Rich Unicode Character Map
|
Summary: A Feature-Rich Unicode Character Map
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %name-desktop.patch
|
Patch: %name-desktop.patch
|
||||||
Patch1: gucharmap-no-root.patch
|
Patch1: gucharmap-no-root.patch
|
||||||
# See https://bugzilla.novell.com/show_bug.cgi?id=350152
|
|
||||||
Patch2: gucharmap-glib-breakage.patch
|
|
||||||
Url: http://gucharmap.sourceforge.net/
|
Url: http://gucharmap.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
@ -56,7 +54,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -104,9 +101,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 20 2007 - maw@suse.de
|
* 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.
|
||||||
|
* Fri Dec 21 2007 maw@suse.de
|
||||||
- Add gucharmap-glib-breakage.patch (#350152).
|
- Add gucharmap-glib-breakage.patch (#350152).
|
||||||
* Thu Dec 20 2007 - maw@suse.de
|
* Thu Dec 20 2007 maw@suse.de
|
||||||
- Update to version 2.21.4:
|
- Update to version 2.21.4:
|
||||||
+ The large version bump is gucharmap synchronizing its version
|
+ The large version bump is gucharmap synchronizing its version
|
||||||
number with that of GNOME
|
number with that of GNOME
|
||||||
@ -115,39 +120,39 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Install gconf schemas
|
+ Install gconf schemas
|
||||||
- Remove bogus dependencies
|
- Remove bogus dependencies
|
||||||
- Remove bogus stuff in %%post and %%postun.
|
- Remove bogus stuff in %%post and %%postun.
|
||||||
* Wed Sep 19 2007 - mauro@suse.de
|
* Wed Sep 19 2007 mauro@suse.de
|
||||||
- Update to version 1.10.1
|
- Update to version 1.10.1
|
||||||
- Bugfixes for bgo: #311912, #357471, #396265, #434276, #433134
|
- Bugfixes for bgo: #311912, #357471, #396265, #434276, #433134
|
||||||
* Wed Aug 08 2007 - maw@suse.de
|
* Wed Aug 08 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage
|
- Split off a -lang subpackage
|
||||||
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
||||||
* Mon May 14 2007 - pgajdos@suse.cz
|
* Mon May 14 2007 pgajdos@suse.cz
|
||||||
- removed gnome-icon-theme from Requires and BuildRequires
|
- removed gnome-icon-theme from Requires and BuildRequires
|
||||||
[#247450]
|
[#247450]
|
||||||
* Fri Apr 27 2007 - sbrabec@suse.cz
|
* Fri Apr 27 2007 sbrabec@suse.cz
|
||||||
- Do not call meinproc (#227624).
|
- Do not call meinproc (#227624).
|
||||||
* Mon Apr 09 2007 - maw@suse.de
|
* Mon Apr 09 2007 maw@suse.de
|
||||||
- Update to version 1.10.0
|
- Update to version 1.10.0
|
||||||
- Now requires a newer version of libtool.
|
- Now requires a newer version of libtool.
|
||||||
* Fri Mar 09 2007 - maw@suse.de
|
* Fri Mar 09 2007 maw@suse.de
|
||||||
- Update to version 1.9.0.
|
- Update to version 1.9.0.
|
||||||
- Updated build system.
|
- Updated build system.
|
||||||
- Updated translations.
|
- Updated translations.
|
||||||
* Fri Mar 09 2007 - sbrabec@suse.cz
|
* Fri Mar 09 2007 sbrabec@suse.cz
|
||||||
- Removed obsolete hicolor icon symlink (#248676).
|
- Removed obsolete hicolor icon symlink (#248676).
|
||||||
* Mon Jan 08 2007 - sbrabec@suse.cz
|
* Mon Jan 08 2007 sbrabec@suse.cz
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Fri Dec 15 2006 - maw@suse.de
|
* Fri Dec 15 2006 maw@suse.de
|
||||||
- Move to /usr.
|
- Move to /usr.
|
||||||
* Fri Oct 13 2006 - ro@suse.de
|
* Fri Oct 13 2006 ro@suse.de
|
||||||
- added gnome-doc-utils-devel to buildreq
|
- added gnome-doc-utils-devel to buildreq
|
||||||
* Sat Sep 30 2006 - aj@suse.de
|
* Sat Sep 30 2006 aj@suse.de
|
||||||
- Cleanup BuildRequires.
|
- Cleanup BuildRequires.
|
||||||
* Fri Sep 15 2006 - jhargadon@suse.de
|
* Fri Sep 15 2006 jhargadon@suse.de
|
||||||
- update to version 1.8.0
|
- update to version 1.8.0
|
||||||
- Small fixes and new translations
|
- Small fixes and new translations
|
||||||
* Tue Aug 15 2006 - jhargadon@suse.de
|
* Tue Aug 15 2006 jhargadon@suse.de
|
||||||
- update to version 1.7.0
|
- update to version 1.7.0
|
||||||
- Bug 341260 – String "Snap Columns to Power of Two" not marked for
|
- Bug 341260 – String "Snap Columns to Power of Two" not marked for
|
||||||
translation
|
translation
|
||||||
@ -157,55 +162,55 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Bug 334865 – tiny string leak
|
- Bug 334865 – tiny string leak
|
||||||
- Bothersome gucharmap input method removed.
|
- Bothersome gucharmap input method removed.
|
||||||
- updated translations
|
- updated translations
|
||||||
* Fri May 05 2006 - sreeves@suse.de
|
* Fri May 05 2006 sreeves@suse.de
|
||||||
- Fix for 167218 - change name
|
- Fix for 167218 - change name
|
||||||
* Thu Apr 27 2006 - sreeves@suse.de
|
* Thu Apr 27 2006 sreeves@suse.de
|
||||||
- Fix for 168664 - move from the Images category
|
- Fix for 168664 - move from the Images category
|
||||||
* Tue Feb 28 2006 - sbrabec@suse.cz
|
* Tue Feb 28 2006 sbrabec@suse.cz
|
||||||
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
||||||
* Sat Feb 18 2006 - gekker@suse.de
|
* Sat Feb 18 2006 gekker@suse.de
|
||||||
- fixup .desktop file for UI team
|
- fixup .desktop file for UI team
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Sep 07 2005 - sbrabec@suse.cz
|
* Wed Sep 07 2005 sbrabec@suse.cz
|
||||||
- Updated to version 1.4.4 (GNOME 2.12).
|
- Updated to version 1.4.4 (GNOME 2.12).
|
||||||
* Wed Jun 01 2005 - sbrabec@suse.cz
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
||||||
- Fixed devel requirements.
|
- Fixed devel requirements.
|
||||||
* Thu Mar 10 2005 - gekker@suse.de
|
* Thu Mar 10 2005 gekker@suse.de
|
||||||
- Update to 1.4.3 (GNOME 2.10).
|
- Update to 1.4.3 (GNOME 2.10).
|
||||||
- Remove upstreamed cs.po patch
|
- Remove upstreamed cs.po patch
|
||||||
* Thu Feb 24 2005 - sbrabec@suse.cz
|
* Thu Feb 24 2005 sbrabec@suse.cz
|
||||||
- Fixed typos in cs.po.
|
- Fixed typos in cs.po.
|
||||||
* Wed Dec 22 2004 - gekker@suse.de
|
* Wed Dec 22 2004 gekker@suse.de
|
||||||
- Update to version 1.4.2
|
- Update to version 1.4.2
|
||||||
* Wed Dec 15 2004 - hvogel@suse.de
|
* Wed Dec 15 2004 hvogel@suse.de
|
||||||
- fix desktop file
|
- fix desktop file
|
||||||
* Mon Nov 22 2004 - ro@suse.de
|
* Mon Nov 22 2004 ro@suse.de
|
||||||
- "sed -i" does not work on old distributions
|
- "sed -i" does not work on old distributions
|
||||||
* Tue Oct 19 2004 - sbrabec@suse.cz
|
* Tue Oct 19 2004 sbrabec@suse.cz
|
||||||
- Renamed no locale to nb.
|
- Renamed no locale to nb.
|
||||||
* Fri Aug 27 2004 - clahey@suse.de
|
* Fri Aug 27 2004 clahey@suse.de
|
||||||
- Cache gucharmap help and show gucharmap in khelpcenter.
|
- Cache gucharmap help and show gucharmap in khelpcenter.
|
||||||
* Fri May 14 2004 - clahey@suse.de
|
* Fri May 14 2004 clahey@suse.de
|
||||||
- Removed gucharmap-immodules.dif because gucharmap no longer
|
- Removed gucharmap-immodules.dif because gucharmap no longer
|
||||||
searches for immodules.
|
searches for immodules.
|
||||||
* Wed Apr 21 2004 - sbrabec@suse.cz
|
* Wed Apr 21 2004 sbrabec@suse.cz
|
||||||
- Updated to version 1.4.1 (GNOME 2.6).
|
- Updated to version 1.4.1 (GNOME 2.6).
|
||||||
* Wed Mar 10 2004 - sbrabec@suse.cz
|
* Wed Mar 10 2004 sbrabec@suse.cz
|
||||||
- Czech typo fixes.
|
- Czech typo fixes.
|
||||||
* Mon Mar 08 2004 - hhetter@suse.de
|
* Mon Mar 08 2004 hhetter@suse.de
|
||||||
- search for gtk-query-immodules-2.0-64 on x86_64
|
- search for gtk-query-immodules-2.0-64 on x86_64
|
||||||
* Thu Feb 19 2004 - sbrabec@suse.cz
|
* Thu Feb 19 2004 sbrabec@suse.cz
|
||||||
- Updated to version 1.2.0.
|
- Updated to version 1.2.0.
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- add %%defattr
|
- add %%defattr
|
||||||
* Thu Oct 09 2003 - sbrabec@suse.cz
|
* Thu Oct 09 2003 sbrabec@suse.cz
|
||||||
- Updated to version 1.0.0 (GNOME 2.4).
|
- Updated to version 1.0.0 (GNOME 2.4).
|
||||||
* Fri Sep 05 2003 - sbrabec@suse.cz
|
* Fri Sep 05 2003 sbrabec@suse.cz
|
||||||
- Added %%run_ldconfig to postun (bug #29417).
|
- Added %%run_ldconfig to postun (bug #29417).
|
||||||
* Thu Aug 21 2003 - ro@suse.de
|
* Thu Aug 21 2003 ro@suse.de
|
||||||
- autoreconf for successful build on lib64
|
- autoreconf for successful build on lib64
|
||||||
* Wed Aug 20 2003 - sbrabec@suse.cz
|
* Wed Aug 20 2003 sbrabec@suse.cz
|
||||||
- Added run-gtk to %%post and %%postun.
|
- Added run-gtk to %%post and %%postun.
|
||||||
* Tue Aug 19 2003 - sbrabec@suse.cz
|
* Tue Aug 19 2003 sbrabec@suse.cz
|
||||||
- Initial SuSE version 0.8.0.
|
- Initial SuSE version 0.8.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user