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:
Dominique Leuenberger 2011-08-15 18:06:43 +00:00 committed by Git OBS Bridge
parent 48834bcd53
commit 4c34cc69e5
4 changed files with 25 additions and 14 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4effb2370e9614367f6d0353c10ff9c0b972e7e902345e28a4e70ab694e8b1d9
size 1487442

View File

@ -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 Fri Aug 5 20:51:00 CEST 2011 - dimstar@opensuse.org

View File

@ -18,7 +18,7 @@
Name: ghex Name: ghex
Version: 2.90.0 Version: 2.90.1
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Summary: GNOME Binary Editor Summary: GNOME Binary Editor
@ -32,14 +32,13 @@ BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: pkgconfig(atk) >= 1.0.0 BuildRequires: pkgconfig(atk) >= 1.0.0
BuildRequires: pkgconfig(gail-3.0) BuildRequires: pkgconfig(gail-3.0)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq %glib2_gsettings_schema_requires
%description %description
GHex allows the user to load data from any file and to view and edit it 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 mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
%find_lang %{name}-3.0 %{?no_lang_C} %find_lang %{name}-3.0 %{?no_lang_C}
%find_lang %{name} ghex-3.0.lang %{?no_lang_C} %find_lang %{name} ghex-3.0.lang %{?no_lang_C}
%find_gconf_schemas
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%pre -f %{name}.schemas_pre
%post %post
/sbin/ldconfig /sbin/ldconfig
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} > 1130
%desktop_database_post %desktop_database_post
%icon_theme_cache_post %icon_theme_cache_post
%glib2_gsettings_schema_post
%endif %endif
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%postun %postun
/sbin/ldconfig /sbin/ldconfig
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} > 1130
%desktop_database_postun %desktop_database_postun
%icon_theme_cache_postun %icon_theme_cache_postun
%glib2_gsettings_schema_postun
%endif %endif
%files lang -f %{name}-3.0.lang %files lang -f %{name}-3.0.lang
%files -f %{name}.schemas_list %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README COPYING COPYING-DOCS AUTHORS %doc README COPYING COPYING-DOCS AUTHORS
%{_bindir}/ghex %{_bindir}/ghex
%{_libdir}/libgtkhex-3.so.* %{_libdir}/libgtkhex-3.so.*
%{_datadir}/applications/ghex.desktop %{_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}/icons/hicolor/*/apps/ghex.*
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%dir %{_datadir}/gnome/help/%{name} %dir %{_datadir}/gnome/help/%{name}