Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4e8f29e1c6 | |||
| 6c5062131b | |||
| b300d73f68 | |||
| dd1cd9ce98 | |||
| 7017f665d5 | |||
| 48fb9cfac2 | |||
| 780644d61e | |||
| 71099bb80b |
@@ -1 +0,0 @@
|
|||||||
6ef0c4f26901e03618bd4251bf246dfe grass-8.2.1.tar.gz
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8116202fb15352646442862230c7ca48ff8943b7bb83626160ce134980843abd
|
|
||||||
size 66827246
|
|
||||||
3
grass-8.4.0.tar.gz
Normal file
3
grass-8.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:337f603fc05578aa754d56f85a4c6c98deb0f01f0e816fedc1e0954949956137
|
||||||
|
size 70245687
|
||||||
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 17:12:25 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- python3-six is not required
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 20 12:45:25 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||||
|
|
||||||
|
- Update to 8.4.0, Changelog at https://github.com/OSGeo/grass/releases/tag/8.4.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 17 10:12:04 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Drop md5sum of sources as it is pointless
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 12 17:56:35 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||||
|
|
||||||
|
- Update 8.3.2, Changelog at https://github.com/OSGeo/grass/releases/tag/8.3.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 2 13:49:37 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Mar 2 13:49:37 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
11
grass.spec
11
grass.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package grass
|
# spec file for package grass
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Notice to maintainer : move this package to real lfhs
|
# Notice to maintainer : move this package to real lfhs
|
||||||
%define shortver 82
|
%define shortver 84
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: python3-wxPython
|
BuildRequires: python3-wxPython
|
||||||
%else
|
%else
|
||||||
@@ -25,14 +25,13 @@ BuildRequires: python-wxWidgets-devel >= 3.0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: grass
|
Name: grass
|
||||||
Version: 8.2.1
|
Version: 8.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Geographic Resources Analysis Support System
|
Summary: Geographic Resources Analysis Support System
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Other
|
Group: Productivity/Scientific/Other
|
||||||
URL: https://grass.osgeo.org/
|
URL: https://grass.osgeo.org/
|
||||||
Source: https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.tar.gz
|
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: -post-build-checks
|
||||||
BuildRequires: PDAL-devel
|
BuildRequires: PDAL-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@@ -63,7 +62,6 @@ BuildRequires: python3-dateutil
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
BuildRequires: python3-opengl
|
BuildRequires: python3-opengl
|
||||||
BuildRequires: python3-six
|
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
@@ -216,7 +214,6 @@ echo %{grassdir} >%{buildroot}/%{_sysconfdir}/GRASSDIR
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{grassdir}/include
|
%{grassdir}/include
|
||||||
%{grasslib}/*.a
|
|
||||||
%{_sysconfdir}/GRASSDIR
|
%{_sysconfdir}/GRASSDIR
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
@@ -275,7 +272,7 @@ echo %{grassdir} >%{buildroot}/%{_sysconfdir}/GRASSDIR
|
|||||||
%{grassdir}/CHANGES
|
%{grassdir}/CHANGES
|
||||||
%{grassdir}/COPYING
|
%{grassdir}/COPYING
|
||||||
%{grassdir}/GPL.TXT
|
%{grassdir}/GPL.TXT
|
||||||
%{grassdir}/REQUIREMENTS.html
|
%{grassdir}/REQUIREMENTS.md
|
||||||
%{grassdir}/CITING
|
%{grassdir}/CITING
|
||||||
%{grassdir}/INSTALL.md
|
%{grassdir}/INSTALL.md
|
||||||
%exclude %{grassdir}/demolocation
|
%exclude %{grassdir}/demolocation
|
||||||
|
|||||||
Reference in New Issue
Block a user