Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grass for openSUSE:Factory checked in at 2023-03-06 18:56:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grass (Old) and /work/SRC/openSUSE:Factory/.grass.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grass" Mon Mar 6 18:56:48 2023 rev:12 rq:1069669 version:8.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grass/grass.changes 2022-12-08 16:52:22.339847825 +0100 +++ /work/SRC/openSUSE:Factory/.grass.new.31432/grass.changes 2023-03-06 18:56:54.429079777 +0100 @@ -1,0 +2,10 @@ +Thu Mar 2 13:49:37 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update to 8.2.1: + * more than 80 improvements and fixes + * Full changleog at https://github.com/OSGeo/grass/releases/tag/8.2.1 +- Changes in previous releases: + * 8.2: https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 + * 8.0: https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 + +------------------------------------------------------------------- Old: ---- grass-7.8.7.md5sum grass-7.8.7.tar.gz New: ---- grass-8.2.1.md5sum grass-8.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grass.spec ++++++ --- /var/tmp/diff_new_pack.hYhtEZ/_old 2023-03-06 18:56:55.637085940 +0100 +++ /var/tmp/diff_new_pack.hYhtEZ/_new 2023-03-06 18:56:55.641085961 +0100 @@ -1,7 +1,7 @@ # # spec file for package grass # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # 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 @@ # Notice to maintainer : move this package to real lfhs -%define shortver 78 +%define shortver 82 %if 0%{?suse_version} >= 1550 BuildRequires: python3-wxPython %else @@ -25,7 +25,7 @@ %endif Name: grass -Version: 7.8.7 +Version: 8.2.1 Release: 0 Summary: Geographic Resources Analysis Support System License: GPL-2.0-or-later @@ -34,6 +34,7 @@ Source: https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.tar.gz Source1: https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.md5sum BuildRequires: -post-build-checks +BuildRequires: PDAL-devel BuildRequires: bison BuildRequires: blas-devel BuildRequires: fdupes @@ -64,6 +65,7 @@ BuildRequires: python3-opengl BuildRequires: python3-six BuildRequires: python3-xml +BuildRequires: readline-devel BuildRequires: sqlite-devel BuildRequires: unixODBC-devel BuildRequires: zlib-devel @@ -121,8 +123,8 @@ sed -i s/%{grasver}//g grass.pc.in sed -i s/%{grasver2}//g configure sed -i s/%{grasver2}//g Makefile -sed -i -e "/GRASS_HEADERS_/ s/@GRASS_HEADERS_GIT_.*@/"$(date -d @${SOURCE_DATE_EPOCH} -u +%FT%T%:z)"/" include/version.h.in -cat include/version.h.in +sed -i -e "/GRASS_HEADERS_/ s/@GRASS_HEADERS_GIT_.*@/"$(date -d @${SOURCE_DATE_EPOCH} -u +%FT%T%:z)"/" include/grass/version.h.in +cat include/grass/version.h.in %define grassprefix %{_libdir} %define grassdir %{grassprefix}/%{name}%{shortver} @@ -138,6 +140,7 @@ --enable-socket \ --enable-largefile \ --with-blas \ + --with-bzlib \ --with-cairo --with-cairo-ldflags=-lfontconfig \ --with-curses \ --with-cxx \ @@ -151,16 +154,21 @@ --with-netcdf \ --with-nls \ --with-odbc \ + --with-opengl \ --with-openmp \ + --with-pdal \ + --with-png \ --with-postgres --with-postgres-includes=%{_includedir}/pgsql \ --with-proj-share=%{_datadir}/proj \ --with-pthread \ --with-python \ - --with-bzlib \ - --with-x \ - --with-zstd \ + --with-readline \ + --with-regex \ --with-sqlite \ - --with-wxwidgets + --with-tiff \ + --with-wxwidgets \ + --with-x \ + --with-zstd # rpmlint: wrong-script-interpreter /usr/bin/env python3 find . -type f -exec sed -i -e 's:#!%{_bindir}/env python3:#!%{_bindir}/python3:g' {} + @@ -179,19 +187,14 @@ # don't create a non-standard-directory for a single file mkdir -p %{buildroot}%{_bindir} -mv %{buildroot}%{grassprefix}/bin/grass%{shortver} %{buildroot}%{_bindir} +mv %{buildroot}%{grassprefix}/bin/grass %{buildroot}%{_bindir} rmdir %{buildroot}%{grassprefix}/bin # changing GISBASE in startup script (deleting %%{buildroot} from path) -sed -i s:%{buildroot}::g %{buildroot}%{_bindir}/grass%{shortver} +sed -i s:%{buildroot}::g %{buildroot}%{_bindir}/grass sed -i s:%{buildroot}::g %{buildroot}%{grassdir}/include/Make/Grass.make sed -i s:%{buildroot}::g %{buildroot}%{grassdir}/include/Make/Platform.make sed -i s:%{buildroot}::g %{buildroot}%{grassdir}%{_sysconfdir}/fontcap -# Make symlinks in /usr/bin/ -install -d %{buildroot}%{_bindir}/ -pushd %{buildroot}%{_bindir}/ -ln -fsv grass%{shortver} grass -popd # make grass libraries available on the system install -d %{buildroot}%{_sysconfdir}/ld.so.conf.d @@ -202,7 +205,7 @@ mkdir -p %{buildroot}%{_datadir}/pixmaps ln -s %{grassdir}/share/icons/hicolor/192x192/apps/grass.png %{buildroot}%{_datadir}/pixmaps/grass.png -rm -rf %{buildroot}%{_libdir}/grass%{shortver}/tools/__pycache__ +rm -rf %{buildroot}%{_libdir}/grass%{shortver}/utils/__pycache__ echo %{grassdir} >%{buildroot}/%{_sysconfdir}/GRASSDIR @@ -222,7 +225,6 @@ %files %config %{_sysconfdir}/ld.so.conf.d/grass-%{version}.conf %{_bindir}/%{name} -%{_bindir}/%{name}%{shortver} %{grassdir}/bin/* %{grassdir}%{_sysconfdir}/* %{grassdir}/gui/* @@ -261,8 +263,8 @@ %lang(vi) %{grassdir}/locale/vi/LC_MESSAGES/*.mo %lang(zh) %{grassdir}/locale/zh/LC_MESSAGES/*.mo %lang(zh_cn) %{grassdir}/locale/zh_CN/LC_MESSAGES/*.mo -%{grassdir}/tools/*.py* -%{grassdir}/tools/g.echo +%{grassdir}/utils/*.py* +%{grassdir}/utils/g.echo %{grassdir}/driver/* %{grassdir}/fonts/* %{grasslib}/*.so @@ -275,7 +277,7 @@ %{grassdir}/GPL.TXT %{grassdir}/REQUIREMENTS.html %{grassdir}/CITING -%{grassdir}/INSTALL +%{grassdir}/INSTALL.md %exclude %{grassdir}/demolocation %changelog ++++++ grass-7.8.7.md5sum -> grass-8.2.1.md5sum ++++++ --- /work/SRC/openSUSE:Factory/grass/grass-7.8.7.md5sum 2022-11-29 10:54:23.353125461 +0100 +++ /work/SRC/openSUSE:Factory/.grass.new.31432/grass-8.2.1.md5sum 2023-03-06 18:56:53.729076205 +0100 @@ -1 +1 @@ -b1ead455581a119e2987e51c11ba52a8 grass-7.8.7.tar.gz +6ef0c4f26901e03618bd4251bf246dfe grass-8.2.1.tar.gz ++++++ grass-7.8.7.tar.gz -> grass-8.2.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/grass/grass-7.8.7.tar.gz /work/SRC/openSUSE:Factory/.grass.new.31432/grass-8.2.1.tar.gz differ: char 12, line 1