Hello community,

here is the log from the commit of package systester for openSUSE:Factory 
checked in at 2015-04-21 10:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systester (Old)
 and      /work/SRC/openSUSE:Factory/.systester.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systester"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.systester.new/systester.changes 2015-04-21 
10:51:32.000000000 +0200
@@ -0,0 +1,46 @@
+-------------------------------------------------------------------
+Fri Apr 17 08:15:00 UTC 2015 - mplus...@suse.com
+
+- Update license information
+
+-------------------------------------------------------------------
+Wed Apr 15 07:17:05 UTC 2015 - mplus...@suse.com
+
+- Do not manually strip binaries
+
+-------------------------------------------------------------------
+Wed Apr  8 17:10:22 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Update to 1.5.1
+
+-------------------------------------------------------------------
+Mon Jul 16 10:12:27 UTC 2012 - lijewski.ste...@zabka.pl
+
+- added Categories, strip binaries
+
+-------------------------------------------------------------------
+Fri Jul 13 10:42:50 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to version 1.5.0 (see Changelog)
+- new binaries:
+    systester-cli
+    systester-lite
+- add desktop files
+
+-------------------------------------------------------------------
+Wed Mar 16 16:46:49 UTC 2011 - lijewski.ste...@zabka.pl
+
+- fix minor bugs in spec
+
+-------------------------------------------------------------------
+Mon Mar 14 08:10:15 UTC 2011 - lijewski.ste...@gmail.com
+
+- update to version 1.1.1:
+       Systester now can link against MPIR.
+       Source code clean up.
+       Minor bug fixes.
+* Thu Nov  18 2010 lijewski.ste...@gmail.com 1.1.0
+- Initial release
+

New:
----
  systester-1.5.1.tar.gz
  systester.changes
  systester.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systester.spec ++++++
#
# spec file for package systester
#
# Copyright (c) 2015 SUSE LINUX 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:           systester
Version:        1.5.1
Release:        0
Summary:        Benchmark and system stabilty tool
License:        GPL-2.0+
Group:          System/Benchmark
Url:            http://systester.sourceforge.net
Source:         
http://sourceforge.net/projects/systester/files/systester/1.5.0/%{name}-%{version}.tar.gz
BuildRequires:  gmp-devel
BuildRequires:  hicolor-icon-theme
BuildRequires:  libqt4-devel
BuildRequires:  update-desktop-files
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
System Stability Tester tries to test the system's stability by
calculating up to 128 millions of Pi digits. It supports multiple
calculation algorithms. For the moment only two have been
implemented. The Quadratic Convergence of Borwein and Gauss-Legendre,
the algorithm SuperPi uses.

%prep
%setup -q

%build
# not a standard configure, don't replace with macro
./configure \
        --prefix=%{_prefix}
make %{?_smp_mflags}
pushd cli
make %{?_smp_mflags}
make %{?_smp_mflags} lite
popd

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_docdir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}/%{_datadir}/pixmaps
cp systester %{buildroot}/%{_bindir}
cp Authors Changelog COPYING FAQ.txt %{buildroot}/%{_docdir}/%{name}
cp images/systester.png %{buildroot}/%{_datadir}/pixmaps
cp systester.desktop %{buildroot}/%{_datadir}/applications
pushd cli
cp systester-cli %{buildroot}/%{_bindir}
cp systester-lite %{buildroot}/%{_bindir}
popd
%suse_update_desktop_file  -r %{name} Education Math System Monitor

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun


%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/systester
%{_bindir}/systester-cli
%{_bindir}/systester-lite
%doc %{_docdir}/%{name}
%{_datadir}/applications/systester.desktop
%{_datadir}/pixmaps/systester.png


Reply via email to