Accepting request 78968 from home:dimstar:branches:GNOME:Apps
Update to 2.90.1 OBS-URL: https://build.opensuse.org/request/show/78968 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/ghex?expand=0&rev=7
This commit is contained in:
parent
48834bcd53
commit
4c34cc69e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a73b05cedca2c4a4271de72666ce0df2cb6af87e2a844bda5c7fe7a7960909d
|
||||
size 1484215
|
3
ghex-2.90.1.tar.bz2
Normal file
3
ghex-2.90.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4effb2370e9614367f6d0353c10ff9c0b972e7e902345e28a4e70ab694e8b1d9
|
||||
size 1487442
|
13
ghex.changes
13
ghex.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 19:37:07 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.90.1:
|
||||
+ Port from GConf to GSettings
|
||||
+ Scrolling code cleanup
|
||||
+ Moved internal pkgconfig dependencies to Requires.private
|
||||
+ Bugs fixed: bgo#656080, bgo#655973, bgo#572697.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(gconf-2.0) BuildRequires, as the code has been
|
||||
ported to GSettings.
|
||||
- Replace the gconf schema handling with gsettings one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 20:51:00 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
20
ghex.spec
20
ghex.spec
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: ghex
|
||||
Version: 2.90.0
|
||||
Version: 2.90.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME Binary Editor
|
||||
@ -32,14 +32,13 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(atk) >= 1.0.0
|
||||
BuildRequires: pkgconfig(gail-3.0)
|
||||
BuildRequires: pkgconfig(gconf-2.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
|
||||
%gconf_schemas_prereq
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
GHex allows the user to load data from any file and to view and edit it
|
||||
@ -85,40 +84,39 @@ mv %{buildroot}%{_datadir}/applications/ghex.desktop.new \
|
||||
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
||||
%find_lang %{name}-3.0 %{?no_lang_C}
|
||||
%find_lang %{name} ghex-3.0.lang %{?no_lang_C}
|
||||
%find_gconf_schemas
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%if 0%{?suse_version} > 1130
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%glib2_gsettings_schema_post
|
||||
%endif
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%if 0%{?suse_version} > 1130
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%endif
|
||||
|
||||
%files lang -f %{name}-3.0.lang
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING COPYING-DOCS AUTHORS
|
||||
%{_bindir}/ghex
|
||||
%{_libdir}/libgtkhex-3.so.*
|
||||
%{_datadir}/applications/ghex.desktop
|
||||
%dir %{_datadir}/GConf
|
||||
%dir %{_datadir}/GConf/gsettings
|
||||
%{_datadir}/GConf/gsettings/ghex.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/ghex.*
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/gnome/help/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user