[cpuid] * Sat Jun 15 2013 Fabian Affolter <mail at fabian-affolter.ch> - 20130610-1 - Updated to new upstream v

Fabian Affolter fab at fedoraproject.org
Sat Jun 15 11:30:35 UTC 2013


commit 51dddbdc446052e65c879da48b62ed7a38bce1e1
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Jun 15 13:30:21 2013 +0200

    * Sat Jun 15 2013 Fabian Affolter <mail at fabian-affolter.ch> - 20130610-1
    - Updated to new upstream version 20130610

 .gitignore |    1 +
 cpuid.spec |   12 +++++-------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e5d55d..3b3609d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ cpuid-20060917.src.tar.gz
 /cpuid-20110305.src.tar.gz
 /cpuid-20120225.src.tar.gz
 /cpuid-20120601.src.tar.gz
+/cpuid-20130610.src.tar.gz
diff --git a/cpuid.spec b/cpuid.spec
index 524e623..7e38526 100644
--- a/cpuid.spec
+++ b/cpuid.spec
@@ -1,6 +1,6 @@
 Name:           cpuid
-Version:        20120601
-Release:        3%{?dist}
+Version:        20130610
+Release:        1%{?dist}
 Summary:        Dumps information about the CPU(s)
 
 Group:          System Environment/Base
@@ -20,29 +20,27 @@ CPUs.
 %prep
 %setup -q
 
-
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -DVERSION=%{version}"
 
-
 %install
 rm -rf %{buildroot}
 install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
 install -Dp -m 0644 %{name}.man.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog FUTURE LICENSE
 %{_mandir}/man1/%{name}.1*
 %{_bindir}/%{name}
 
-
 %changelog
+* Sat Jun 15 2013 Fabian Affolter <mail at fabian-affolter.ch> - 20130610-1
+- Updated to new upstream version 20130610
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120601-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 0e0f824..0a014c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4012dd0dba5e214b59de54db22e5e79b  cpuid-20120601.src.tar.gz
+110494fc8db9d34e9a6de9b5a8cdf3cd  cpuid-20130610.src.tar.gz


More information about the scm-commits mailing list