commit d-feet for openSUSE:Factory

2020-08-23 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2020-08-23 09:21:16

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new.3399 (New)


Package is "d-feet"

Sun Aug 23 09:21:16 2020 rev:41 rq:823596 version:0.3.15

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2020-01-27 
00:23:35.765529744 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new.3399/d-feet.changes  2020-08-23 
09:21:25.930693524 +0200
@@ -1,0 +2,5 @@
+Tue Jul 28 16:53:04 UTC 2020 - Bjørn Lie 
+
+- Build as noarch again, with new meson version it works again.
+
+---



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.KA6w0d/_old  2020-08-23 09:21:26.474693825 +0200
+++ /var/tmp/diff_new_pack.KA6w0d/_new  2020-08-23 09:21:26.478693828 +0200
@@ -28,15 +28,14 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
-### FIXME ###
-#BuildArch:  noarch
+BuildArch:  noarch
 
 %description
 D-Feet is a graphical D-Bus debugger.  D-Bus is an RPC library used on
@@ -66,9 +65,7 @@
 %doc AUTHORS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-### FIXME ### we should be able to use noarch as before, but meson refuses my 
advances :-(
-#%%{python3_sitelib}/dfeet/
-%{_libdir}/python3.*/site-packages/dfeet/
+%{python3_sitelib}/dfeet/
 %{_datadir}/%{name}/
 %{_datadir}/applications/org.gnome.dfeet.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.dfeet.gschema.xml




commit d-feet for openSUSE:Factory

2020-01-26 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2020-01-27 00:23:00

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new.26092 (New)


Package is "d-feet"

Mon Jan 27 00:23:00 2020 rev:40 rq:767332 version:0.3.15

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2019-01-08 
12:31:03.024103981 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new.26092/d-feet.changes 2020-01-27 
00:23:35.765529744 +0100
@@ -1,0 +2,17 @@
+Sat Jan 25 14:06:33 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---
+Sat Aug 10 19:10:44 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.3.15:
+  + Restructure menus to follow GNOME 3.32 menu guidelines.
+  + New app icon as part of the GNOME 3.32 icon redesign.
+  + Add OARS content-rating data.
+  + New Meson-based build system.
+  + Updated translations.
+- Add meson BuildRequires and macros following upstreams port.
+- No longer build as NoArch, FIXME added to spec.
+
+---

Old:

  d-feet-0.3.14.tar.xz

New:

  d-feet-0.3.15.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.mG2CAw/_old  2020-01-27 00:23:36.841530251 +0100
+++ /var/tmp/diff_new_pack.mG2CAw/_new  2020-01-27 00:23:36.849530255 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.14
+Version:0.3.15
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0-or-later
@@ -28,14 +28,15 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
-Recommends: %{name}-lang
-BuildArch:  noarch
+### FIXME ###
+#BuildArch:  noarch
 
 %description
 D-Feet is a graphical D-Bus debugger.  D-Bus is an RPC library used on
@@ -49,13 +50,13 @@
 
 %build
 export PYTHON=%{_bindir}/python3
-%configure \
-   --libdir=/unused-in-noarch \
-   --disable-tests \
+%meson \
+   -Dtests=false \
%{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
@@ -65,12 +66,13 @@
 %doc AUTHORS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-%{python3_sitelib}/dfeet/
+### FIXME ### we should be able to use noarch as before, but meson refuses my 
advances :-(
+#%%{python3_sitelib}/dfeet/
+%{_libdir}/python3.*/site-packages/dfeet/
 %{_datadir}/%{name}/
 %{_datadir}/applications/org.gnome.dfeet.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.dfeet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
-%{_datadir}/icons/HighContrast/
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/org.gnome.dfeet.appdata.xml
 

++ d-feet-0.3.14.tar.xz -> d-feet-0.3.15.tar.xz ++
 24505 lines of diff (skipped)




commit d-feet for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2019-01-08 12:28:32

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new.28833 (New)


Package is "d-feet"

Tue Jan  8 12:28:32 2019 rev:39 rq:663087 version:0.3.14

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2018-12-12 
17:31:16.406665273 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new.28833/d-feet.changes 2019-01-08 
12:31:03.024103981 +0100
@@ -1,0 +2,6 @@
+Wed Jan  2 16:37:27 UTC 2019 - bwiedem...@suse.com
+
+- Do not have useless arch-dependent libdir in noarch package
+  (boo#1109534).
+
+---



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.kB78qp/_old  2019-01-08 12:31:03.480103486 +0100
+++ /var/tmp/diff_new_pack.kB78qp/_new  2019-01-08 12:31:03.484103481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# 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
@@ -50,6 +50,7 @@
 %build
 export PYTHON=%{_bindir}/python3
 %configure \
+   --libdir=/unused-in-noarch \
--disable-tests \
%{nil}
 




commit d-feet for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2018-12-12 17:31:15

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new.28833 (New)


Package is "d-feet"

Wed Dec 12 17:31:15 2018 rev:38 rq:657492 version:0.3.14

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2018-11-26 
10:20:36.673711395 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new.28833/d-feet.changes 2018-12-12 
17:31:16.406665273 +0100
@@ -1,0 +2,5 @@
+Tue Dec 11 19:47:41 UTC 2018 - bjorn@gmail.com
+
+- Own metainfo dir to fix build on old versions of openSUSE.
+
+---



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.1hGQ30/_old  2018-12-12 17:31:16.942664596 +0100
+++ /var/tmp/diff_new_pack.1hGQ30/_new  2018-12-12 17:31:16.942664596 +0100
@@ -70,6 +70,7 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.dfeet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/HighContrast/
+%dir %{_datadir}/metainfo
 %{_datadir}/metainfo/org.gnome.dfeet.appdata.xml
 
 %files lang -f %{name}.lang




commit d-feet for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2018-11-26 10:19:41

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new.19453 (New)


Package is "d-feet"

Mon Nov 26 10:19:41 2018 rev:37 rq:648439 version:0.3.14

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2018-03-14 
19:36:18.915004400 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new.19453/d-feet.changes 2018-11-26 
10:20:36.673711395 +0100
@@ -1,0 +2,32 @@
+Fri Nov  9 21:37:35 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.3.14:
+  + Correctly honour theme foreground colour.
+  + dbus_utils:
+- stringify "h" (UNIX FD).
+- simplify converting simple types.
+- simplify looking ahead 1 character.
+  + Cleanup doap file.
+  + settings:
+- fix regexp syntax, add a test.
+- use r'' strings for regexps.
+  + Ignore W504 line break after binary operator.
+  + Fix a few unused variable/import warnings.
+  + Remove bare 'except:' clauses.
+  + Detect 'pycodestyle', the new name for 'pep8'.
+  + Run tests with same Python version as application.
+  + Fix coding style errors reported by make check.
+  + executedialog:
+- include bus name.
+- allow selecting name/path/interface fields.
+  + Fix format string with python3.
+  + Honor theme's foreground color.
+  + Display statistics and match rules from the D-Bus Stats
+interface.
+  + Remove unused DFeetWindow.package field.
+  + Set icon_name to org.gnome.dfeet.
+  + Do not use hyphen for the reverse-DNS names.
+  + Rename the icons, appdata and desktop files.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.13.tar.xz

New:

  d-feet-0.3.14.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.JxyANS/_old  2018-11-26 10:20:37.305710651 +0100
+++ /var/tmp/diff_new_pack.JxyANS/_new  2018-11-26 10:20:37.309710647 +0100
@@ -12,12 +12,12 @@
 # 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:   d-feet
-Version:0.3.13
+Version:0.3.14
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0-or-later
@@ -66,12 +66,11 @@
 %{_bindir}/%{name}
 %{python3_sitelib}/dfeet/
 %{_datadir}/%{name}/
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.d-feet.gschema.xml
+%{_datadir}/applications/org.gnome.dfeet.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.dfeet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/HighContrast/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metainfo/org.gnome.dfeet.appdata.xml
 
 %files lang -f %{name}.lang
 

++ d-feet-0.3.13.tar.xz -> d-feet-0.3.14.tar.xz ++
 12481 lines of diff (skipped)




commit d-feet for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2018-03-14 19:36:16

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Wed Mar 14 19:36:16 2018 rev:36 rq:584653 version:0.3.13

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2017-11-30 
12:45:50.364941536 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2018-03-14 
19:36:18.915004400 +0100
@@ -1,0 +2,15 @@
+Wed Mar  7 22:27:11 UTC 2018 - bjorn@gmail.com
+
+- Drop python-pep8 BuildRequires and pass --disable-tests to
+  configure, pep8 is only needed for the test-suite, that we do not
+  even run.
+- Add explicit python3 BuildRequires, and export
+  PYTHON=%%{_bindir}/python3 before calling configure, switch to
+  python3.
+
+---
+Wed Feb 28 16:24:46 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.Yxnekj/_old  2018-03-14 19:36:19.698976555 +0100
+++ /var/tmp/diff_new_pack.Yxnekj/_new  2018-03-14 19:36:19.702976413 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# Copyright (c) 2017 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,21 +20,22 @@
 Version:0.3.13
 Release:0
 Summary:Graphical D-Bus Debugger
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Debuggers
-Url:http://live.gnome.org/DFeet/
+URL:http://live.gnome.org/DFeet/
 Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  python-pep8
+BuildRequires:  pkgconfig
+BuildRequires:  python3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
-BuildArch:  noarch
 Recommends: %{name}-lang
-%py_requires
+BuildArch:  noarch
 
 %description
 D-Feet is a graphical D-Bus debugger.  D-Bus is an RPC library used on
@@ -47,7 +48,10 @@
 %autosetup
 
 %build
-%configure
+export PYTHON=%{_bindir}/python3
+%configure \
+   --disable-tests \
+   %{nil}
 
 %install
 %make_install
@@ -56,10 +60,11 @@
 %fdupes %{buildroot}
 
 %files
-%doc AUTHORS COPYING README
+%license COPYING
+%doc AUTHORS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-%{python_sitelib}/dfeet/
+%{python3_sitelib}/dfeet/
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.d-feet.gschema.xml




commit d-feet for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2017-11-30 12:45:43

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Thu Nov 30 12:45:43 2017 rev:35 rq:546393 version:0.3.13

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2017-08-28 
15:14:19.864619552 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2017-11-30 
12:45:50.364941536 +0100
@@ -1,0 +2,30 @@
+Fri Nov 24 22:09:50 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.3.13:
+  + Use locale.textdomain otherwise gtkbuilder translations don't
+work.
+  + gitignore: Ignore generated localized help files.
+  + build:
+- Put various Autotools droppings in build-aux.
+- Stop using GNOME_COMPILE_WARNINGS.
+- Replace deprecated use of gnome-autogen.sh with recommended
+  autogen.sh.
+- Put third-party macros in m4.
+  + Make pep8 happy.
+  + ExecuteMethodDialog: set_transient_for().
+  + ExecuteMethodDialog: Pretty-print multiple results.
+  + Fix PEP8 305 style error.
+  + Show values that have a logical False representation.
+  + Updated translations.
+- Drop
+  d-feet-Show-values-that-have-logical-False-representation.patch:
+  Fixed upstream.
+- Drop update-desktop-files BuildRequires and
+  suse_update_desktop_file macro, no longer needed.
+- Drop obsolete post(un) handling of icon_theme_cache_post(un),
+  desktop_database_post(un) and glib2_gsettings_schema_post(un), we
+  have file-triggers taking care of this now.
+- Run spec-cleaner, modernize spec, use autosetup and make_build
+  macros.
+
+---

Old:

  d-feet-0.3.12.tar.xz
  d-feet-Show-values-that-have-logical-False-representation.patch

New:

  d-feet-0.3.13.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.YOq0IJ/_old  2017-11-30 12:45:51.324906638 +0100
+++ /var/tmp/diff_new_pack.YOq0IJ/_new  2017-11-30 12:45:51.324906638 +0100
@@ -17,25 +17,21 @@
 
 
 Name:   d-feet
-Version:0.3.12
+Version:0.3.13
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://live.gnome.org/DFeet/
 Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
d-feet-Show-values-that-have-logical-False-representation.patch bgo#783006 
zai...@opensuse.org -- Show values that have a logical False representation
-Patch0: d-feet-Show-values-that-have-logical-False-representation.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  python-pep8
-BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Recommends: %{name}-lang
 %py_requires
@@ -46,33 +42,20 @@
 programs and invoke methods on those objects.
 
 %lang_package
+
 %prep
-%setup -q
-%patch0 -p1
+%autosetup
 
 %build
 %configure
 
 %install
 %make_install
-%suse_update_desktop_file -N "D-Feet D-Bus Debugger" %{name}
+
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%icon_theme_cache_post
-%icon_theme_cache_post HighContrast
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%icon_theme_cache_postun
-%icon_theme_cache_postun HighContrast
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}

++ d-feet-0.3.12.tar.xz -> d-feet-0.3.13.tar.xz ++
 7988 lines of diff (skipped)




commit d-feet for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2017-08-28 15:12:30

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Mon Aug 28 15:12:30 2017 rev:34 rq:518085 version:0.3.12

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2016-05-02 
10:44:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2017-08-28 
15:14:19.864619552 +0200
@@ -1,0 +2,22 @@
+Sun Aug 20 16:56:20 UTC 2017 - zai...@opensuse.org
+
+- Add
+  d-feet-Show-values-that-have-logical-False-representation.patch:
+  Show values that have a logical False representation. Correctly
+  test whether a value has been retrieved (not None) instead of
+  testing whether the value is logically True to decide on showing
+  it (bgo#783006).
+
+---
+Tue Jul  4 10:26:25 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.3.12:
+  + Make pep8 happy.
+  + Revert "Don't use Wnck to get app-icons under non-X11".
+  + Assume Wnck is absent on non-X11.
+  + Specify the Wnck version to silence a warning.
+  + Add Language headers to po files.
+  + Fix desktop file keywords translations.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.11.tar.xz

New:

  d-feet-0.3.12.tar.xz
  d-feet-Show-values-that-have-logical-False-representation.patch



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.v2OnI9/_old  2017-08-28 15:14:21.288419506 +0200
+++ /var/tmp/diff_new_pack.v2OnI9/_new  2017-08-28 15:14:21.304417258 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,15 @@
 
 
 Name:   d-feet
-Version:0.3.11
+Version:0.3.12
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://live.gnome.org/DFeet/
 Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 
d-feet-Show-values-that-have-logical-False-representation.patch bgo#783006 
zai...@opensuse.org -- Show values that have a logical False representation
+Patch0: d-feet-Show-values-that-have-logical-False-representation.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
@@ -46,6 +48,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ d-feet-0.3.11.tar.xz -> d-feet-0.3.12.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.11/Makefile.in 
new/d-feet-0.3.12/Makefile.in
--- old/d-feet-0.3.11/Makefile.in   2016-04-23 12:29:26.0 +0200
+++ new/d-feet-0.3.12/Makefile.in   2017-06-28 17:40:26.0 +0200
@@ -154,7 +154,7 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING NEWS README \
-   TODO compile install-sh missing
+   TODO compile install-sh missing py-compile
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -549,7 +549,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -574,7 +574,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -592,7 +592,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -602,7 +602,7 @@
*.tar.Z*) \
 

commit d-feet for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2016-05-02 10:44:31

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2015-07-14 
17:45:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2016-05-02 
10:44:32.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 23 11:20:35 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.3.11:
+  + Don't use Wnck to get app-icons under non-X11.
+  + Add a missing tag to the AppData file.
+  + Update the AppData file to spec version 0.7+.
+  + UI: make the stack animation slide-left-right.
+  + Ignore pep8 E402 error.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.10.tar.xz

New:

  d-feet-0.3.11.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.9tk3q3/_old  2016-05-02 10:44:33.0 +0200
+++ /var/tmp/diff_new_pack.9tk3q3/_new  2016-05-02 10:44:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# 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:   d-feet
-Version:0.3.10
+Version:0.3.11
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+

++ d-feet-0.3.10.tar.xz -> d-feet-0.3.11.tar.xz ++
 3701 lines of diff (skipped)




commit d-feet for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2015-07-14 17:43:53

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2014-07-12 
17:15:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2015-07-14 
17:45:04.0 +0200
@@ -1,0 +2,21 @@
+Mon Jul  6 20:44:49 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.3.10:
+  + Remove deprecated {x,y}pad properties.
+  + Use correct license which is GPL-2.0.
+  + Set transient parent for GtkDialog.
+  + Remove usage of "margin-{left,right}" #2.
+  + Use margin-{start,end} for bus box.
+  + Remove usage of "margin-{left,right}".
+  + Allow connections to arbitrary buses.
+  + Use open-menu-symbolic for gear icon.
+  + Use the path detected by autoconf instead of hard-coding
+/usr/bin/python.
+  + Make pep8 happy.
+  + Add missing appdata file to dist tarball.
+  + Add more keywords to desktop file.
+  + Fix desktop file keywords translation.
+  + Update links to wiki homepage.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.9.tar.xz

New:

  d-feet-0.3.10.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.r3x388/_old  2015-07-14 17:45:04.0 +0200
+++ /var/tmp/diff_new_pack.r3x388/_new  2015-07-14 17:45:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# 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,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.9
+Version:0.3.10
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+

++ d-feet-0.3.9.tar.xz -> d-feet-0.3.10.tar.xz ++
 2816 lines of diff (skipped)




commit d-feet for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-10-21 12:28:40

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-09-29 
19:23:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-10-21 
12:28:41.0 +0200
@@ -1,0 +2,29 @@
+Sun Oct 20 11:54:02 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.3.8:
+  + Fix appdata distribution.
+  + Add appdata file for gnome-software.
+  + Update screenshot according to appdata guidelines.
+  + Add screenshot for appdata.
+  + Introspection:
+- Fix showing unique-name for services with a well-known name.
+- Use a 'reload' image button instead of a text button.
+  + Pep8 updates.
+  + Change ' to " in .ui files.
+  + Build:
+- Update ignored files.
+- Don't use AM_GNU_GETTEXT.
+  + Window:
+- Keep track of whether Session and System bus are already
+  open.
+- Allow closing currently visible bus.
+- Use a GtkStack instead of a GtkNotebook.
+- Use a GtkHeaderBar and a gear menu.
+  + Bus:
+- Add margins to the bus box 
+- Use a GtkSearchEntry instead of the filter box.
+  + Application: Load app menu from ui file.
+  + Fix desktop file keywords translation.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.7.tar.xz

New:

  d-feet-0.3.8.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.Aeg43K/_old  2013-10-21 12:28:42.0 +0200
+++ /var/tmp/diff_new_pack.Aeg43K/_new  2013-10-21 12:28:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.7
+Version:0.3.8
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+
@@ -79,6 +79,8 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.d-feet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/HighContrast/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %files lang -f %{name}.lang
 

++ d-feet-0.3.7.tar.xz -> d-feet-0.3.8.tar.xz ++
 13322 lines of diff (skipped)

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



commit d-feet for openSUSE:Factory

2013-09-29 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-09-29 19:23:15

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-07-12 
20:45:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-09-29 
19:23:16.0 +0200
@@ -1,0 +2,16 @@
+Sat Sep 28 07:41:28 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.3.7:
+  + Show inactive bus names in italic.
+  + Also install dfeet-icon-default-service.png.
+  + Update POTFILES.in.
+  + Also show activatable bus names.
+  + Remove duplicate if-clause.
+  + Fix Makefile for data/ui.
+  + threads_init no longer needs to be called.
+  + Bring back the application icons.
+  + Use pformat to show method call results.
+  + Use GtkListBox instead of a TreeView.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.6.tar.xz

New:

  d-feet-0.3.7.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.dAje9x/_old  2013-09-29 19:23:17.0 +0200
+++ /var/tmp/diff_new_pack.dAje9x/_new  2013-09-29 19:23:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.6
+Version:0.3.7
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+
@@ -32,7 +32,7 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Recommends: %{name}-lang

++ d-feet-0.3.6.tar.xz -> d-feet-0.3.7.tar.xz ++
 4419 lines of diff (skipped)

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



commit d-feet for openSUSE:Factory

2013-07-12 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-07-12 20:45:05

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-06-25 
14:39:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-07-12 
20:45:07.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 10 18:06:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.6:
+  + Replace live.gnome.org with wiki.gnome.org.
+  + Add a flag to not run the testsuite.
+  + Fix markup string handling for tuple.
+  + Update HACKING.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.5.tar.xz

New:

  d-feet-0.3.6.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.Er6qlQ/_old  2013-07-12 20:45:08.0 +0200
+++ /var/tmp/diff_new_pack.Er6qlQ/_new  2013-07-12 20:45:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+

++ d-feet-0.3.5.tar.xz -> d-feet-0.3.6.tar.xz ++
 1798 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/d-feet-0.3.5/NEWS new/d-feet-0.3.6/NEWS
--- old/d-feet-0.3.5/NEWS   2013-06-09 12:08:51.0 +0200
+++ new/d-feet-0.3.6/NEWS   2013-07-10 11:25:39.0 +0200
@@ -1,3 +1,11 @@
+0.3.6 - Jul 10, 2013
+
+- Replace live.gnome.org with wiki.gnome.org (Thomas Bechtold)
+- Added Brazilian Portuguese translation (Rafael Ferreira)
+- Add a flag to not run the testsuite (Jonh Wendell)
+- Fix markup string handling for tuple (Thomas Bechtold)
+- Update HACKING (Thomas Bechtold)
+
 0.3.5 - Jun 9, 2013
 ===
 - Fix Annotation handling (Thomas Bechtold)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/d-feet-0.3.5/README new/d-feet-0.3.6/README
--- old/d-feet-0.3.5/README 2013-05-22 18:04:57.0 +0200
+++ new/d-feet-0.3.6/README 2013-07-10 11:15:37.0 +0200
@@ -1,4 +1,4 @@
-Welcome to D-Feet (https://live.gnome.org/DFeet/)
+Welcome to D-Feet (https://wiki.gnome.org/DFeet/)
 
 Requirements:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/d-feet-0.3.5/configure.ac new/d-feet-0.3.6/configure.ac
--- old/d-feet-0.3.5/configure.ac   2013-05-25 14:11:04.0 +0200
+++ new/d-feet-0.3.6/configure.ac   2013-07-10 11:15:37.0 +0200
@@ -1,9 +1,9 @@
 AC_PREREQ([2.64])
 AC_INIT([d-feet],
-   [0.3.5],
+   [0.3.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=d-feet],
 [d-feet],
-[http://live.gnome.org/DFeet])
+[http://wiki.gnome.org/DFeet])
 
 AM_INIT_AUTOMAKE([1.11 -Wall foreign no-define tar-ustar no-dist-gzip dist-xz])
 
@@ -21,8 +21,16 @@
   gtk+-3.0 >= 3.6
 ])
 
-AC_CHECK_PROG([PEP8], [pep8], [yes])
-test -z "$PEP8" && AC_MSG_ERROR([pep8 binary not found but needed for 
testsuite])
+AC_ARG_ENABLE(tests,
+  AS_HELP_STRING([--disable-tests],
+ [do not run tests]),
+enable_tests=$enableval, enable_tests=yes)
+
+if test x$enable_tests = xyes; then
+  AC_CHECK_PROG([PEP8], [pep8], [yes])
+  test -z "$PEP8" && AC_MSG_ERROR([pep8 binary not found but needed for 
testsuite. either install it or run with the argument --disable-tests to not 
run the testsuite.])
+fi
+AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = "xyes")
 
 # i18n stuff
 IT_PROG_INTLTOOL([0.40.0])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/d-feet-0.3

commit d-feet for openSUSE:Factory

2013-06-25 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-06-25 09:23:23

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-05-28 
11:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-06-25 
14:39:22.0 +0200
@@ -1,0 +2,23 @@
+Sat Jun 22 11:27:01 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.3.5:
+  + Fix Annotation handling.
+  + Removed markup from Ui files. See
+https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
+  + Add empty (for now) LINGUAS file to satisfy Damned Lies.
+  + Remove unneeded context from strings.
+  + Updated POTFILES.in and POTFILES.skip.)
+  + Use GTestDBus instead of Systembus and Sessionbus.
+  + Use dbus_is_address() instead of dbus_is_supported_address().
+  + Require gobject introspection >= 0.9.6.
+  + GI imports: require Gtk 3.0.
+  + Update HACKING.
+  + Updated translations.
+- Drop d-feet-require-gtk-3.0.patch, fixed upstream.
+- Replace gobject-introspection BuildRequires with
+  pkgconfig(gobject-introspection-1.0), as this is what configure
+  now checks for.
+- Split out lang package and recommend it for install.
+- Add fdupes BuildRequires and make use of it.
+
+---

Old:

  d-feet-0.3.4.tar.xz
  d-feet-require-gtk-3.0.patch

New:

  d-feet-0.3.5.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.oFKPe8/_old  2013-06-25 14:39:23.0 +0200
+++ /var/tmp/diff_new_pack.oFKPe8/_new  2013-06-25 14:39:23.0 +0200
@@ -17,25 +17,25 @@
 
 
 Name:   d-feet
-Version:0.3.4
+Version:0.3.5
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://live.gnome.org/DFeet/
 Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM d-feet-require-gtk-3.0.patch bgo#700163 
dims...@opensuse.org -- Require Gtk 3.0
-Patch0: d-feet-require-gtk-3.0.patch
-BuildRequires:  gobject-introspection
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  python-pep8
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Recommends: %{name}-lang
 %py_requires
 
 %description
@@ -43,9 +43,9 @@
 the Desktop.  D-Feet can be used to inspect D-Bus objects of running
 programs and invoke methods on those objects.
 
+%lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -53,6 +53,8 @@
 %install
 %make_install
 %suse_update_desktop_file -N "D-Feet D-Bus Debugger" %{name}
+%find_lang %{name} %{?no_lang_C}
+%fdupes %{buildroot}
 
 %post
 %icon_theme_cache_post
@@ -78,4 +80,6 @@
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/HighContrast/
 
+%files lang -f %{name}.lang
+
 %changelog

++ d-feet-0.3.4.tar.xz -> d-feet-0.3.5.tar.xz ++
 7170 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/d-feet-0.3.4/NEWS new/d-feet-0.3.5/NEWS
--- old/d-feet-0.3.4/NEWS   2013-05-22 20:09:06.0 +0200
+++ new/d-feet-0.3.5/NEWS   2013-06-09 12:08:51.0 +0200
@@ -1,3 +1,22 @@
+0.3.5 - Jun 9, 2013
+===
+- Fix Annotation handling (Thomas Bechtold)
+- Czech translation (Marek Černocký)
+- Added Czech language (Marek Černocký)
+- Added sl for Slovenian translation (Matej Urbančič)
+- Added Slovenian translation (Matej Urbančič)
+- Updated Spanish translation (Daniel Mustieles)
+- Added Spanish language lo LINGUAS (Daniel Mustieles)
+- Removed markup from Ui files. See 
https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages (Daniel Mustieles)
+- Add empty (for now) LINGUAS file to satisfy Damned Lies (Piotr Drąg)
+- Remove unneeded context from strings (Piotr Drąg)
+- Updated POTFILES.in and POTFILES.skip (Piotr Drąg)
+- Use GTestDBus instead of Systembus and Sessionbus (Thomas Bechtold)
+- Use dbus_is_address() instead of dbus_is_supported_address() (Thomas 
Bechtol

commit d-feet for openSUSE:Factory

2013-05-28 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-05-28 11:44:08

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-03-12 
17:11:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-05-28 
11:44:10.0 +0200
@@ -1,0 +2,35 @@
+Thu May 23 10:55:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.4:
+  + Update README and HACKING.
+  + Improve the HighContrast icon.
+  + Add missing source.
+  + Add scalable HighContrast icon.
+  + Remove useless text and duplicate icons from scalable logo.
+  + Don't fail if no systembus or sessionbus is available.
+  + Add app menu.
+  + Move window logic to own file and use GtkApplicationWindow.
+  + Add help files.
+  + Check source for pep8.
+  + Fix unittests.
+  + Use correct data dir.
+  + Use autotools for d-feet.
+  + Fix whitespaces.
+- Drop python-setuptools BuildRequires: no longer needed after the
+  move to autotools based build system.
+- Add intltool, yelp-tools, pkgconfig(gio-2.0), python-pep8 and
+  pkgconfig(gtk+-3.0) BuildRequires: needed for the help system and
+  dependencies verified by configure.
+- Update build and install section to use %configure and
+  %make_install instead of the python specific calls.
+- Add glib schema handling script macros to post/postun.
+- Rebase d-feet-require-gtk-3.0.patch.
+
+---
+Sun May 12 11:47:22 UTC 2013 - dims...@opensuse.org
+
+- Add d-feet-require-gtk-3.0.patch: Require Gtk 3.0. This helps the
+  automatic dep generator to add the correct dependencies to the
+  rpm (bgo#700163, bnc#818808).
+
+---

Old:

  d-feet-0.3.3.tar.xz

New:

  d-feet-0.3.4.tar.xz
  d-feet-require-gtk-3.0.patch



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.xHf5od/_old  2013-05-28 11:44:11.0 +0200
+++ /var/tmp/diff_new_pack.xHf5od/_new  2013-05-28 11:44:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# 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
@@ -17,17 +17,23 @@
 
 
 Name:   d-feet
-Version:0.3.3
+Version:0.3.4
 Release:0
-License:GPL-2.0+
 Summary:Graphical D-Bus Debugger
-Url:http://live.gnome.org/DFeet/
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
+Url:http://live.gnome.org/DFeet/
 Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM d-feet-require-gtk-3.0.patch bgo#700163 
dims...@opensuse.org -- Require Gtk 3.0
+Patch0: d-feet-require-gtk-3.0.patch
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  python-setuptools
+BuildRequires:  intltool >= 0.40.0
+BuildRequires:  python-pep8
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %py_requires
@@ -39,31 +45,37 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+%configure
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%suse_update_desktop_file -N "D-Feet D-Bus Debugger" dfeet
+%make_install
+%suse_update_desktop_file -N "D-Feet D-Bus Debugger" %{name}
 
 %post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 %desktop_database_post
+%glib2_gsettings_schema_post
 
 %postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-%{_bindir}/d-feet
+%doc %{_datadir}/help/C/%{name}/
+%{_bindir}/%{name}
 %{python_sitelib}/dfeet/
-%{python_sitelib}/d_feet-%{version}-*.egg-info
-%{_datadir}/dfeet/
-%{_datadir}/applications/dfeet.desktop
+%{_datadir}/%{name}/
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.d-feet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/icons/HighContrast/
 
 %changelog

++ d-feet-0.3.3.tar.xz -> d-feet-0.3.4.tar.xz ++
 40001 lines of diff (skipped)

++ d-feet-require-gtk-3.0.patch ++
>From

commit d-feet for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-03-12 17:11:21

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2013-01-08 
13:35:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-03-12 
17:11:23.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 25 12:47:24 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.3.3:
+  + Don't close dialog after method execution.
+  + Add close-button to exception dialog.
+  +  Fix needed double click to close method execution dialog.
+  + Update HACKING.
+- Changes from version 0.3.2:
+  + Fix input parameter handling for method execution dialog.
+  + Update requirements in README.
+  + Make d-feet ready for Python 3.
+
+---

Old:

  d-feet-0.3.1.tar.xz

New:

  d-feet-0.3.3.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.ix3rn9/_old  2013-03-12 17:11:25.0 +0100
+++ /var/tmp/diff_new_pack.ix3rn9/_new  2013-03-12 17:11:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.1
+Version:0.3.3
 Release:0
 License:GPL-2.0+
 Summary:Graphical D-Bus Debugger

++ d-feet-0.3.1.tar.xz -> d-feet-0.3.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.1/NEWS new/d-feet-0.3.3/NEWS
--- old/d-feet-0.3.1/NEWS   2012-10-23 09:43:55.0 +0200
+++ new/d-feet-0.3.3/NEWS   2013-01-12 10:04:56.0 +0100
@@ -1,3 +1,18 @@
+0.3.3 - Jan 12, 2013
+
+
+- Don't close dialog after method execution (Thomas Bechtold)
+- Add close-button to exception dialog (Thomas Bechtold)
+- Fix needed double click to close method execution dialog (Thomas Bechtold)
+- Update HACKING (Thomas Bechtold)
+
+0.3.2 - Jan 10, 2013
+
+
+- Fix input parameter handling for method execution dialog (Thomas Bechtold)
+- Update requirements in README (Thomas Bechtold)
+- Make d-feet ready for Python 3 (Thomas Bechtold)
+
 0.3.1 - Oct 23, 2012
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.1/PKG-INFO new/d-feet-0.3.3/PKG-INFO
--- old/d-feet-0.3.1/PKG-INFO   2012-10-23 09:49:52.0 +0200
+++ new/d-feet-0.3.3/PKG-INFO   2013-01-12 10:06:18.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: d-feet
-Version: 0.3.1
+Version: 0.3.3
 Summary: D-Bus debugger
 Home-page: https://live.gnome.org/DFeet/
 Author: Thomas Bechtold
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.1/README new/d-feet-0.3.3/README
--- old/d-feet-0.3.1/README 2012-10-16 00:34:35.0 +0200
+++ new/d-feet-0.3.3/README 2012-11-22 18:27:52.0 +0100
@@ -1,11 +1,10 @@
-Welcome to D-Feet (http://live.gnome.org/d-feet)
+Welcome to D-Feet (https://live.gnome.org/DFeet/)
 
 Requirements:
 
 python >= 2.7
-glib >= 2.34
-gobject-introspection
-python-gi
+python-gi >= 3.3.91
+gtk >= 3.6
 
 Optional Requriements:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.1/d-feet new/d-feet-0.3.3/d-feet
--- old/d-feet-0.3.1/d-feet 2012-10-23 08:13:40.0 +0200
+++ new/d-feet-0.3.3/d-feet 2012-11-11 09:59:45.0 +0100
@@ -40,7 +40,7 @@
 }
 
 #must set variables before importing Globals because it requires them
-for var, path in ENV_PATHS.iteritems():
+for var, path in ENV_PATHS.items():
 #if it is not already set, set the enviroment variable.
 os.environ.setdefault(var, path)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.1/d_feet.egg-info/PKG-INFO 
new/d-feet-0.3.3/d_feet.egg-info/PKG-INFO
--- old/d-feet-0.3.1/d_feet.egg-info/PKG-INFO   2012-10-23 09:49:52.0 
+0200
+++ new/d-feet-0.3.3/d_feet.egg-info/PKG-INFO   2013-01-12 10:06:18.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: d-feet
-Version: 0.3.1
+Version: 0.3.3
 Summary: D-Bus debugger
 Home-page: https://live.gnome.org/DFeet/
 Author: Thomas Bechtold
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/d-feet-0.3.1/dfeet/DFeetApp.py 
new/d-feet-0.3.3/dfeet/DFeetApp.py
--- old/d-feet-0.3.1/dfeet/DFeetApp.py  2012-10-23 08:10:20.0 +0200
+++ new/d-feet-0.3.3/dfeet/DFeetApp.py  2012-11-11 09:59:45.0 +0100
@@ -1,12 +1,13 

commit d-feet for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2013-01-08 13:35:12

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2012-10-24 
17:02:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2013-01-08 
13:35:15.0 +0100
@@ -1,0 +2,18 @@
+Sun Dec  2 13:52:02 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.3.1:
+  + Update setup.py.
+  + Enlarge icon.
+  + Fix icon handling.
+  + Adjust UI.
+  + Fix d-feet icon usage.
+  + Merge branch 'pygi' (use gobject-introspection).
+- Add gobject-introspection BuildRequires: Needed for the typelib()
+  requires rpm magic.
+- Drop gettext and scrollkeeper BuildRequires: no longer needed.
+- Drop dbus-1-pyton and python-gtk Requires: no longer needed after
+  the port to gobject-introspection.
+- Add hicolor-icon-theme BuldRequires: needed for the icon_*
+  macros (it used to be pulled in by python-gtk/gtk2).
+
+---

Old:

  d-feet-0.1.15.tar.xz

New:

  d-feet-0.3.1.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.H3wKz3/_old  2013-01-08 13:35:16.0 +0100
+++ /var/tmp/diff_new_pack.H3wKz3/_new  2013-01-08 13:35:16.0 +0100
@@ -17,20 +17,17 @@
 
 
 Name:   d-feet
-Version:0.1.15
+Version:0.3.1
 Release:0
-Summary:Graphical D-Bus Debugger
 License:GPL-2.0+
-Group:  Development/Tools/Debuggers
+Summary:Graphical D-Bus Debugger
 Url:http://live.gnome.org/DFeet/
-Source0:
http://download.gnome.org/sources/d-feet/0.1/%{name}-%{version}.tar.xz
-BuildRequires:  gettext
-BuildRequires:  python-gtk-devel
+Group:  Development/Tools/Debuggers
+Source0:
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
+BuildRequires:  gobject-introspection
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-setuptools
-BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
-Requires:   dbus-1-python
-Requires:   python-gtk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %py_requires

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



commit d-feet for openSUSE:Factory

2012-10-24 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2012-10-24 17:02:15

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2011-11-17 
16:02:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2012-10-24 
17:02:17.0 +0200
@@ -1,0 +2,12 @@
+Sun Oct 21 23:22:39 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.1.15:
+  + Fixed tree model crash.
+  + Fix crash on empty selection.
+  + Removed gap between window titlebar and menubar.
+  + Import gtk early in a try except block so we catch if display
+is not set.
+  + Use XDG config dir.
+  + Fix icon globbing in setup.py
+
+---

Old:

  d-feet-0.1.14.tar.bz2

New:

  d-feet-0.1.15.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.HferA5/_old  2012-10-24 17:02:19.0 +0200
+++ /var/tmp/diff_new_pack.HferA5/_new  2012-10-24 17:02:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# 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,15 +16,14 @@
 #
 
 
-
 Name:   d-feet
-Version:0.1.14
+Version:0.1.15
 Release:0
-License:GPL-2.0+
 Summary:Graphical D-Bus Debugger
-Url:http://live.gnome.org/DFeet/
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
-Source0:
http://download.gnome.org/sources/d-feet/0.1/%{name}-%{version}.tar.bz2
+Url:http://live.gnome.org/DFeet/
+Source0:
http://download.gnome.org/sources/d-feet/0.1/%{name}-%{version}.tar.xz
 BuildRequires:  gettext
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools

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



commit d-feet for openSUSE:Factory

2011-11-17 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2011-11-17 16:02:48

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2011-11-16 
17:17:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2011-11-17 
16:02:50.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov 16 14:00:29 UTC 2011 - malcolmle...@opensuse.org
+
+- Update spec file License field from GPLv2+ to GPL-2.0+ to
+  conform with spdx.org identifier.
+- Used spec-cleaner to tidy up spec file.
+- Add icon_theme_cache and desktop_database macros to update
+  icons and desktop entry.
+
+---



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.MKLM4J/_old  2011-11-17 16:02:51.0 +0100
+++ /var/tmp/diff_new_pack.MKLM4J/_new  2011-11-17 16:02:51.0 +0100
@@ -20,12 +20,11 @@
 Name:   d-feet
 Version:0.1.14
 Release:0
+License:GPL-2.0+
 Summary:Graphical D-Bus Debugger
-Group:  Development/Tools/Debuggers
-License:GPLv2+
 Url:http://live.gnome.org/DFeet/
-Source0:%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Group:  Development/Tools/Debuggers
+Source0:
http://download.gnome.org/sources/d-feet/0.1/%{name}-%{version}.tar.bz2
 BuildRequires:  gettext
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
@@ -33,6 +32,7 @@
 BuildRequires:  update-desktop-files
 Requires:   dbus-1-python
 Requires:   python-gtk
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %py_requires
 
@@ -45,13 +45,21 @@
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-%{__python} setup.py build
+export CFLAGS="%{optflags}"
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %suse_update_desktop_file -N "D-Feet D-Bus Debugger" dfeet
 
+%post
+%icon_theme_cache_post
+%desktop_database_post
+
+%postun
+%icon_theme_cache_postun
+%desktop_database_postun
+
 %files 
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README

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



commit d-feet for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2011-11-16 17:17:37

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2011-10-21 
16:28:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2011-11-16 
17:17:48.0 +0100
@@ -1,0 +2,24 @@
+Tue Nov 15 16:01:49 UTC 2011 - jreidin...@suse.com
+
+- Update to version 0.1.14:
+  + Replace old icon with new hi-res icons
+  + Deal with None config values by making them empty strings
+  + Add dbus type wrappers global scope of methods executed by the
+exec dialog
+  + Remove lingering glade import
+  + Fix quoting and unquoting config lists
+  + Add a reconnect button to the main panel that will allow to
+close and reconnect the dbus connection for the current tab if
+this tab address is not either Session Bus or System Bus.
+  + Close the bus connection when we close a connection tab for the
+buses different than Session Bus and System Bus.
+  + Quote and unquote list items to avoid splitting on comma
+litterals
+  + Add a persistant history to the combobox in the "connect to
+other bus" dialog.
+  + Pressing "Enter" in the add connection combobox activates the
+connect action
+- Drop bugfix_python27_not_start.patch: fixed upstream.
+- Add dbus-1-python Requires that was missing earlier.
+
+---

Old:

  bugfix_python27_not_start.patch
  d-feet-0.1.12.tar.bz2

New:

  d-feet-0.1.14.tar.bz2



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.LC4gF3/_old  2011-11-16 17:17:50.0 +0100
+++ /var/tmp/diff_new_pack.LC4gF3/_new  2011-11-16 17:17:50.0 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   d-feet
-Version:0.1.12
-Release:6
+Version:0.1.14
+Release:0
 Summary:Graphical D-Bus Debugger
 Group:  Development/Tools/Debuggers
 License:GPLv2+
@@ -31,8 +31,8 @@
 BuildRequires:  python-setuptools
 BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
+Requires:   dbus-1-python
 Requires:   python-gtk
-Patch0: bugfix_python27_not_start.patch
 BuildArch:  noarch
 %py_requires
 
@@ -43,7 +43,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ d-feet-0.1.12.tar.bz2 -> d-feet-0.1.14.tar.bz2 ++
 10363 lines of diff (skipped)

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



commit d-feet for openSUSE:Factory

2011-08-18 Thread h_root

Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory
checked in at Thu Aug 18 10:27:15 CEST 2011.




--- d-feet/d-feet.changes   2010-12-20 10:31:15.0 +0100
+++ /mounts/work_src_done/STABLE/d-feet/d-feet.changes  2011-08-18 
09:21:04.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 06:10:37 UTC 2011 - dmzh...@novell.com
+
+- bugfix for bgo#644701: can't start the d-feet after the previous start
+- when using python2.7,d-feet configuration failed
+
+---

calling whatdependson for head-i586


New:

  bugfix_python27_not_start.patch



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.gKPecE/_old  2011-08-18 10:20:09.0 +0200
+++ /var/tmp/diff_new_pack.gKPecE/_new  2011-08-18 10:20:09.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   d-feet
 Version:0.1.12
-Release:1
+Release:6
 Summary:Graphical D-Bus Debugger
 Group:  Development/Tools/Debuggers
 License:GPLv2+
@@ -33,6 +33,7 @@
 BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
 Requires:   python-gtk
+Patch0: bugfix_python27_not_start.patch
 BuildArch:  noarch
 %py_requires
 
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ bugfix_python27_not_start.patch ++
Index: d-feet-0.1.12/dfeet/settings.py
===
--- d-feet-0.1.12.orig/dfeet/settings.py
+++ d-feet-0.1.12/dfeet/settings.py
@@ -7,6 +7,7 @@

 import ConfigParser
 import os
+import sys
 
 class Settings:
 """
@@ -31,6 +32,10 @@ class Settings:
 filename -- path to the settings file.
 If None, the default ~/.dfeet/config will be used.
 """
+if sys.version_info[:2]==(2,7):
+self.version2_7=True
+else:
+self.version2_7=False
 if not filename:
 self.filename = os.path.expanduser("~/.d-feet/config")
 else:
@@ -71,6 +76,8 @@ class Settings:
 for key in self.general:
 if key.endswith('list'):
 self.general[key] = ','.join(self.general[key])
+if self.general[key] == None and self.version2_7:
+self.general[key] = ''
   
 self.config.set("General", key, self.general[key])
 





Remember to have fun...

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