Hello community,

here is the log from the commit of package chocolate-doom for openSUSE:Factory 
checked in at 2013-01-04 11:37:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chocolate-doom (Old)
 and      /work/SRC/openSUSE:Factory/.chocolate-doom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chocolate-doom", Maintainer is ""

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

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.chocolate-doom.new/chocolate-doom.changes       
2013-01-04 11:37:40.000000000 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Mon Jun 11 20:58:25 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.7.0
+* Running servers now re-resolve the address of the master server
+  occasionally, to adapt to DNS address changes.
+* A workaround for SDL mouse lag is now only used on Windows
+  (where it is needed)
+* UTF-8 usernames are supported, and Windows usernames with
+  non-ASCII characters are now supported
+* Palette accuracy is reduced to 6 bits per channel, to more
+  accurately emulate the PC VGA hardware
+
+-------------------------------------------------------------------
+Fri Jun 08 15:42:13 UTC 2011 - [email protected]
+
+- Initial package (version 1.6.0) for build.opensuse.org

New:
----
  chocolate-doom-1.7.0.tar.xz
  chocolate-doom.changes
  chocolate-doom.spec

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

Other differences:
------------------
++++++ chocolate-doom.spec ++++++
#
# spec file for package chocolate-doom
#
# Copyright (c) 2012 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:           chocolate-doom
Version:        1.7.0
Release:        0
Summary:        Conservative DOOM source port
License:        GPL-2.0+
Group:          Amusements/Games/3D/Shoot
Url:            http://chocolate-doom.org/

#Freecode-URL:  https://freecode.com/projects/chocolate-doom
#DL-URL:        
http://downloads.sf.net/chocolate-doom/chocolate-doom-1.7.0.tar.gz
Source:         chocolate-doom-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libSDL-devel >= 1.1.3
BuildRequires:  libSDL_mixer-devel
BuildRequires:  libSDL_net-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  update-desktop-files
BuildRequires:  xz

%description
Chocolate Doom is a Doom source port which aims to behave as closely
as possible to the original DOS Doom executables. It aims to:
* be compatible with DOS Doom demos
* be compatible with DOS Doom configuration files
* be compatible with DOS Doom savegames
* be compatible with DOS Doom bugs
* provide the same "feel" as DOS Doom (display and input should
  behave the same)
* as far as possible, provide all the same features that are
  available using the DOS version.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags};

%install
b="%buildroot";
make install DESTDIR="$b" iconsdir="%_datadir/icons/hicolor/64x64/apps" \
        docdir="%_docdir/%name";
mkdir -p "$b/%_bindir";
mv "$b/%_prefix/games"/* "$b/%_bindir/";
%suse_update_desktop_file -r chocolate-setup chocolate-setup Game ActionGame

%files
%defattr(-,root,root)
%_bindir/*
%_mandir/man*/*
%_datadir/applications/*
%_datadir/icons/*
%_docdir/%name

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to