[gcalctool] 6.4.1.1

Kalev Lember kalev at fedoraproject.org
Tue Apr 17 11:18:20 UTC 2012


commit 2fa39025eb86a3d63ba6a0eb7afa5e76cf4b6d8d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 17 14:17:05 2012 +0300

    6.4.1.1
    
    - Remove unrecognized configure arguments

 .gitignore     |    1 +
 gcalctool.spec |    8 ++++++--
 sources        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1f69ce..5c47ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ gcalctool-5.31.6.tar.bz2
 /gcalctool-6.3.5.tar.xz
 /gcalctool-6.3.92.1.tar.xz
 /gcalctool-6.4.0.tar.xz
+/gcalctool-6.4.1.1.tar.xz
diff --git a/gcalctool.spec b/gcalctool.spec
index cd7b5d1..385e2ee 100644
--- a/gcalctool.spec
+++ b/gcalctool.spec
@@ -1,5 +1,5 @@
 Name:           gcalctool
-Version:        6.4.0
+Version:        6.4.1.1
 Release:        1%{?dist}
 Summary:        A desktop calculator
 
@@ -32,7 +32,7 @@ to give a high degree of accuracy.
 %setup -q
 
 %build
-%configure --with-gtk=3.0
+%configure
 make %{?_smp_mflags}
 
 
@@ -73,6 +73,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Tue Apr 17 2012 Kalev Lember <kalevlember at gmail.com> - 6.4.1.1-1
+- Update to 6.4.1.1
+- Remove unrecognized configure arguments
+
 * Tue Mar 27 2012 Matthias Clasen <mclasen at redhat.com> - 6.4.0-1
 - Update to 6.4.0
 
diff --git a/sources b/sources
index 4a6bd43..0ed401c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e2e6bf529aeffab92ce26edae47b396  gcalctool-6.4.0.tar.xz
+ea604540f86e2c6a52579b68e7d047e9  gcalctool-6.4.1.1.tar.xz


More information about the scm-commits mailing list