This commit is contained in:
parent
27c5557161
commit
d2d63c5ab1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fc57ef88f392cd5f252406da39839717f5e066695f89cb78540ee51b8b5b1d0
|
||||
size 1251521
|
3
ghex-2.24.0.tar.bz2
Normal file
3
ghex-2.24.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df0e1a01472a99b9e94236ab1200108e10829d99c030f8422288323448762e2e
|
||||
size 1272557
|
29
ghex.changes
29
ghex.changes
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 22 17:37:18 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.24.0:
|
||||
+ set G_LOG_DOMAIN for the shared libgtkhex library so that
|
||||
warning messages use the right domain
|
||||
+ fix background between the hex and ascii widgets becoming dark
|
||||
black. (bgo#527279)
|
||||
+ Fix the allocation code to allocate the child widgets relative
|
||||
to the GtkHex allocation.x and allocation.y coordinates instead
|
||||
of (0,0). (bgo#527272)
|
||||
+ fix a bug where the selection would always start at 0 if the
|
||||
user only used the keyboard
|
||||
+ Update the About Dialog to use the application icon.
|
||||
(bgo#520983)
|
||||
+ fix ghex2 printing g_warning on startup because it uses a
|
||||
deprecated API (bgo#564371)
|
||||
+ remove unused variables (bgo#564375)
|
||||
+ make desktop files follow freedesktop spec (bgo#568023)
|
||||
+ Fix an off-by-one error in reporting the number of bytes
|
||||
selected in the status bar
|
||||
+ GObject type ids should be instances of GType, not of guint
|
||||
- Remove BuildRequires: gail-devel (provided by gtk2-devel),
|
||||
gnome-common, gnutls-devel, libglade2-devel, libwnck-devel,
|
||||
perl-XML-Parser, scrollkeeper
|
||||
- Remove check for old versions of openSUSE.
|
||||
- Do not set DocPath in the desktop file (not needed by yelp).
|
||||
- Remove call to autoreconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 20:46:59 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
51
ghex.spec
51
ghex.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ghex (Version 2.22.0)
|
||||
# spec file for package ghex (Version 2.24.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,25 +19,23 @@
|
||||
|
||||
|
||||
Name: ghex
|
||||
BuildRequires: fdupes gail-devel gnome-common gnome-doc-utils-devel
|
||||
BuildRequires: gnutls-devel intltool libglade2-devel libgnomeprintui-devel
|
||||
BuildRequires: libgnomeui-devel libwnck-devel perl-XML-Parser
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgnomeprintui-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: update-desktop-files
|
||||
# FIXME: only for directory ownership:
|
||||
BuildRequires: scrollkeeper
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Other
|
||||
Version: 2.22.0
|
||||
Release: 8
|
||||
Version: 2.24.0
|
||||
Release: 1
|
||||
Summary: GNOME Binary Editor
|
||||
Url: http://www.gnome.org/
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo532184
|
||||
Patch7: ghex-empty-search-crash.patch
|
||||
%if %suse_version > 1020
|
||||
Requires: %{name}-lang = %{version}
|
||||
%endif
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
@ -76,9 +74,6 @@ Authors:
|
||||
%patch7
|
||||
|
||||
%build
|
||||
autoreconf -f -i -v
|
||||
# FIXME: Build as root modifies system!
|
||||
# ghex-2.8.2: --disable-schemas-install is not implemented.
|
||||
%configure --with-pic\
|
||||
--disable-static\
|
||||
--disable-scrollkeeper\
|
||||
@ -87,7 +82,7 @@ make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%suse_update_desktop_file -N GHex -G "Hex Editor" -D ghex2 %name Utility Editor
|
||||
%suse_update_desktop_file -N GHex -G "Hex Editor" %name Utility Editor
|
||||
sed -e "s@;Development;@;@" < $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop \
|
||||
> $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new \
|
||||
@ -100,9 +95,7 @@ mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@lati
|
||||
cat %{name}.schemas_list >%{name}.lst
|
||||
cat %{name}-2.0.lang %{name}2.lang > %{name}.lang
|
||||
%{__rm} -vf %{buildroot}%{_libdir}/*.la
|
||||
%if %suse_version > 1020
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -134,6 +127,32 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Sun Feb 22 2009 vuntz@novell.com
|
||||
- Update to version 2.24.0:
|
||||
+ set G_LOG_DOMAIN for the shared libgtkhex library so that
|
||||
warning messages use the right domain
|
||||
+ fix background between the hex and ascii widgets becoming dark
|
||||
black. (bgo#527279)
|
||||
+ Fix the allocation code to allocate the child widgets relative
|
||||
to the GtkHex allocation.x and allocation.y coordinates instead
|
||||
of (0,0). (bgo#527272)
|
||||
+ fix a bug where the selection would always start at 0 if the
|
||||
user only used the keyboard
|
||||
+ Update the About Dialog to use the application icon.
|
||||
(bgo#520983)
|
||||
+ fix ghex2 printing g_warning on startup because it uses a
|
||||
deprecated API (bgo#564371)
|
||||
+ remove unused variables (bgo#564375)
|
||||
+ make desktop files follow freedesktop spec (bgo#568023)
|
||||
+ Fix an off-by-one error in reporting the number of bytes
|
||||
selected in the status bar
|
||||
+ GObject type ids should be instances of GType, not of guint
|
||||
- Remove BuildRequires: gail-devel (provided by gtk2-devel),
|
||||
gnome-common, gnutls-devel, libglade2-devel, libwnck-devel,
|
||||
perl-XML-Parser, scrollkeeper
|
||||
- Remove check for old versions of openSUSE.
|
||||
- Do not set DocPath in the desktop file (not needed by yelp).
|
||||
- Remove call to autoreconf.
|
||||
* Sat Jan 31 2009 vuntz@novell.com
|
||||
- Use sr@latin instead of sr@Latn.
|
||||
* Mon Jan 19 2009 crrodriguez@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user