commit ghex for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2020-01-31 23:55:55

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new.26092 (New)


Package is "ghex"

Fri Jan 31 23:55:55 2020 rev:56 rq:768667 version:3.18.4

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2019-07-17 
14:27:14.251349156 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new.26092/ghex.changes 2020-01-31 
23:56:41.119632756 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:10:15 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.morzoO/_old  2020-01-31 23:56:45.119634829 +0100
+++ /var/tmp/diff_new_pack.morzoO/_new  2020-01-31 23:56:45.127634833 +0100
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(gail-3.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.10
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
-Recommends: %{name}-lang
 
 %description
 GHex allows the user to load data from any file and to view and edit it




commit ghex for openSUSE:Factory

2019-07-17 Thread root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2019-07-17 14:27:14

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new.1887 (New)


Package is "ghex"

Wed Jul 17 14:27:14 2019 rev:55 rq:715810 version:3.18.4

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2018-03-08 
10:57:17.277794122 +0100
+++ /work/SRC/openSUSE:Factory/.ghex.new.1887/ghex.changes  2019-07-17 
14:27:14.251349156 +0200
@@ -1,0 +2,24 @@
+Sat Jul 13 16:35:55 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.18.4:
+  + Distribute extra empty space between offsets and xdisp.
+  + Improve border with calculations.
+  + Migrate build system to meson.
+  + Add OARS metadata.
+  + Update various links after bugzilla to gitlab migration.
+  + Rename icons, appstream and desktop files to consistently use
+org.gnome.GHex ID.
+  + Add flatpak manifest for nightly builds, enable nightly builds
+in CI.
+  + Install appstream metadata to non-deprecated location.
+  + Various updates to help docs.
+  + Updated translations.
+- Switch to meson buildsystem following upstreams port: Add meson
+  BuildRequires and macros.
+- Drop now obsolete intltool, translation-update-upstream
+  BuildRequires and glib2_gsettings_schema_requires macro and
+  conditional calling of desktop_database_post(un),
+  icon_theme_cache_post(un) and glib2_gsettings_schema_post(un) in
+  post(un).
+
+---

Old:

  ghex-3.18.3.tar.xz

New:

  ghex-3.18.4.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.ovl8xn/_old  2019-07-17 14:27:14.727347677 +0200
+++ /var/tmp/diff_new_pack.ovl8xn/_new  2019-07-17 14:27:14.731347665 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   ghex
-Version:3.18.3
+Version:3.18.4
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 URL:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/ghex/3.18/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(atk) >= 1.0.0
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.10
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
 Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 GHex allows the user to load data from any file and to view and edit it
@@ -64,58 +63,31 @@
 %lang_package
 
 %prep
-%setup -q -n ghex-%{version}
-translation-update-upstream
+%autosetup -p1
 
 %build
-%configure --with-pic\
-   --disable-static\
-   --disable-scrollkeeper
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file -r %{name} GNOME Utility Editor
-%find_lang %{name}-3.0 %{?no_lang_C}
+%meson_install
+
+%suse_update_desktop_file -r org.gnome.GHex GNOME Utility Editor
 %find_lang %{name} ghex-3.0.lang %{?no_lang_C}
 %fdupes -s %{buildroot}
 
-%post
-%if 0%{?suse_version} > 1130
-%desktop_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-%endif
-
-%postun
-%if 0%{?suse_version} > 1130
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-%endif
-
 %post -n libgtkhex-3-0 -p /sbin/ldconfig
 %postun -n libgtkhex-3-0 -p /sbin/ldconfig
 
 %files
 %license COPYING
 %doc README COPYING-DOCS AUTHORS
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/ghex
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/ghex.appdata.xml
-%{_datadir}/applications/ghex.desktop
-%dir %{_datadir}/GConf
-%dir %{_datadir}/GConf/gsettings
-%{_datadir}/GConf/gsettings/ghex.convert
+%{_datadir}/metainfo/org.gnome.GHex.appdata.xml
+%{_datadir}/applications/org.gnome.GHex.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
-# Own dirs for older versions of openSUSE
-%if 0%{?suse_version} <= 1320
-%dir %{_datadir}/icons/

commit ghex for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2018-03-08 10:57:13

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Thu Mar  8 10:57:13 2018 rev:54 rq:582684 version:3.18.3

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2016-10-18 
10:43:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2018-03-08 
10:57:17.277794122 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:26:28 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.tQFSMR/_old  2018-03-08 10:57:17.82524 +0100
+++ /var/tmp/diff_new_pack.tQFSMR/_new  2018-03-08 10:57:17.82524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
 Version:3.18.3
 Release:0
 Summary:GNOME Binary Editor
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Other
-Url:http://www.gnome.org/
+URL:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/ghex/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -34,7 +35,6 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.10
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -62,8 +62,9 @@
 a non-ASCII format for saving.
 
 %lang_package
+
 %prep
-%setup -n ghex-%{version}
+%setup -q -n ghex-%{version}
 translation-update-upstream
 
 %build
@@ -73,16 +74,13 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
-%suse_update_desktop_file -r %name GNOME Utility Editor
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
+%suse_update_desktop_file -r %{name} GNOME Utility Editor
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang %{name} ghex-3.0.lang %{?no_lang_C}
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %if 0%{?suse_version} > 1130
 %desktop_database_post
@@ -98,12 +96,11 @@
 %endif
 
 %post -n libgtkhex-3-0 -p /sbin/ldconfig
-
 %postun -n libgtkhex-3-0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc README COPYING COPYING-DOCS AUTHORS
+%license COPYING
+%doc README COPYING-DOCS AUTHORS
 %{_bindir}/ghex
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/ghex.appdata.xml
@@ -121,11 +118,9 @@
 %doc %{_datadir}/help/C/%{name}/
 
 %files -n libgtkhex-3-0
-%defattr(-,root,root)
 %{_libdir}/libgtkhex-3.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/gtkhex-3/
 %{_libdir}/libgtkhex-3.so
 %{_libdir}/pkgconfig/gtkhex-3.pc




commit ghex for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2016-10-18 10:43:00

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2016-06-19 
10:49:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2016-10-18 
10:43:01.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct 12 13:14:53 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.18.3:
+  + Add Language headers to po files.
+  + Unbreak build with GCC 4.
+  + Updated translations.
+
+---

Old:

  ghex-3.18.2.tar.xz

New:

  ghex-3.18.3.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.4KOsLS/_old  2016-10-18 10:43:02.0 +0200
+++ /var/tmp/diff_new_pack.4KOsLS/_new  2016-10-18 10:43:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.18.2
+Version:3.18.3
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

++ ghex-3.18.2.tar.xz -> ghex-3.18.3.tar.xz ++
 6085 lines of diff (skipped)




commit ghex for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2016-06-19 10:49:19

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2016-06-02 
09:39:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2016-06-19 
10:49:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 14 18:03:58 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Fix build with GCC 6.
+  + Updated translations.
+
+---

Old:

  ghex-3.18.1.tar.xz

New:

  ghex-3.18.2.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.xhLy3v/_old  2016-06-19 10:49:22.0 +0200
+++ /var/tmp/diff_new_pack.xhLy3v/_new  2016-06-19 10:49:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

++ ghex-3.18.1.tar.xz -> ghex-3.18.2.tar.xz ++
 3743 lines of diff (skipped)




commit ghex for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2016-06-02 09:39:35

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2016-05-16 
12:04:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2016-06-02 
09:39:37.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 17:49:10 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -6,0 +12,5 @@
+
+---
+Fri Apr 15 17:18:45 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572



Other differences:
--



commit ghex for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2016-05-16 12:04:01

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2015-10-08 
08:25:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2016-05-16 
12:04:03.0 +0200
@@ -1,0 +2,7 @@
+Thu May 12 17:18:41 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Update the AppData file to spec version 0.7+.
+  + Updated translations.
+
+---

Old:

  ghex-3.18.0.tar.xz

New:

  ghex-3.18.1.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.NHPBif/_old  2016-05-16 12:04:03.0 +0200
+++ /var/tmp/diff_new_pack.NHPBif/_new  2016-05-16 12:04:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

++ ghex-3.18.0.tar.xz -> ghex-3.18.1.tar.xz ++
 5579 lines of diff (skipped)




commit ghex for openSUSE:Factory

2015-10-07 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2015-10-08 08:25:20

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2015-09-24 
06:16:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2015-10-08 
08:25:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  1 18:42:25 UTC 2015 - zai...@opensuse.org
+
+- Own %{_datadir}/icons/hicolor/512x512 and subfolders on older
+  versions of openSUSE.
+
+---



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.7dTuZJ/_old  2015-10-08 08:25:22.0 +0200
+++ /var/tmp/diff_new_pack.7dTuZJ/_new  2015-10-08 08:25:22.0 +0200
@@ -112,6 +112,11 @@
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/ghex.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
+# Own dirs for older versions of openSUSE
+%if 0%{?suse_version} <= 1320
+%dir %{_datadir}/icons/hicolor/512x512
+%dir %{_datadir}/icons/hicolor/512x512/apps
+%endif
 %{_datadir}/icons/hicolor/*/apps/ghex*
 %doc %{_datadir}/help/C/%{name}/
 




commit ghex for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2015-09-24 06:15:56

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2014-05-05 
21:18:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2015-09-24 
06:16:23.0 +0200
@@ -1,0 +2,21 @@
+Wed Sep 23 08:43:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.0:
+  + Updated translations.
+
+---
+Wed Sep  2 10:43:50 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.91:
+  + Fix icon installation.
+  + Update screenshot in appdata file.
+- Changes from version 3.17.90:
+  + Add symbolic icon.
+  + Include higher resolution app icons.
+  + Support decoding 64-bit integers.
+  + Allow immediate clicking between gtkhex views.
+  + Improve the default file name when printing to a file.
+  + Updated translations.
+- Drop HighContrast icon theme handling in post/postun.
+
+---

Old:

  ghex-3.10.1.tar.xz

New:

  ghex-3.18.0.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.lD8AF1/_old  2015-09-24 06:16:23.0 +0200
+++ /var/tmp/diff_new_pack.lD8AF1/_new  2015-09-24 06:16:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.10.1
+Version:3.18.0
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.10/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -87,7 +87,6 @@
 %if 0%{?suse_version} > 1130
 %desktop_database_post
 %icon_theme_cache_post
-%icon_theme_cache_post HighContrast
 %glib2_gsettings_schema_post
 %endif
 
@@ -95,7 +94,6 @@
 %if 0%{?suse_version} > 1130
 %desktop_database_postun
 %icon_theme_cache_postun
-%icon_theme_cache_postun HighContrast
 %glib2_gsettings_schema_postun
 %endif
 
@@ -114,8 +112,7 @@
 %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/HighContrast/
+%{_datadir}/icons/hicolor/*/apps/ghex*
 %doc %{_datadir}/help/C/%{name}/
 
 %files -n libgtkhex-3-0

++ ghex-3.10.1.tar.xz -> ghex-3.18.0.tar.xz ++
 45469 lines of diff (skipped)




commit ghex for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2014-05-05 21:17:10

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2013-09-26 
11:45:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2014-05-05 
21:18:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 15 09:32:45 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.1:
+  + Update URLs in doap and appdata files.
+  + Updated translations.
+
+---

Old:

  ghex-3.10.0.tar.xz

New:

  ghex-3.10.1.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.0w9c7S/_old  2014-05-05 21:18:49.0 +0200
+++ /var/tmp/diff_new_pack.0w9c7S/_new  2014-05-05 21:18:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

++ ghex-3.10.0.tar.xz -> ghex-3.10.1.tar.xz ++
 10907 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-09-26 11:45:11

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2013-09-23 
08:58:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-09-26 
11:45:12.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 23 18:53:08 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.10.0:
+  + Stable release, no changes from version 3.9.92.
+
+---

Old:

  ghex-3.9.92.tar.xz

New:

  ghex-3.10.0.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.qhHuPZ/_old  2013-09-26 11:45:12.0 +0200
+++ /var/tmp/diff_new_pack.qhHuPZ/_new  2013-09-26 11:45:12.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.9.92
+Version:3.10.0
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.10/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream

++ ghex-3.9.92.tar.xz -> ghex-3.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghex-3.9.92/NEWS new/ghex-3.10.0/NEWS
--- old/ghex-3.9.92/NEWS2013-09-18 15:56:34.0 +0200
+++ new/ghex-3.10.0/NEWS2013-09-23 20:25:55.0 +0200
@@ -1,4 +1,12 @@
 ===
+GHex 3.10.0
+===
+
+New stable release with no code changes compared to the previous 3.9.92 release
+candidate.
+
+
+===
 GHex 3.9.92
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghex-3.9.92/configure new/ghex-3.10.0/configure
--- old/ghex-3.9.92/configure   2013-09-18 15:57:13.0 +0200
+++ new/ghex-3.10.0/configure   2013-09-23 20:28:11.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ghex 3.9.92.
+# Generated by GNU Autoconf 2.69 for ghex 3.10.0.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='ghex'
 PACKAGE_TARNAME='ghex'
-PACKAGE_VERSION='3.9.92'
-PACKAGE_STRING='ghex 3.9.92'
+PACKAGE_VERSION='3.10.0'
+PACKAGE_STRING='ghex 3.10.0'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=ghex'
 PACKAGE_URL=''
 
@@ -1389,7 +1389,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ghex 3.9.92 to adapt to many kinds of systems.
+\`configure' configures ghex 3.10.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1459,7 +1459,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ghex 3.9.92:";;
+ short | recursive ) echo "Configuration of ghex 3.10.0:";;
esac
   cat <<\_ACEOF
 
@@ -1592,7 +1592,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ghex configure 3.9.92
+ghex configure 3.10.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2015,7 +2015,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ghex $as_me 3.9.92, which was
+It was created by ghex $as_me 3.10.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2884,7 +2884,7 @@
 
 # Define the identity of the package.
  PACKAGE='ghex'
- VERSION='3.9.92'
+ VERSION='3.10.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13763,7 +13763,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ghex $as_me 3.9.92, which was
+This file was extended by ghex $as_me 3.10.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13829,7 +13829,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ghex config.status 3.9.92
+ghex config.status 3.10.0
 configured by $0, generat

commit ghex for openSUSE:Factory

2013-09-22 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-09-23 08:58:13

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2013-05-16 
10:30:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-09-23 
08:58:14.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 18 20:35:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Ship an appdata file.
+  + Don't use AM_GNU_GETTEXT.
+  + Updated translations.
+
+---

Old:

  ghex-3.8.1.tar.xz

New:

  ghex-3.9.92.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.ehkiKe/_old  2013-09-23 08:58:15.0 +0200
+++ /var/tmp/diff_new_pack.ehkiKe/_new  2013-09-23 08:58:15.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.8.1
+Version:3.9.92
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -107,6 +107,8 @@
 %defattr(-,root,root)
 %doc README COPYING COPYING-DOCS AUTHORS
 %{_bindir}/ghex
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/ghex.appdata.xml
 %{_datadir}/applications/ghex.desktop
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings

++ ghex-3.8.1.tar.xz -> ghex-3.9.92.tar.xz ++
 12999 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-05-16 10:30:00

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2013-03-27 
19:23:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-05-16 
10:30:01.0 +0200
@@ -1,0 +2,7 @@
+Mon May 13 18:51:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Validate the .desktop file on 'make check'.
+  + Updated translations.
+
+---

Old:

  ghex-3.8.0.tar.xz

New:

  ghex-3.8.1.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.IcnjOL/_old  2013-05-16 10:30:02.0 +0200
+++ /var/tmp/diff_new_pack.IcnjOL/_new  2013-05-16 10:30:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

++ ghex-3.8.0.tar.xz -> ghex-3.8.1.tar.xz ++
 2896 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2013-03-27 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-03-27 19:23:44

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2013-02-20 
09:24:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-03-27 
19:23:58.0 +0100
@@ -1,0 +2,38 @@
+Mon Mar 25 16:38:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Tue Feb 19 21:42:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Make it possible to resize the main window to fit smaller
+screens.
+  + Updated translations.
+- Drop ghex-empty-search-crash.patch: fixed upstream.
+
+---
+Tue Feb 19 20:04:46 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Updated translations.
+
+---
+Tue Feb 19 19:15:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.2:
+  + New icons for the HighContrast theme.
+  + Add search keywords to the .desktop file.
+  + Updated translations.
+
+---
+Tue Feb 19 18:51:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.1:
+  + Use yelp-tools instead gnome-doc-utils.
+  + Updated translations.
+- Replace gtk-doc-utils-devel BuildRequires with yelp-tools,
+  following upstreams port to the new documentation infrastructure.
+
+---

Old:

  ghex-3.6.1.tar.xz

New:

  ghex-3.8.0.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.RAtbbO/_old  2013-03-27 19:24:00.0 +0100
+++ /var/tmp/diff_new_pack.RAtbbO/_new  2013-03-27 19:24:00.0 +0100
@@ -17,18 +17,18 @@
 
 
 Name:   ghex
-Version:3.6.1
+Version:3.8.0
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.6/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(atk) >= 1.0.0
 BuildRequires:  pkgconfig(gail-3.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.10
@@ -87,6 +87,7 @@
 %if 0%{?suse_version} > 1130
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 %glib2_gsettings_schema_post
 %endif
 
@@ -94,6 +95,7 @@
 %if 0%{?suse_version} > 1130
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 %glib2_gsettings_schema_postun
 %endif
 
@@ -111,9 +113,8 @@
 %{_datadir}/GConf/gsettings/ghex.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/ghex.*
-%dir %{_datadir}/gnome/help/%{name}
-%doc %{_datadir}/gnome/help/%{name}/C/
-%doc %{_datadir}/omf/%{name}/%{name}-C.omf
+%{_datadir}/icons/HighContrast/
+%doc %{_datadir}/help/C/%{name}/
 
 %files -n libgtkhex-3-0
 %defattr(-,root,root)

++ ghex-3.6.1.tar.xz -> ghex-3.8.0.tar.xz ++
 43596 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-02-20 09:24:35

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-10-18 
21:18:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-02-20 
09:24:36.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 19 17:17:47 CET 2013 - sbra...@suse.cz
+
+- Removed obsolete ghex-empty-search-crash.patch. (bgo#473208)
+
+---

Old:

  ghex-empty-search-crash.patch



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.co6uuX/_old  2013-02-20 09:24:37.0 +0100
+++ /var/tmp/diff_new_pack.co6uuX/_new  2013-02-20 09:24:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -24,8 +24,6 @@
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/ghex/3.6/%{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
@@ -67,7 +65,6 @@
 %prep
 %setup -n ghex-%{version}
 translation-update-upstream
-%patch7
 
 %build
 %configure --with-pic\


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-10-18 21:18:27

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-10-03 
07:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-10-18 
21:18:29.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 16 16:01:53 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.6.1:
+  + Updated translations.
+
+---

Old:

  ghex-3.6.0.tar.xz

New:

  ghex-3.6.1.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.urAJqn/_old  2012-10-18 21:18:32.0 +0200
+++ /var/tmp/diff_new_pack.urAJqn/_new  2012-10-18 21:18:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-10-03 07:14:50

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-09-25 
13:40:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-10-03 
07:14:51.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 27 18:51:28 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---

Old:

  ghex-3.5.91.tar.xz

New:

  ghex-3.6.0.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.ctwR2C/_old  2012-10-03 07:14:52.0 +0200
+++ /var/tmp/diff_new_pack.ctwR2C/_new  2012-10-03 07:14:52.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.5.91
+Version:3.6.0
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.5/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.6/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
 Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-09-25 13:40:14

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-09-15 
17:27:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-09-25 
13:40:16.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 19 11:05:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91:
+  + Improvements to the size allocation code in the GtkHex widget
+  + Updated translations.
+
+---

Old:

  ghex-3.5.90.tar.xz

New:

  ghex-3.5.91.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.QuJW0Z/_old  2012-09-25 13:40:17.0 +0200
+++ /var/tmp/diff_new_pack.QuJW0Z/_new  2012-09-25 13:40:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.5.90
+Version:3.5.91
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-09-15 17:27:05

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-05-16 
21:07:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-09-15 
17:27:10.0 +0200
@@ -1,0 +2,24 @@
+Mon Aug 20 20:34:28 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Port to GtkApplication
+  + Remove deprecated use of GDK_THREADS_ENTER/LEAVE
+  + Updated translations.
+
+---
+Tue Jul 17 20:49:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.2:
+  + Fix drag-and-drop from file managers
+  + Updated translations.
+
+---
+Wed May 16 17:33:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.1:
+  + Prepend 0x to the offset in status bar.
+  + Avoid using gtk 3.4 deprecated symbols.
+  + Windows build improvements.
+  + Updated translations.
+
+---

Old:

  ghex-3.4.1.tar.xz

New:

  ghex-3.5.90.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.btrfR1/_old  2012-09-15 17:27:12.0 +0200
+++ /var/tmp/diff_new_pack.btrfR1/_new  2012-09-15 17:27:12.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.4.1
+Version:3.5.90
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.5/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
 Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-05-16 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-05-16 21:07:06

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-03-29 
11:40:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-05-16 
21:07:23.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 14:46:38 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Updated translations.
+
+---

Old:

  ghex-3.4.0.tar.xz

New:

  ghex-3.4.1.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.cAEiTM/_old  2012-05-16 21:07:25.0 +0200
+++ /var/tmp/diff_new_pack.cAEiTM/_new  2012-05-16 21:07:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-03-29 11:40:36

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-03-16 
13:13:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-03-29 
11:40:38.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 26 21:24:49 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + Fix a desktop-file-validate warning about ghex.desktop.
+  + Updated translations.
+
+---

Old:

  ghex-3.3.91.tar.xz

New:

  ghex-3.4.0.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.KIoPo2/_old  2012-03-29 11:40:40.0 +0200
+++ /var/tmp/diff_new_pack.KIoPo2/_new  2012-03-29 11:40:40.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.3.91
+Version:3.4.0
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.4/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
 Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-03-16 13:13:48

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-02-25 
14:12:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-03-16 
13:13:50.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  9 19:40:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.91:
+  + Store the UI definition file as resource data
+  + Better experience for the "Goto Byte..." dialog
+  + Various code cleanups
+  + Updated translations.
+
+---

Old:

  ghex-3.3.90.tar.xz

New:

  ghex-3.3.91.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.2xssqK/_old  2012-03-16 13:13:52.0 +0100
+++ /var/tmp/diff_new_pack.2xssqK/_new  2012-03-16 13:13:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ghex
-Version:3.3.90
+Version:3.3.91
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
@@ -33,8 +33,8 @@
 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:  pkgconfig(gio-2.0) >= 2.31.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -114,7 +114,6 @@
 %{_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}
 %doc %{_datadir}/gnome/help/%{name}/C/
 %doc %{_datadir}/omf/%{name}/%{name}-C.omf

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2012-02-25 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-02-25 14:11:51

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2011-10-02 
10:03:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-02-25 
14:12:05.0 +0100
@@ -1,0 +2,13 @@
+Tue Feb 21 09:47:28 UTC 2012 - vu...@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.
+
+---

Old:

  ghex-3.0.0.tar.bz2

New:

  ghex-3.3.90.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.NoQN2y/_old  2012-02-25 14:12:06.0 +0100
+++ /var/tmp/diff_new_pack.NoQN2y/_new  2012-02-25 14:12:06.0 +0100
@@ -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 @@
 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 @@
 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 @@
 %build
 %configure --with-pic\
--disable-static\
-   --disable-scrollkeeper\
-   --disable-schemas-install
+   --disable-scrollkeeper
 make %{?_smp_mflags}
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2011-12-06 18:12:29

Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and  /work/SRC/openSUSE:Factory/.ghex.new (New)


Package is "ghex", Maintainer is "gnome-maintain...@suse.de"

Changes:




Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.grU8No/_old  2011-12-06 18:18:13.0 +0100
+++ /var/tmp/diff_new_pack.grU8No/_new  2011-12-06 18:18:13.0 +0100
@@ -20,7 +20,7 @@
 Name:   ghex
 Version:3.0.0
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:GNOME Binary Editor
 Url:http://www.gnome.org/
 Group:  Development/Tools/Other
@@ -46,7 +46,7 @@
 a non-ASCII format for saving.
 
 %package -n libgtkhex-3-0
-License:GPLv2+
+License:GPL-2.0+
 Summary:GNOME Binary Editor -- Library
 Group:  System/Libraries
 
@@ -56,7 +56,7 @@
 a non-ASCII format for saving.
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:GNOME Binary Editor -- Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libgtkhex-3-0 = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package ghex for openSUSE:Factory
checked in at Sun Oct 2 10:03:06 CEST 2011.




--- openSUSE:Factory/ghex/ghex.changes  2011-09-23 01:59:38.0 +0200
+++ /mounts/work_src_done/STABLE/ghex/ghex.changes  2011-09-26 
21:48:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 26 19:47:21 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  ghex-2.90.2.tar.bz2

New:

  ghex-3.0.0.tar.bz2



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.EyHxup/_old  2011-10-02 10:03:02.0 +0200
+++ /var/tmp/diff_new_pack.EyHxup/_new  2011-10-02 10:03:02.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   ghex
-Version:2.90.2
+Version:3.0.0
 Release:1
 License:GPLv2+
 Summary:GNOME Binary Editor
 Url:http://www.gnome.org/
 Group:  Development/Tools/Other
-Source: 
http://download.gnome.org/sources/ghex/2.90/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/ghex/3.0/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
 Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes

++ ghex-2.90.2.tar.bz2 -> ghex-3.0.0.tar.bz2 ++
 6661 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package ghex for openSUSE:Factory
checked in at Fri Sep 9 11:15:18 CEST 2011.




--- GNOME/ghex/ghex.changes 2011-08-15 19:46:46.0 +0200
+++ /mounts/work_src_done/STABLE/ghex/ghex.changes  2011-09-06 
11:07:33.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep  6 06:24:54 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.90.2:
+  + Fix endianess conversion for 64-bit floating point (bgo#625968,
+bgo#648644)
+  + Update oudated FSF mailing address (bgo#656596)
+  + Build system cleanups (bgo#656919)
+  + Updated translations.
+- Remove renaming hack of sr@Latn to sr@latin: fixed upstream.
+- Stop changing Name and GenericName in .desktop file: they're
+  correct upstream.
+- Remove sed hack to remove Development category in .desktop file,
+  and instead use -r in %suse_update_desktop_file to replace
+  existing categories. Add GNOME category too.
+- Drop explicit Requires for atk-devel, gail-devel, gtk2-devel in
+  devel subpackage: the right Requires will automatically be added
+  the pkgconfig() way.
+- Split library in libgtkhex-3-0 subpackage, to follow shared
+  library packaging policy.
+
+---

calling whatdependson for head-i586


Old:

  ghex-2.90.1.tar.bz2

New:

  ghex-2.90.2.tar.bz2



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.2LEQcu/_old  2011-09-09 11:15:07.0 +0200
+++ /var/tmp/diff_new_pack.2LEQcu/_new  2011-09-09 11:15:07.0 +0200
@@ -18,14 +18,14 @@
 
 
 Name:   ghex
-Version:2.90.1
+Version:2.90.2
 Release:1
 License:GPLv2+
 Summary:GNOME Binary Editor
 Url:http://www.gnome.org/
 Group:  Development/Tools/Other
 Source: 
http://download.gnome.org/sources/ghex/2.90/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo532184
+# PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
 Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -45,14 +45,21 @@
 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:GPLv2+
+Summary:GNOME Binary Editor -- Library
+Group:  System/Libraries
+
+%description -n libgtkhex-3-0
+GHex allows the user to load data from any file and to view and edit it
+in either hex or ASCII. It is a must for anyone playing games that use
+a non-ASCII format for saving.
+
 %package devel
 License:GPLv2+
-Summary:GNOME Binary Editor
-Group:  Development/Tools/Other
-Requires:   %{name} = %{version}
-Requires:   atk-devel
-Requires:   gail-devel
-Requires:   gtk2-devel
+Summary:GNOME Binary Editor -- Development Files
+Group:  Development/Libraries/GNOME
+Requires:   libgtkhex-3-0 = %{version}
 
 %description devel
 GHex allows the user to load data from any file and to view and edit it
@@ -75,13 +82,7 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
-%suse_update_desktop_file -N GHex -G "Hex Editor" %name Utility Editor
-sed -e "s@;Development;@;@" < 
%{buildroot}%{_datadir}/applications/ghex.desktop \
- > %{buildroot}%{_datadir}/applications/ghex.desktop.new
-mv %{buildroot}%{_datadir}/applications/ghex.desktop.new \
-   %{buildroot}%{_datadir}/applications/ghex.desktop
-# Change sr@Latn to sr@latin
-mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
+%suse_update_desktop_file -r %name GNOME Utility Editor
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang %{name} ghex-3.0.lang %{?no_lang_C}
 %fdupes -s %{buildroot}
@@ -90,7 +91,6 @@
 rm -rf %{buildroot}
 
 %post
-/sbin/ldconfig
 %if 0%{?suse_version} > 1130
 %desktop_database_post
 %icon_theme_cache_post
@@ -98,20 +98,20 @@
 %endif
 
 %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
+%post -n libgtkhex-3-0 -p /sbin/ldconfig
+
+%postun -n libgtkhex-3-0 -p /sbin/ldconfig
 
 %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
@@ -121,7 +121,11 @@
 %{_datadir}/%{name}/
 %dir %{_datadir}/gnome/help/%{name}
 %doc %{_datadir}/gnome/help/%{name}/C/
-%{_datadir}/omf/%{name}/%{name}-C.omf
+%doc %{_datadir}/omf/%{name}/%{name}-C.omf
+
+%files -n libgtkhex-3-0
+%defattr(-,root,root)
+%{_libdir}/libgtkhex-3.so.*
 
 %files devel
 %defattr(-,root,root)
@@ -129,4 +133,6 @@
 %{_libdir}/libgtkhex-3.so
 %{_libdir}/pkgconfig/gtkhex-3.pc
 
+%files lang -f %{name}-3.0.lang
+

commit ghex for openSUSE:Factory

2011-08-16 Thread h_root

Hello community,

here is the log from the commit of package ghex for openSUSE:Factory
checked in at Tue Aug 16 11:34:52 CEST 2011.




--- GNOME/ghex/ghex.changes 2011-08-05 22:57:48.0 +0200
+++ /mounts/work_src_done/STABLE/ghex/ghex.changes  2011-08-15 
19:46:46.0 +0200
@@ -1,0 +2,13 @@
+Mon Aug 15 19:37:07 CEST 2011 - dims...@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.
+
+---

calling whatdependson for head-i586


Old:

  ghex-2.90.0.tar.bz2

New:

  ghex-2.90.1.tar.bz2



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.FeNtCP/_old  2011-08-16 11:31:09.0 +0200
+++ /var/tmp/diff_new_pack.FeNtCP/_new  2011-08-16 11:31:09.0 +0200
@@ -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:  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}/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}

++ ghex-2.90.0.tar.bz2 -> ghex-2.90.1.tar.bz2 ++
 7414 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghex for openSUSE:Factory

2011-08-12 Thread h_root

Hello community,

here is the log from the commit of package ghex for openSUSE:Factory
checked in at Fri Aug 12 10:33:30 CEST 2011.




--- GNOME/ghex/ghex.changes 2011-02-12 20:24:27.0 +0100
+++ /mounts/work_src_done/STABLE/ghex/ghex.changes  2011-08-05 
22:57:48.0 +0200
@@ -1,0 +2,41 @@
+Fri Aug  5 20:51:00 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.90.0:
+  + Changes for GNOME 3 support:
+- Port from poptOption to GOptionEntry
+- Replace deprecated GTK+ symbols
+- Remove libgnome and libgnomeui dependency
+- Use Gio instead GnomeVfs
+- Replace Gdk drawing with Cairo
+- Port from BonoboUI to GtkUIManager
+- Remove custom print widgets
+- Port from libgnomeprint to GtkPrint
+- Port to GTK+ 3
+- Rename the shared libray for parallel installability
+  + New Features and UI Improvements:
+- Improve About dialog
+- Add relative offset jumping with + and - in 'Go to Byte'
+- Use double buffering for drawing, reducing flicker
+  + Bug fixes:
+- Convert po files to UTF-8
+- Fix various compiler warnings
+- Fix xsltproc warnings
+- Fix the order of LDADD
+- Fix build with stricter linker on latest Fedora
+- Fix gnome-doc-utils support
+- Modernize autotools configuration
+- Use upstream gettext instead the glib one
+- Fix regression with close on save confirmation
+- Avoid showing status message on an already destroyed window
+- Update overview when deleting a character with the 'DEL' key
+  + Bugs fixed: bgo#333819, bgo#445053, bgo#508563, bgo#547882,
+bgo#548438, bgo#570688, bgo#571892, bgo#584006, bgo#590995,
+bgo#590996, bgo#597683, bgo#597684, bgo#597685, bgo#597687,
+bgo#597688, bgo#608275, bgo#608284, bgo#609277, bgo#609548,
+bgo#612693, bgo#612885, bgo#630377.
+  + Updated translations.
+- Remove libgnomeui-devel and libgnomeprintui-devel BuildRequires.
+- Add pkgconfig(atk), pkgconfig(gail-3.0), pkgconfig(gconf-2.0),
+  pkgconfig(gio-2.0) and pkgconfig(gtk+-3.0) BuildRequires.
+
+---

calling whatdependson for head-i586


Old:

  ghex-2.24.0.tar.bz2

New:

  ghex-2.90.0.tar.bz2



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.tBmOv9/_old  2011-08-12 10:28:43.0 +0200
+++ /var/tmp/diff_new_pack.tBmOv9/_new  2011-08-12 10:28:43.0 +0200
@@ -15,28 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ghex
-BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  intltool
-BuildRequires:  libgnomeprintui-devel
-BuildRequires:  libgnomeui-devel
-BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
+Version:2.90.0
+Release:1
 License:GPLv2+
-Group:  Development/Tools/Other
-Version:2.24.0
-Release:9
 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
+Group:  Development/Tools/Other
+Source: 
http://download.gnome.org/sources/ghex/2.90/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo532184
 Patch7: ghex-empty-search-crash.patch
+BuildRequires:  fdupes
+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
 
 %description
@@ -48,7 +50,10 @@
 License:GPLv2+
 Summary:GNOME Binary Editor
 Group:  Development/Tools/Other
-Requires:   %{name} = %{version} gtk2-devel gail-devel atk-devel
+Requires:   %{name} = %{version}
+Requires:   atk-devel
+Requires:   gail-devel
+Requires:   gtk2-devel
 
 %description devel
 GHex allows the user to load data from any file and to view and edit it
@@ -66,26 +71,25 @@
--disable-static\
--disable-scrollkeeper\
--disable-schemas-install
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
+find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
 %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 \
-   $RPM_BUILD_ROOT%{_datadir}/applicati