Mailinglist Archive: opensuse-commit (910 mails)

< Previous Next >
commit accerciser for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 26 Mar 2009 02:13:54 +0100
  • Message-id: <20090326011355.156E8678161@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package accerciser for openSUSE:Factory
checked in at Thu Mar 26 02:13:54 CET 2009.


--------
--- GNOME/accerciser/accerciser.changes 2009-02-20 16:32:56.000000000 +0100
+++ accerciser/accerciser.changes 2009-03-16 16:25:27.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Mar 16 16:04:32 CET 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 1.6.0:
+ + Fixed selection interface in interface viewer plugin
+ (bgo#574783).
+ + Added an informative window title (bgo#574103).
+ + Fixed empty padding issue in prefs dialog (bgo#574101).
+ + Ported script recorder to gtksourceview2 (bgo#574100).
+ + Don't allow the set_range to change the value of our accessible
+ (bgo#572201).
+ + Updated translations.
+- Remove unneeded BuildRequires: gnome-common, gtk2-devel,
+ libgnome-devel, libgnomeui-devel, pkg-config, scrollkeeper
+- Add python-gtksourceview Requires.
+- Add py_requires.
+- Remove AutoReqProv: it's default now.
+- Remove definition of CFLAGS.
+- Drop autoreconf call.
+- Don't package omf files twice (they are in the lang package too).
+- Clean up file list.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
accerciser-1.5.91.tar.bz2

New:
----
accerciser-1.6.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ accerciser.spec ++++++
--- /var/tmp/diff_new_pack.O30454/_old 2009-03-26 02:11:45.000000000 +0100
+++ /var/tmp/diff_new_pack.O30454/_new 2009-03-26 02:11:45.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package accerciser (Version 1.5.91)
+# spec file for package accerciser (Version 1.6.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,21 +20,32 @@

Name: accerciser
Summary: Accessibility debugging tool
-Version: 1.5.91
+Version: 1.6.0
Release: 1
License: BSD 3-Clause; LGPL v2.1 or later
Group: Development/Tools/Other
Url: http://live.gnome.org/Accerciser
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-AutoReqProv: on
+BuildRequires: at-spi
+BuildRequires: fdupes
+BuildRequires: gconf2-devel
+BuildRequires: gnome-doc-utils-devel
+BuildRequires: gnome-python-desktop
+BuildRequires: intltool
+BuildRequires: python-gnome
+BuildRequires: python-gnome-extras
+BuildRequires: python-orbit
+BuildRequires: update-desktop-files
+Requires: IPython
+Requires: at-spi
+Requires: gnome-python-desktop
+Requires: python-gnome
+Requires: python-gnome-extras
+Requires: python-gtksourceview
+Requires: python-orbit
Requires: %{name}-lang = %{version}
-Requires: IPython python-gnome python-gnome-extras python-orbit
-Requires: gnome-python-desktop at-spi
-BuildRequires: fdupes gconf2-devel gnome-common gnome-doc-utils-devel
gtk2-devel
-BuildRequires: intltool libgnome-devel libgnomeui-devel pkg-config
scrollkeeper
-BuildRequires: python-gnome python-gnome-extras update-desktop-files
-BuildRequires: at-spi >= 1.24.0 gnome-python-desktop python-orbit
update-desktop-files
+%py_requires
%gconf_schemas_prereq

%description
@@ -59,15 +70,12 @@
%setup -n %{name}-%{version}

%build
-export CFLAGS=$RPM_OPT_FLAGS
-autoreconf -f -i
%configure \
--disable-scrollkeeper
%__make %{?jobs:-j%jobs}

%install
%makeinstall
-# % suse_update_desktop_file Development-Other accerciser
%suse_update_desktop_file -r -N "Accerciser" -G "Accesibility Debugger"
accerciser Utility GNOME Accessibility
%find_gconf_schemas
%find_lang %{name}
@@ -87,35 +95,33 @@
%{_bindir}/%{name}
%py_sitedir/%{name}
%{_datadir}/%{name}
-%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
-%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
-%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/man/man1/%{name}.1.gz
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/omf/%{name}
-## %{_bindir}/*
-## %{_datadir}/applications/*
-## %dir %{_datadir}/gnome/help/%{name}
-## %dir %{_datadir}/gnome/help/%{name}/C
-## %dir %{_datadir}/gnome/help/%{name}/C/figures
-## %{_datadir}/gnome/help/%{name}/C/*.xml
-## %{_datadir}/gnome/help/%{name}/C/figures/*.png
-## %dir %{_datadir}/gnome/help/%{name}/oc
-## %dir %{_datadir}/gnome/help/%{name}/oc/figures
-## %{_datadir}/gnome/help/%{name}/oc/*.xml
-## %{_datadir}/gnome/help/%{name}/oc/figures/*.png
-## %dir %{_datadir}/gnome/help/%{name}/sv
-## %dir %{_datadir}/gnome/help/%{name}/sv/figures
-## %{_datadir}/gnome/help/%{name}/sv/*.xml
-## %{_datadir}/gnome/help/%{name}/sv/figures/*.png
-## %{_datadir}/icons/hicolor/48x48/apps/*.png
-## %{_datadir}/omf/%{name}/*.omf

%files lang -f %{name}.lang

%changelog
+* Mon Mar 16 2009 vuntz@xxxxxxxxxx
+- Update to version 1.6.0:
+ + Fixed selection interface in interface viewer plugin
+ (bgo#574783).
+ + Added an informative window title (bgo#574103).
+ + Fixed empty padding issue in prefs dialog (bgo#574101).
+ + Ported script recorder to gtksourceview2 (bgo#574100).
+ + Don't allow the set_range to change the value of our accessible
+ (bgo#572201).
+ + Updated translations.
+- Remove unneeded BuildRequires: gnome-common, gtk2-devel,
+ libgnome-devel, libgnomeui-devel, pkg-config, scrollkeeper
+- Add python-gtksourceview Requires.
+- Add py_requires.
+- Remove AutoReqProv: it's default now.
+- Remove definition of CFLAGS.
+- Drop autoreconf call.
+- Don't package omf files twice (they are in the lang package too).
+- Clean up file list.
* Fri Feb 20 2009 vuntz@xxxxxxxxxx
- Review changes.
* Thu Feb 19 2009 dominique-obs@xxxxxxxxxxxxxxx

++++++ accerciser-1.5.91.tar.bz2 -> accerciser-1.6.0.tar.bz2 ++++++
++++ 8905 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages