Hello community,

here is the log from the commit of package grass for openSUSE:Factory checked 
in at 2019-12-04 13:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grass (Old)
 and      /work/SRC/openSUSE:Factory/.grass.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grass"

Wed Dec  4 13:54:22 2019 rev:2 rq:753783 version:7.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grass/grass.changes      2019-09-09 
12:33:21.781492173 +0200
+++ /work/SRC/openSUSE:Factory/.grass.new.4691/grass.changes    2019-12-04 
14:20:32.170446031 +0100
@@ -1,0 +2,16 @@
+Mon Dec  2 17:19:51 UTC 2019 - Dirk Stoecker <[email protected]>
+
+- Allow autoconfig of grass directory in software using grass
+
+-------------------------------------------------------------------
+Sat Nov 30 17:00:00 UTC 2019 - Angelos Tzotsos <[email protected]>
+
+- Update to 7.8.1:
+  * The GRASS GIS 7.8.1 release provides more than 80 fixes and improvements 
with respect to the stable release 7.8.0.
+  * The most important change is the new Python-3 support. 
+  * In this release, PROJ 6 and GDAL 3 support has been added. 
+  * The new version is backward compatible with older GRASS 7.x releases and 
older GDAL 2.x and PROJ 4/5 releases.
+  * More details: https://trac.osgeo.org/grass/wiki/Release/7.8.1-News
+- Use Python 3.
+
+-------------------------------------------------------------------

Old:
----
  grass-7.6.1.md5sum
  grass-7.6.1.tar.gz

New:
----
  grass-7.8.1.md5sum
  grass-7.8.1.tar.gz

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

Other differences:
------------------
++++++ grass.spec ++++++
--- /var/tmp/diff_new_pack.OLjblF/_old  2019-12-04 14:20:32.914446658 +0100
+++ /var/tmp/diff_new_pack.OLjblF/_new  2019-12-04 14:20:32.914446658 +0100
@@ -18,61 +18,63 @@
 
 # Notice to maintainer : move this package to real lfhs
 
-%define        shortver 76
+%define        shortver 78
 
 Name:           grass
-Version:        7.6.1
+Version:        7.8.1
 Release:        0
 Summary:        Geographic Resources Analysis Support System
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Other
 URL:            https://grass.osgeo.org/
-Source:         
https://grass.osgeo.org/grass76/source/%{name}-%{version}.tar.gz
-Source1:        
https://grass.osgeo.org/grass76/source/%{name}-%{version}.md5sum
+Source:         
https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.tar.gz
+Source1:        
https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.md5sum
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       fftw3
 Requires:       proj >= 6
-Requires:       python >= 2.6
-Requires:       python-dateutil
-Requires:       python-numpy
-Requires:       python-opengl
 Requires:       python-wxWidgets >= 2.8
-Requires:       python-xml
+Requires:       python3
+Requires:       python3-dateutil
+Requires:       python3-numpy
+Requires:       python3-opengl
+Requires:       python3-xml
 Requires:       sqlite >= 3
 Requires:       unixODBC
 Requires:       xterm
-Requires:       fftw3
 Recommends:     grass-doc
+BuildRequires:  -post-build-checks
 BuildRequires:  bison
 BuildRequires:  blas-devel
+BuildRequires:  fdupes
+BuildRequires:  fftw3-devel
 BuildRequires:  flex
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  lapack-devel
+BuildRequires:  libXmu-devel
 BuildRequires:  libbz2-devel
-BuildRequires:  libgdal-devel >= 2
+BuildRequires:  libgdal-devel >= 3
 BuildRequires:  libgeos-devel >= 3
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libzstd-devel
 BuildRequires:  man
 BuildRequires:  mysql-devel
 BuildRequires:  ncurses-devel >= 5.5
 BuildRequires:  netcdf-devel
+BuildRequires:  perl
 BuildRequires:  postgresql-devel
 BuildRequires:  proj >= 6
 BuildRequires:  proj-devel >= 6
+BuildRequires:  python3-dateutil
+BuildRequires:  python3-devel
+BuildRequires:  python3-numpy
+BuildRequires:  python3-opengl
+BuildRequires:  python3-six
+BuildRequires:  python3-xml
 BuildRequires:  sqlite-devel
-BuildRequires:  -post-build-checks
-BuildRequires:  fdupes
-BuildRequires:  fftw3-devel
-BuildRequires:  libXmu-devel
-BuildRequires:  perl
-BuildRequires:  python-dateutil
-BuildRequires:  python-devel >= 2.6
-BuildRequires:  python-numpy
-BuildRequires:  python-opengl
-BuildRequires:  python-xml
 BuildRequires:  unixODBC-devel
 BuildRequires:  xorg-x11-Mesa-devel
 BuildRequires:  zlib-devel
@@ -157,11 +159,13 @@
        --with-pthread \
        --with-python \
        --with-bzlib \
+    --with-x \
+    --with-zstd \
        --with-sqlite \
        --with-wxwidgets
 
-# rpmlint: wrong-script-interpreter /usr/bin/env python2
-find . -type f -exec sed -i -e 's:#!/usr/bin/env python:#!/usr/bin/python:g' 
{} +
+# rpmlint: wrong-script-interpreter /usr/bin/env python3
+find . -type f -exec sed -i -e 's:#!/usr/bin/env python3:#!/usr/bin/python3:g' 
{} +
 
 %build
 make prefix=%{grassprefix} PREFIX=%{grassprefix} %{?_smp_mflags}
@@ -198,12 +202,17 @@
 mkdir -p %{buildroot}/usr/share/pixmaps
 ln -s %{grassdir}/share/icons/hicolor/192x192/apps/grass.png 
%{buildroot}/usr/share/pixmaps/grass.png
 
+rm -rf %{buildroot}%{_libdir}/grass%{shortver}/tools/__pycache__
+
+echo %{grassdir} >%{buildroot}/%{_sysconfdir}/GRASSDIR
+
 %fdupes -s %{buildroot}%{grassdir}
 
 %files devel
 %defattr(-,root,root)
 %{grassdir}/include
 %{grasslib}/*.a
+%{_sysconfdir}/GRASSDIR
 
 %files doc
 %defattr(-,root,root)
@@ -212,8 +221,8 @@
 %files
 %defattr(-,root,root)
 %config %{_sysconfdir}/ld.so.conf.d/grass-%{version}.conf
-/usr/bin/%{name}
-/usr/bin/%{name}%{shortver}
+%{_bindir}/%{name}
+%{_bindir}/%{name}%{shortver}
 %{grassdir}/bin/*
 %{grassdir}/etc/*
 %{grassdir}/gui/*

++++++ grass-7.6.1.md5sum -> grass-7.8.1.md5sum ++++++
--- /work/SRC/openSUSE:Factory/grass/grass-7.6.1.md5sum 2019-09-09 
12:33:19.433492557 +0200
+++ /work/SRC/openSUSE:Factory/.grass.new.4691/grass-7.8.1.md5sum       
2019-12-04 14:20:30.690444783 +0100
@@ -1 +1 @@
-9ca74f9010d013f735737a90c65d8a7f  grass-7.6.1.tar.gz
+e8ba9a0780024f8ce25243113ec80c09  grass-7.8.1.tar.gz

++++++ grass-7.6.1.tar.gz -> grass-7.8.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/grass/grass-7.6.1.tar.gz 
/work/SRC/openSUSE:Factory/.grass.new.4691/grass-7.8.1.tar.gz differ: char 5, 
line 1


Reply via email to