Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openttd-opengfx for openSUSE:Factory 
checked in at 2021-04-17 00:01:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openttd-opengfx (Old)
 and      /work/SRC/openSUSE:Factory/.openttd-opengfx.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openttd-opengfx"

Sat Apr 17 00:01:39 2021 rev:18 rq:885753 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openttd-opengfx/openttd-opengfx.changes  
2021-01-08 17:38:28.956723206 +0100
+++ 
/work/SRC/openSUSE:Factory/.openttd-opengfx.new.12324/openttd-opengfx.changes   
    2021-04-17 00:01:45.469593375 +0200
@@ -1,0 +2,8 @@
+Mon Apr 12 17:46:18 UTC 2021 - Jan Baier <[email protected]>
+
+- Update to version 0.6.1
+  * Add: GUI sprites for OpenTTD 1.11
+  * Change: New Arctic hotel design
+  * Fix: Correct offsets for toy factory
+
+-------------------------------------------------------------------

Old:
----
  opengfx-0.6.0-source.tar.xz

New:
----
  0.6.1.tar.gz

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

Other differences:
------------------
++++++ openttd-opengfx.spec ++++++
--- /var/tmp/diff_new_pack.bDsY0S/_old  2021-04-17 00:01:46.081594340 +0200
+++ /var/tmp/diff_new_pack.bDsY0S/_new  2021-04-17 00:01:46.085594346 +0200
@@ -17,29 +17,29 @@
 
 
 Name:           openttd-opengfx
-Version:        0.6.0
+Version:        0.6.1
 Release:        0
 Summary:        Default baseset graphics for OpenTTD
 License:        GPL-2.0-only
 Group:          Amusements/Games/Strategy/Other
-URL:            http://dev.openttdcoop.org/projects/opengfx
-Source:         
https://cdn.openttd.org/opengfx-releases/%{version}/opengfx-%{version}-source.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+URL:            https://github.com/OpenTTD/OpenGFX
+Source:         
https://github.com/OpenTTD/OpenGFX/archive/refs/tags/%{version}.tar.gz
 BuildRequires:  dos2unix
+BuildRequires:  fdupes
+BuildRequires:  grfcodec
 BuildRequires:  nml >= 0.5
+BuildRequires:  openttd-data
+BuildRequires:  python3-base
 BuildRequires:  xz
+Requires:       openttd-data >= 1.5
+Provides:       opengfx = %{version}
+BuildArch:      noarch
 %if 0%{?with_gimp}
 BuildRequires:  gimp >= 2.4
 %if 0%{?suse_version} < 1550
 BuildRequires:  gimp-plugins-python
 %endif
 %endif
-BuildRequires:  grfcodec
-BuildRequires:  openttd-data
-BuildRequires:  python3-base
-Requires:       openttd-data >= 1.5
-Provides:       opengfx = %{version}
 
 %description
 OpenGFX is an open source graphics base set designed to be used by OpenTTD.
@@ -48,30 +48,31 @@
 ensure the best possible out-of-the-box experience with OpenTTD.
 
 %prep
-%setup -qn opengfx-%{version}-source
+%setup -q -n OpenGFX-%{version}
 %if 0%{?with_gimp}
 make clean-gfx
 %endif
 
 %build
 # set $UNIX2DOS to null, fixes http://dev.openttdcoop.org/issues/7669
-make UNIX2DOS= grf PYTHON=%{_bindir}/python3
+%make_build UNIX2DOS= grf PYTHON=%{_bindir}/python3 REPO_VERSION=%{version} _V=
 
 %install
 # we need to define version on the install target, else it could conflict with
 # possible same named opengfx in $HOME
 %define ogfxdir %{_datadir}/openttd/baseset/opengfx-%{version}
-make install INSTALL_DIR=%{buildroot}%{ogfxdir} PYTHON=%{_bindir}/python3 
UNIX2DOS=
+make install INSTALL_DIR=%{buildroot}%{ogfxdir} PYTHON=%{_bindir}/python3 
REPO_VERSION=%{version} _V=
 
 %check
-cp opengfx-%{version}.check.md5 opengfx-%{version}.md5
-make check _V= PYTHON=/usr/bin/python3
+%make_build opengfx-%{version}.check.md5 check PYTHON=%{_bindir}/python3 
REPO_VERSION=%{version} _V=
 
 %files
-%defattr(-,root,root,-)
-%license %{ogfxdir}/LICENSE
+%license %{ogfxdir}/license.txt
 %doc %{ogfxdir}/changelog.txt
-%doc %{ogfxdir}/README.md
-%{ogfxdir}/
+%doc %{ogfxdir}/readme.txt
+%dir %{ogfxdir}
+%{ogfxdir}/opengfx.obg
+%{ogfxdir}/*.grf
+%{ogfxdir}/*.txt
 
 %changelog

Reply via email to