diff --git a/Linux-Cpuinfo-1.7.tar.gz b/Linux-Cpuinfo-1.7.tar.gz deleted file mode 100644 index d6fc16e..0000000 --- a/Linux-Cpuinfo-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8a0ec599cd0bd28c6dc51830b69b50c102e70b9da16572c1ffbf738de31459 -size 9090 diff --git a/Linux-Cpuinfo-1.8.tar.gz b/Linux-Cpuinfo-1.8.tar.gz new file mode 100644 index 0000000..4e8e376 --- /dev/null +++ b/Linux-Cpuinfo-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b50f551c62b2d4a541974db8f49b119e081110166777e03d05aac226508e83 +size 9269 diff --git a/perl-Linux-Cpuinfo.changes b/perl-Linux-Cpuinfo.changes index 592efd3..7b3b608 100644 --- a/perl-Linux-Cpuinfo.changes +++ b/perl-Linux-Cpuinfo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 6 11:40:42 UTC 2014 - stephan.barth@suse.com + +- update to from version 1.7 to 1.8 which contains only two upstream changes: + * Change email address + * Add github details for a more sharing decade + ------------------------------------------------------------------- Wed Dec 1 13:33:15 UTC 2010 - coolo@novell.com diff --git a/perl-Linux-Cpuinfo.spec b/perl-Linux-Cpuinfo.spec index 50ee4aa..3a413d0 100644 --- a/perl-Linux-Cpuinfo.spec +++ b/perl-Linux-Cpuinfo.spec @@ -1,17 +1,34 @@ # vim: set sw=4 ts=4 et nu: -# norootforbuild +# +# spec file for package perl-Linux-Cpuinfo +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: perl-Linux-Cpuinfo -Version: 1.7 +Version: 1.8 Release: 0 Summary: Object Oriented Interface to /proc/cpuinfo -Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/Linux-Cpuinfo-%{version}.tar.gz -URL: http://search.cpan.org/dist/Linux-Cpuinfo/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/Linux-Cpuinfo-%{version}.tar.gz +Url: http://search.cpan.org/dist/Linux-Cpuinfo/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: make perl +BuildRequires: make +BuildRequires: perl BuildRequires: perl-macros %description @@ -46,3 +63,4 @@ interface to that information for relatively simple use in Perl programs. %{perl_vendorarch}/auto/Linux/Cpuinfo %doc %{perl_man3dir}/Linux::Cpuinfo.%{perl_man3ext}%{ext_man} +%changelog