Accepting request 106873 from GNOME:Apps
Update to 3.3.90 (forwarded request 106282 from vuntz) OBS-URL: https://build.opensuse.org/request/show/106873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghex?expand=0&rev=30
This commit is contained in:
commit
889a2ac65c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36756b38838d3a590f9e433e15fce4bb982f655420686370425524ca89e69410
|
||||
size 1490445
|
3
ghex-3.3.90.tar.xz
Normal file
3
ghex-3.3.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c75f58871ca6b0320c6df47e1e140d3fe072d1662377ec0ce828a702bea6f2ae
|
||||
size 1325336
|
13
ghex.changes
13
ghex.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 09:47:28 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.90:
|
||||
+ Fix excessive scrolling back to cursor
|
||||
+ Use maintainer mode by default
|
||||
+ Remove the use of deprecated GTK+ API
|
||||
+ Windows port fixes
|
||||
+ Visual improvements with latest Adwaita theme
|
||||
+ Updated translations.
|
||||
- Stop passing --disable-schemas-install to configure: there is no
|
||||
gconf schema anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 19:47:21 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
22
ghex.spec
22
ghex.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghex
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -16,26 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: ghex
|
||||
Version: 3.0.0
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Version: 3.3.90
|
||||
Release: 0
|
||||
Summary: GNOME Binary Editor
|
||||
Url: http://www.gnome.org/
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Other
|
||||
Source: http://download.gnome.org/sources/ghex/3.0/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/ghex/3.3/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
|
||||
Patch7: ghex-empty-search-crash.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(atk) >= 1.0.0
|
||||
BuildRequires: pkgconfig(gail-3.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -46,7 +45,6 @@ in either hex or ASCII. It is a must for anyone playing games that use
|
||||
a non-ASCII format for saving.
|
||||
|
||||
%package -n libgtkhex-3-0
|
||||
License: GPL-2.0+
|
||||
Summary: GNOME Binary Editor -- Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -56,7 +54,6 @@ in either hex or ASCII. It is a must for anyone playing games that use
|
||||
a non-ASCII format for saving.
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+
|
||||
Summary: GNOME Binary Editor -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libgtkhex-3-0 = %{version}
|
||||
@ -75,8 +72,7 @@ translation-update-upstream
|
||||
%build
|
||||
%configure --with-pic\
|
||||
--disable-static\
|
||||
--disable-scrollkeeper\
|
||||
--disable-schemas-install
|
||||
--disable-scrollkeeper
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user