[accerciser/f18] Update to 3.6.2

Kalev Lember kalev at fedoraproject.org
Mon Nov 12 23:33:05 UTC 2012


commit 3664a0608f025f22088ab71cc3a954de62c124f6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Nov 13 00:29:36 2012 +0100

    Update to 3.6.2
    
    ... and remove the gnome-doc-utils build dep, which is no longer used
    with the new documentation build system.

 .gitignore      |    1 +
 accerciser.spec |    8 +++++---
 sources         |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a089696..0a9f649 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /accerciser-3.5.91.tar.xz
 /accerciser-3.5.92.tar.xz
 /accerciser-3.6.0.tar.xz
+/accerciser-3.6.2.tar.xz
diff --git a/accerciser.spec b/accerciser.spec
index f49095e..6e320cc 100644
--- a/accerciser.spec
+++ b/accerciser.spec
@@ -2,7 +2,7 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           accerciser
-Version:        3.6.0
+Version:        3.6.2
 Release:        1%{?dist}
 Summary:        Interactive Python accessibility explorer for the GNOME desktop
 
@@ -14,7 +14,6 @@ BuildArch:      noarch
 
 BuildRequires:  at-spi2-core-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  gnome-doc-utils
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  itstool
@@ -39,7 +38,7 @@ you can use to create custom views of accessibility information.
 
 
 %build
-%configure --disable-scrollkeeper
+%configure
 make %{?_smp_mflags}
 
 
@@ -81,6 +80,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Tue Nov 13 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.2-1
+- Update to 3.6.2
+
 * Tue Sep 25 2012 Richard Hughes <hughsient at gmail.com> - 3.6.0-1
 - Update to 3.6.0
 
diff --git a/sources b/sources
index f29acaf..d712efc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f552b6cc274382db05cd4acc467cf303  accerciser-3.6.0.tar.xz
+7e3e9a7d560fee862fde6e9cf6e11fd9  accerciser-3.6.2.tar.xz


More information about the scm-commits mailing list