[libfep] Update to 0.0.9-1

Daiki Ueno ueno at fedoraproject.org
Tue Dec 11 01:51:34 UTC 2012


commit 9a46086d8d4f38cb609abb213909fdcaa6b8de37
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Dec 11 10:51:17 2012 +0900

    Update to 0.0.9-1

 .gitignore                 |    1 +
 libfep-0.0.8-no_gets.patch |   49 --------------------------------------------
 libfep.spec                |   11 ++++++---
 sources                    |    2 +-
 4 files changed, 9 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f7bf29..ab8657e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libfep-0.0.6.tar.gz
 /libfep-0.0.7.tar.gz
 /libfep-0.0.8.tar.gz
+/libfep-0.0.9.tar.gz
diff --git a/libfep.spec b/libfep.spec
index f5d34a2..2fd00a8 100644
--- a/libfep.spec
+++ b/libfep.spec
@@ -1,19 +1,19 @@
 Name:		libfep
-Version:	0.0.8
-Release:	3%{?dist}
+Version:	0.0.9
+Release:	1%{?dist}
 Summary:	Library to implement FEP (front end processor) on ANSI terminals
 
 License:	BSD and GPLv3+
 Group:		System Environment/Libraries
 URL:		http://github.com/ueno/libfep
 Source0:	http://cloud.github.com/downloads/ueno/libfep/%{name}-%{version}.tar.gz
-Patch0:         libfep-0.0.8-no_gets.patch
 
 # FIXME switch to libgee-0.8 once this package is ready for the new libgee API
 BuildRequires:	pkgconfig(gee-1.0)
 BuildRequires:	pkgconfig(ncurses)
 BuildRequires:	gobject-introspection-devel
 BuildRequires:	intltool
+BuildRequires:	vala-devel, vala-tools
 
 %description
 The libfep project aims to provide a server and a library to implement
@@ -32,7 +32,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .no_gets
 
 %build
 # needed to regenerate GIR
@@ -69,6 +68,10 @@ cp -p fep/README README.fep
 
 
 %changelog
+* Tue Dec 11 2012 Daiki Ueno <dueno at redhat.com> - 0.0.9-1
+- new upstream release
+- drop no_gets patch
+
 * Sat Aug 04 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.0.8-3
 - Fix gets call for glibc-2.16 changes
 
diff --git a/sources b/sources
index 3580da9..9a2eb7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a360b049822506c53e9243d9e0a3f879  libfep-0.0.8.tar.gz
+ab0dbc87b619e02e0f52a5818ff030ad  libfep-0.0.9.tar.gz


More information about the scm-commits mailing list