[bicon] Bumped to 0.4

Takao Fujiwara fujiwara at fedoraproject.org
Tue Jul 29 03:20:40 UTC 2014


commit b8563fde8a7315d5901c10aa6b82a09876c20913
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Tue Jul 29 12:13:21 2014 +0900

    Bumped to 0.4

 .gitignore |    1 +
 bicon.spec |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ca1efa..4e5f6ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bicon-0.2.0.tar.gz
+/bicon-0.4.tar.gz
diff --git a/bicon.spec b/bicon.spec
index f800a66..2cb0636 100644
--- a/bicon.spec
+++ b/bicon.spec
@@ -1,10 +1,10 @@
 Name:         bicon
 License:      LGPLv2+ and Python
 Group:        System Environment/Libraries
-Version:      0.2.0
-Release:      8%{?dist}
+Version:      0.4
+Release:      1%{?dist}
 Summary:      Bidirectional Console
-Source:       http://prdownloads.sourceforge.net/arabeyes/%{name}-%{version}.tar.gz
+Source:       https://github.com/behdad/bicon/releases/download/%{version}/%{name}-%{version}.tar.gz
 URL:          http://www.arabeyes.org/project.php?proj=BiCon
 
 BuildRequires: autoconf
@@ -50,7 +50,7 @@ The bicon-keymaps package contains the keymap files for BiCon.
 
 %build
 libtoolize
-autoreconf
+autoreconf --verbose --force --install
 %configure \
   --disable-static
 make %{?_smp_mflags}
@@ -84,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/bicon/*.a
 %{_datadir}/%{name}/keymap
 
 %changelog
+* Tue Jul 29 2014 Takao Fujiwara <tfujiwar at redhat.com> - 0.4-1
+- Bumped to 0.4
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 1187dc8..b39b34d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-911600c6e9fd3595bea95ae250b8f96a  bicon-0.2.0.tar.gz
+82ba589b332ba6dfc9c39f66c246361b  bicon-0.4.tar.gz


More information about the scm-commits mailing list