[libfap] New upstream release (1.2) adds pkg-config support

Andrew Elwell elwell at fedoraproject.org
Tue Aug 30 11:22:23 UTC 2011


commit 8f7964d4129300b7c6d4dccedbe294649b3d8585
Author: Andrew Elwell <Andrew.Elwell at gmail.com>
Date:   Tue Aug 30 13:21:12 2011 +0200

    New upstream release (1.2)
    adds pkg-config support

 .gitignore  |    1 +
 libfap.spec |    6 +++++-
 sources     |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a68f8f..32de85e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libfap-1.0.tar.gz
 /libfap-1.1.tar.gz
+/libfap-1.2.tar.gz
diff --git a/libfap.spec b/libfap.spec
index 3b05fdb..3849588 100644
--- a/libfap.spec
+++ b/libfap.spec
@@ -1,5 +1,5 @@
 Name:           libfap
-Version:        1.1
+Version:        1.2
 Release:        1%{?dist}
 Summary:        An APRS parser written in C
 
@@ -58,8 +58,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon May 09 2011 Andrew Elwell <Andrew.Elwell at gmail.com> - 1.2-1
+- New upstream release (1.2)
+
 * Mon May 09 2011 Andrew Elwell <Andrew.Elwell at gmail.com> - 1.1-1
 - New upstream release
 
diff --git a/sources b/sources
index 4a2c166..4a31aea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74ca848211dc878d346914bbe8161d2c  libfap-1.1.tar.gz
+4a9efe603e07aafb50f57851c578df6c  libfap-1.2.tar.gz


More information about the scm-commits mailing list