Hello community,

here is the log from the commit of package dunelegacy for openSUSE:Factory 
checked in at 2017-01-25 23:35:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dunelegacy (Old)
 and      /work/SRC/openSUSE:Factory/.dunelegacy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dunelegacy"

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

--- /dev/null   2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.dunelegacy.new/dunelegacy.changes       
2017-01-25 23:35:28.912926732 +0100
@@ -0,0 +1,43 @@
+-------------------------------------------------------------------
+Sun Jan 22 13:10:57 UTC 2017 - [email protected]
+
+- update to version 0.96.4
+- drop fix-gcc6.patch (included upstream)
+- drop dunelegacy-0.96.3-configure-CXXFLAGS.diff (included upstream)
+
+-------------------------------------------------------------------
+Thu Jun 30 19:58:52 UTC 2016 - [email protected]
+
+- Added dunelegacy-0.96.3-configure-CXXFLAGS.diff to not override
+  system's CXXFLAGS and to not use -O3.
+- Added man page.
+- Enabled verbose make output.
+
+-------------------------------------------------------------------
+Thu Jun 30 18:29:25 UTC 2016 - [email protected]
+
+- Added fix-gcc6.patch to fix build with gcc6 (c++14)
+
+-------------------------------------------------------------------
+Sun Aug 16 05:48:03 UTC 2015 - [email protected]
+
+- Run unit tests
+- Fix rpmlint warnings
+
+-------------------------------------------------------------------
+Mon Mar 25 06:44:06 UTC 2013 - [email protected]
+
+- Update to 0.96.3
+- Use https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------
+Mon Apr 30 19:25:20 UTC 2012 - [email protected]
+
+- Enable parallel build with %_smp_mflags
+- Remove seemingly unneeded calls to autotools regeneration
+
+-------------------------------------------------------------------
+Fri Jul 22 00:00:00 UTC 2011 - [email protected]
+
+- Initial package for build.opensuse.org, based upon
+  
http://cvs.pld-linux.org/cgi-bin/cvsweb/packages/dunelegacy/dunelegacy.spec?rev=1.8.2.1

New:
----
  dunelegacy-0.96.4-src.tar.bz2
  dunelegacy.6
  dunelegacy.changes
  dunelegacy.spec

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

Other differences:
------------------
++++++ dunelegacy.spec ++++++
#
# spec file for package dunelegacy
#
# Copyright (c) 2017 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:           dunelegacy
Version:        0.96.4
Release:        0
Summary:        A modern Dune II reimplementation
License:        GPL-2.0+
Group:          Amusements/Games/Strategy/Real Time
Url:            http://dunelegacy.sourceforge.net/
Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.bz2
# PATCH-FEATURE-UPSTREAM https://sourceforge.net/p/dunelegacy/patches/7/
Source9:        %{name}.6
BuildRequires:  cppunit-devel
BuildRequires:  dos2unix
BuildRequires:  gcc-c++
BuildRequires:  libstdc++-devel
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(SDL2_mixer)
BuildRequires:  pkgconfig(sdl2)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
in an attempt to harvest the largest amount of spice from the sand
dunes. Exchange your spice stockpiles for credits through refinement
and build an army capable of thwarting attempts of the other houses to
stop your harvesting!

Dune Legacy is an effort by a handful of developers to revitalize the
first-ever real-time strategy game. The original game was the basis
for the hugely successful Command and Conquer series, and the gameplay
has been replicated an extended to a wide variety of storylines and
series.

NOTE: Original Dune 2 game files are needed.

%prep
%setup -q
dos2unix ToDo.txt

%build
%configure
make V=1 %{?_smp_mflags}

%check
make V=1 %{?_smp_mflags} distclean
./runUnitTests.sh

%install
%make_install V=1

# Install .desktop file and icon
%suse_update_desktop_file -i %{name}
install -D -p -m 0644 %{name}-128x128.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png

# Install man page
mkdir -p %{buildroot}%{_mandir}/man6
cp %{SOURCE9} %{buildroot}%{_mandir}/man6

%files
%defattr(644,root,root,755)
%doc README ToDo.txt NEWS COPYING AUTHORS ChangeLog
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man?/%{name}.?.*
%{_datadir}/%{name}/
%attr(755,root,root) %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
++++++ dunelegacy.6 ++++++
.TH "dunelegacy" "6" "0.96.4" "Dmitriy A. Perlow aka DAP-DarkneSS" ""
.SH "NAME"
A modern Dune II reimplementation.
.br
.SH "SYNTAX"
dunelegacy [--showlog] [--fullscreen|--window] [--PlayerName=X] [--ServerPort=X]
.br
.SH "DESCRIPTION"
Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos, in an 
attempt to harvest the largest amount of spice from the sand dunes. Exchange 
your spice stockpiles for credits through refinement and build an army capable 
of thwarting attempts of the other houses to stop your harvesting!
.br

Dune Legacy is an effort by a handful of developers to revitalize the 
first-ever real-time strategy game. The original game was the basis for the 
hugely successful Command and Conquer series, and the gameplay has been 
replicated an extended to a wide variety of storylines and series.
.br

NOTE: Original Dune 2 game files are needed.
.br
.SH "SEE ALSO"
IRC: #dunelegacy @ irc.freenode.net
.br
Web: http://sourceforge.net/projects/dunelegacy
.br

Reply via email to