Hello community, here is the log from the commit of package CorsixTH for openSUSE:Factory checked in at 2019-03-26 15:40:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CorsixTH (Old) and /work/SRC/openSUSE:Factory/.CorsixTH.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CorsixTH" Tue Mar 26 15:40:44 2019 rev:2 rq:683045 version:0.62 Changes: -------- --- /work/SRC/openSUSE:Factory/CorsixTH/CorsixTH.changes 2018-01-19 11:52:04.190871562 +0100 +++ /work/SRC/openSUSE:Factory/.CorsixTH.new.25356/CorsixTH.changes 2019-03-26 15:42:25.996243558 +0100 @@ -1,0 +2,6 @@ +Sat Mar 2 14:09:09 UTC 2019 - Matthias Mailänder <[email protected]> + +- Update to version 0.62 +- Enable movies again + +------------------------------------------------------------------- Old: ---- CorsixTH-0.61.tar.gz New: ---- CorsixTH-0.62.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CorsixTH.spec ++++++ --- /var/tmp/diff_new_pack.hHAGLU/_old 2019-03-26 15:42:26.928243025 +0100 +++ /var/tmp/diff_new_pack.hHAGLU/_new 2019-03-26 15:42:26.928243025 +0100 @@ -1,7 +1,7 @@ # # spec file for package CorsixTH # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,7 +17,7 @@ Name: CorsixTH -Version: 0.61 +Version: 0.62 Release: 0 Summary: Theme Hospital clone License: MIT @@ -27,6 +27,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: update-desktop-files +BuildRequires: hicolor-icon-theme BuildRequires: wxWidgets-devel BuildRequires: pkgconfig(SDL2_mixer) BuildRequires: pkgconfig(freetype2) @@ -65,36 +66,23 @@ %setup -q %build -# TODO: https://github.com/CorsixTH/CorsixTH/issues/1315 -%cmake -DCMAKE_INSTALL_PREFIX=%{_libdir} -DWITH_MOVIES=OFF +%cmake make %{?_smp_mflags} %install -pushd build -make DESTDIR=%{buildroot} install %{?_smp_mflags} -popd -mkdir -p %{buildroot}%{_bindir} -# create wrapper -cat <<EOF > %{buildroot}%{_bindir}/%{name} -#!/bin/sh -cd %{_libdir}/%{name} -./%{name} -cd - -EOF -chmod +x %{buildroot}%{_bindir}/%{name} +%cmake_install + # install icons and desktop file -mkdir %{buildroot}%{_datadir} -mkdir %{buildroot}%{_datadir}/pixmaps -mv %{buildroot}%{_libdir}/CorsixTH/CorsixTH.ico %{buildroot}%{_datadir}/pixmaps -install -p -m 644 CorsixTH/Original_Logo.svg %{buildroot}%{_datadir}/pixmaps/CorsixTH.svg +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ +install -p -m 644 CorsixTH/Original_Logo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/CorsixTH.svg %suse_update_desktop_file -c CorsixTH CorsixTH "A Theme Hospital Clone" CorsixTH CorsixTH Game Simulation %files %defattr(-,root,root) %doc LICENSE.txt README.txt -%{_bindir}/%{name} -%{_libdir}/%{name}/ +%{_bindir}/corsix-th +%{_datadir}/corsix-th %{_datadir}/applications/* -%{_datadir}/pixmaps/* +%{_datadir}/icons/hicolor/scalable/apps/* %changelog ++++++ CorsixTH-0.61.tar.gz -> CorsixTH-0.62.tar.gz ++++++ ++++ 54989 lines of diff (skipped)
