[libecap] Updated to 0.2.0

spike spike at fedoraproject.org
Mon Jul 11 19:05:15 UTC 2011


commit e331c232b7068cd796d7d957465390eb87066606
Author: spike <spike at fedoraproject.org>
Date:   Mon Jul 11 21:04:20 2011 +0200

    Updated to 0.2.0

 .gitignore   |    1 +
 libecap.spec |   10 ++++++----
 sources      |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be6befb..d1a9ed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libecap-0.0.3.tar.gz
+/libecap-0.2.0.tar.gz
diff --git a/libecap.spec b/libecap.spec
index 088e0b2..db10bf2 100644
--- a/libecap.spec
+++ b/libecap.spec
@@ -1,6 +1,6 @@
 Name:       libecap
-Version:    0.0.3
-Release:    2%{?dist}
+Version:    0.2.0
+Release:    1%{?dist}
 Summary:    Squid interface for embedded adaptation modules
 License:    BSD
 Group:      Development/Libraries
@@ -44,21 +44,23 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/libecap.a
 rm -f %{buildroot}%{_libdir}/libecap.la
+rm -f %{buildroot}%{_libdir}/pkgconfig/libecap.pc
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE CREDITS NOTICE README
 %{_libdir}/libecap.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/libecap.so
 %{_includedir}/libecap
 
 %changelog
+* Mon Jul 11 2011 Chris Spike <spike at fedoraproject.org> 0.2.0-1
+- Updated to 0.2.0
+
 * Tue May 10 2011 Chris Spike <spike at fedoraproject.org> 0.0.3-2
 - Added LICENSE to doc
 - Fixed release tag (missing dist)
diff --git a/sources b/sources
index 186a166..125dd73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62fbac7b84fd50978e6df1c3439ef878  libecap-0.0.3.tar.gz
+e65a855f4fbb0f3136af7fe28249e883  libecap-0.2.0.tar.gz


More information about the scm-commits mailing list