[libforensic1394] * Tue Jan 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.2-4 - Renamed package for Python 2.x

Fabian Affolter fab at fedoraproject.org
Tue Jan 8 22:13:39 UTC 2013


commit 87d9eceacebcccc137d4802dad01eeb4ce5e0941
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Tue Jan 8 23:13:23 2013 +0100

    * Tue Jan 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.2-4
    - Renamed package for Python 2.x (BZ #893191)

 libforensic1394.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libforensic1394.spec b/libforensic1394.spec
index 27ffbb0..610e4f4 100644
--- a/libforensic1394.spec
+++ b/libforensic1394.spec
@@ -3,7 +3,7 @@
 
 Name:           libforensic1394
 Version:        0.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A library for performing live memory forensics over firewire
 
 Group:          System Environment/Libraries
@@ -30,13 +30,13 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 This package contains the header files needed for developing
 %{name} applications.
 
-%package -n python2-%{s_name}
+%package -n python-%{s_name}
 Summary:        Python bindings for %{name}
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 BuildRequires:  python2-devel 
 
-%description -n python2-%{s_name}
+%description -n python-%{s_name}
 This package contains the python bindings for %{name}.
 
 %if 0%{?with_python3}
@@ -113,7 +113,7 @@ popd
 %{_includedir}/%{s_name}.h
 %{_libdir}/%{name}.so
 
-%files -n python2-%{s_name}
+%files -n python-%{s_name}
 %{python2_sitelib}/%{s_name}/
 %{python2_sitelib}/*.egg-info
 
@@ -124,6 +124,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Jan 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.2-4
+- Renamed package for Python 2.x (BZ #893191)
+
 * Sat Jan 05 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.2-3
 - Integrated patch from Eduardo Echeverria
 


More information about the scm-commits mailing list