[libecap] Update to new upstream version 1.0.0

Henrik Nordström hno at fedoraproject.org
Sun Mar 15 10:41:15 UTC 2015


commit 530f63f79b38088312170471e07ca218749da6f0
Author: Pavel Šimerda <psimerda at redhat.com>
Date:   Fri Mar 13 15:13:00 2015 -0400

    Update to new upstream version 1.0.0

 .gitignore   | 1 +
 libecap.spec | 9 +++++----
 sources      | 3 +--
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e246f0..c2067d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libecap-0.0.3.tar.gz
 /libecap-0.2.0.tar.gz
 /autoconf.h
+/libecap-1.0.0.tar.gz
diff --git a/libecap.spec b/libecap.spec
index c182f22..0133e2f 100644
--- a/libecap.spec
+++ b/libecap.spec
@@ -1,12 +1,11 @@
 Name:       libecap
-Version:    0.2.0
-Release:    10%{?dist}
+Version:    1.0.0
+Release:    1%{?dist}
 Summary:    Squid interface for embedded adaptation modules
 License:    BSD
 Group:      Development/Libraries
 URL:        http://www.e-cap.org/
 Source0:    http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz
-Source1:    autoconf.h
 
 %description
 eCAP is a software interface that allows a network application, such as an 
@@ -49,7 +48,6 @@ rm -f %{buildroot}%{_libdir}/libecap.la
 # Rename libecap/common/autoconf.h to libecap/common/autoconf-<arch>.h to avoid file conflicts on
 # multilib systems and install autoconf.h wrapper
 mv %{buildroot}%{_includedir}/%{name}/common/autoconf.h %{buildroot}%{_includedir}/%{name}/common/autoconf-%{_arch}.h
-install -m644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -64,6 +62,9 @@ install -m644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
 %{_includedir}/libecap
 
 %changelog
+* Fri Mar 13 2015 Pavel Šimerda <psimerda at redhat.com> - 1.0.0-1
+- new version 1.0.0
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 7bfb685..d96c4e7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-bc13c3467988c898842b001aa8a83edf  autoconf.h
-e65a855f4fbb0f3136af7fe28249e883  libecap-0.2.0.tar.gz
+68cbd5b8e505e3fa7da520c3b0fe5a3c  libecap-1.0.0.tar.gz


More information about the scm-commits mailing list