[kcbench-data] switch to 3.9 for F19 and later, which is the first Fedora using gcc 4.8

Thorsten Leemhuis thl at fedoraproject.org
Wed May 1 10:50:30 UTC 2013


commit 9b89a60d3e3904f81c3470da5a95bdc543cc2bb0
Author: Thorsten Leemhuis <fedora at leemhuis.info>
Date:   Wed May 1 12:50:25 2013 +0200

    switch to 3.9 for F19 and later, which is the first Fedora using gcc 4.8

 .gitignore        |    1 +
 kcbench-data.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a02f7bf..2497aa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 linux-2.6.25.tar.bz2
 /linux-2.6.35.tar.bz2
 /linux-2.6.38.tar.bz2
+/linux-3.9.tar.xz
diff --git a/kcbench-data.spec b/kcbench-data.spec
index bd8f8a2..63c1a6a 100644
--- a/kcbench-data.spec
+++ b/kcbench-data.spec
@@ -1,15 +1,15 @@
-%global kernelver 2.6.38
+%global kernelver 3.9
 
 Name:           kcbench-data
 Version:        0.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Kernel sources to be used by kcbench
 
 Group:          Applications/System
 License:        GPLv2
 URL:            http://fedoraproject.org/wiki/Packages/kcbench
 Source1:        %{name}-README
-Source2:        http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{kernelver}.tar.bz2
+Source2:        http://www.kernel.org/pub/linux/kernel/v3.0/linux-%{kernelver}.tar.xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -51,7 +51,7 @@ echo "Nothing to build"
 rm -rf ${RPM_BUILD_ROOT}
 install -D -p -m 0644 %{SOURCE1} ./README
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name}
-tar -xjf %{SOURCE2} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name}
+tar -xif %{SOURCE2} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name}
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -69,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Wed May 01 2013 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]org> - 0.1-12
+- switch to 3.9 for F19 and later, which is the first Fedora using gcc 4.8
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index a051716..06558d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d471477bfa67546f902da62227fa976  linux-2.6.38.tar.bz2
+4348c9b6b2eb3144d601e87c19d5d909  linux-3.9.tar.xz


More information about the scm-commits mailing list