Markus Neteler f6eb39c
%global shortver 78
Orion Poplawski 107c2f5
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
9b1a146
9b1a146
Name:		grass
692861e
Version:	7.8.5
692861e
Release:	1%{?dist}
9b1a146
Summary:	GRASS GIS - Geographic Resources Analysis Support System
9b1a146
3fc5c8c
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
3fc5c8c
%bcond_without flexiblas
3fc5c8c
%endif
3fc5c8c
31206a0
%if 0%{?rhel} >= 7
31206a0
%define __python %{__python3}
31206a0
%global python3_version_nodots 36
31206a0
%global main_python3 1
Markus Neteler 5f02b2a
%endif
31206a0
31206a0
# Note that the bcond macros are named for the CLI option they create.
31206a0
# "%%bcond_without" means "ENABLE by default and create a --without option"
31206a0
%bcond_without python3
31206a0
9b1a146
License:	GPLv2+
9b1a146
URL:		https://grass.osgeo.org
9b1a146
Source0:	https://grass.osgeo.org/%{name}%{shortver}/source/%{name}-%{version}.tar.gz
9b1a146
Markus Neteler 8717d4d
Patch1:		grass-7.8.0-buildroot.diff
Markus Neteler f6eb39c
9b1a146
BuildRequires:	bison
3fc5c8c
%if %{with flexiblas}
3fc5c8c
BuildRequires:	flexiblas-devel
3fc5c8c
%else
3fc5c8c
BuildRequires:	blas-devel, lapack-devel
3fc5c8c
%endif
7697363
BuildRequires:	cairo-devel
Markus Neteler 85cb94a
BuildRequires:	gcc-c++
Orion Poplawski c4647f6
BuildRequires:	desktop-file-utils
9b1a146
BuildRequires:	fftw-devel
9b1a146
BuildRequires:	flex
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
BuildRequires:	freetype-devel
095e676
%endif
9b1a146
BuildRequires:	gdal-devel
Markus Neteler f6eb39c
BuildRequires:	geos-devel
289ba31
BuildRequires:	gettext
22a1dcd
BuildRequires:	laszip-devel
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
Orion Poplawski c4647f6
BuildRequires:	libappstream-glib
095e676
%endif
9b1a146
BuildRequires:	libpng-devel
9b1a146
BuildRequires:	libtiff-devel
9b1a146
BuildRequires:	libXmu-devel
9b1a146
BuildRequires:	mesa-libGL-devel
9b1a146
BuildRequires:	mesa-libGLU-devel
2f6bb9a
%if (0%{?rhel} > 7 || 0%{?fedora})
Markus Neteler 9170dc0
BuildRequires:	mariadb-connector-c-devel openssl-devel
Markus Neteler 9170dc0
%else
9b1a146
BuildRequires:	mysql-devel
Markus Neteler 9170dc0
%endif
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
BuildRequires:	netcdf-devel
095e676
%endif
Markus Neteler f6eb39c
BuildRequires:	python3
2f6bb9a
%if 0%{?rhel} == 7
Markus Neteler 3452cd2
# EPEL7
31206a0
BuildRequires:	python%{python3_version_nodots}-numpy
Markus Neteler 3452cd2
%else
Markus Neteler f6eb39c
BuildRequires:	python3-numpy
Markus Neteler 3452cd2
%endif
7a92aa4
%if 0%{?rhel} && 0%{?rhel} <= 7
9b1a146
BuildRequires:	postgresql-devel
095e676
%else
7a92aa4
BuildRequires:	libpq-devel
095e676
%endif
Markus Neteler 6c13ab3
BuildRequires:	proj-devel
095e676
%if (0%{?rhel} <= 6 && !0%{?fedora})
095e676
# argparse is included in python2.7+ but not python2.6
698c907
BuildRequires:	python-argparse
095e676
%endif
2f6bb9a
%if 0%{?rhel} == 7
Markus Neteler 3452cd2
# EPEL7
31206a0
BuildRequires:	python%{python3_version_nodots}-dateutil
Markus Neteler 3452cd2
%else
Markus Neteler f6eb39c
BuildRequires:	python3-dateutil
Markus Neteler 3452cd2
%endif
Markus Neteler f6eb39c
BuildRequires:	python3-devel
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
698c907
BuildRequires:	python3-pillow
Markus Neteler d564a9f
%else
Markus Neteler d564a9f
# EPEL6
095e676
BuildRequires:	python-imaging
095e676
%endif
22a1dcd
BuildRequires:	PDAL
22a1dcd
BuildRequires:	PDAL-libs
22a1dcd
BuildRequires:	PDAL-devel
9b1a146
BuildRequires:	readline-devel
9b1a146
BuildRequires:	sqlite-devel
289ba31
BuildRequires:	subversion
9b1a146
BuildRequires:	unixODBC-devel
9b1a146
BuildRequires:	zlib-devel
Markus Neteler 3452cd2
BuildRequires:	bzip2-devel
Markus Neteler 3488250
BuildRequires:	libzstd-devel
95c269c
BuildRequires: make
9b1a146
Markus Neteler 3452cd2
Requires:	bzip2-libs
Markus Neteler 3452cd2
Requires:	libzstd
Markus Neteler f6eb39c
Requires:	geos
4bf974e
# fedora >= 34: Nothing
4bf974e
%if (0%{?rhel} > 7 || 0%{?fedora} < 34)
Markus Neteler 6c13ab3
Requires:	proj-datumgrid
4bf974e
Requires:	proj-datumgrid-world
2f6bb9a
%endif
Markus Neteler f6eb39c
Requires:	python3
2f6bb9a
%if 0%{?rhel} == 7
Markus Neteler 3452cd2
# EPEL7
31206a0
Requires:	python%{python3_version_nodots}-numpy
Markus Neteler 3452cd2
%else
Markus Neteler f6eb39c
Requires:	python3-numpy
Markus Neteler 3452cd2
%endif
Markus Neteler 3452cd2
%if 0%{?rhel} > 6
2f6bb9a
# EPEL7/EPEL8
Markus Neteler 3452cd2
#Requires:  python3-matplotlib-wx
Markus Neteler 3452cd2
%else
Markus Neteler 3452cd2
Requires:	python3-matplotlib
Markus Neteler 3452cd2
%endif
2f6bb9a
%if 0%{?rhel} == 7
Markus Neteler 3452cd2
# EPEL7
31206a0
Requires:	python%{python3_version_nodots}-dateutil
Markus Neteler 3452cd2
%else
Markus Neteler 3452cd2
Requires:	python3-dateutil
Markus Neteler 3452cd2
%endif
698c907
%if 0%{?rhel} && 0%{?rhel} < 7
698c907
Requires: wxPython
Markus Neteler 4dcadb9
%else
22a1dcd
Requires:	python3-wxpython4
2f6bb9a
%endif
22a1dcd
Requires:	PDAL
22a1dcd
Requires:	PDAL-libs
Markus Neteler 4dcadb9
Balint Cristian 9d89a6b
%if "%{_lib}" == "lib"
b2d9249
%global cpuarch 32
Balint Cristian 9d89a6b
%else
b2d9249
%global cpuarch 64
Balint Cristian 9d89a6b
%endif
Balint Cristian 9d89a6b
Markus Neteler 9170dc0
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
Markus Neteler 9170dc0
Balint Cristian 3f92e14
%description
Balint Cristian 3f92e14
GRASS (Geographic Resources Analysis Support System) is a Geographic
Balint Cristian 3f92e14
Information System (GIS) used for geospatial data management and
Balint Cristian 3f92e14
analysis, image processing, graphics/maps production, spatial
Balint Cristian 3f92e14
modeling, and visualization. GRASS is currently used in academic and
Balint Cristian 3f92e14
commercial settings around the world, as well as by many governmental
Balint Cristian 3f92e14
agencies and environmental consulting companies.
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%package libs
289ba31
Summary:	GRASS GIS runtime libraries
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%description libs
9b1a146
GRASS GIS runtime libraries
Balint Cristian 3f92e14
Markus Neteler 5f02b2a
%package gui
Markus Neteler 5f02b2a
Summary:	GRASS GIS GUI
Markus Neteler 5f02b2a
Requires:	%{name}%{?isa} = %{version}-%{release}
Markus Neteler 5f02b2a
Markus Neteler 5f02b2a
%description gui
Markus Neteler 5f02b2a
GRASS GIS GUI
Markus Neteler 5f02b2a
Balint Cristian 3f92e14
%package devel
289ba31
Summary:	GRASS GIS development headers
Markus Neteler 9170dc0
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
357b526
Balint Cristian 3f92e14
%description devel
9b1a146
GRASS GIS development headers
b2d9249
Balint Cristian 3f92e14
%prep
289ba31
%setup -q
289ba31
Markus Neteler f6eb39c
%patch1 -p1
Markus Neteler f6eb39c
289ba31
# Correct mysql_config query
289ba31
sed -i -e 's/--libmysqld-libs/--libs/g' configure
Balint Cristian 3f92e14
3fc5c8c
%if %{with flexiblas}
3fc5c8c
sed -i -e 's/-lblas/-lflexiblas/g' -e 's/-llapack/-lflexiblas/g' configure
3fc5c8c
%endif
3fc5c8c
Orion Poplawski c4647f6
# Fixup shebangs
Orion Poplawski c4647f6
find -name \*.pl | xargs sed -i -e 's,#!/usr/bin/env perl,#!%{__perl},'
Orion Poplawski c4647f6
357b526
%build
289ba31
# Package is not ready for -Werror=format-security or the C++11 standard
832cd3f
CFLAGS="$(echo ${RPM_OPT_FLAGS} | sed -e 's/ -Werror=format-security//')"
289ba31
CXXFLAGS="-std=c++98 ${CFLAGS}"
Balint Cristian 3f92e14
%configure \
9b1a146
	--with-cxx \
9b1a146
	--with-tiff \
9b1a146
	--with-png \
9b1a146
	--with-postgres \
2f6bb9a
%if 0%{?rhel} > 7
2f6bb9a
    --with-mysql=no \
2f6bb9a
%else
9b1a146
	--with-mysql \
2f6bb9a
%endif
9b1a146
	--with-opengl \
9b1a146
	--with-odbc \
9b1a146
	--with-fftw \
9b1a146
	--with-blas \
9b1a146
	--with-lapack \
3fc5c8c
%if %{with flexiblas}
3fc5c8c
	--with-blas-includes=%{_includedir}/flexiblas \
3fc5c8c
	--with-lapack-includes=%{_includedir}/flexiblas \
3fc5c8c
%endif
9b1a146
	--with-cairo \
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
	--with-freetype \
095e676
%endif
9b1a146
	--with-nls \
22a1dcd
	--with-pdal \
9b1a146
	--with-readline \
9b1a146
	--with-regex \
9b1a146
	--with-openmp \
9b1a146
	--with-gdal=%{_bindir}/gdal-config \
9b1a146
	--with-wxwidgets=%{_bindir}/wx-config \
97dbc83
	--with-geos=%{_bindir}/geos-config \
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
095e676
	--with-netcdf=%{_bindir}/nc-config \
095e676
%endif
9b1a146
	--with-mysql-includes=%{_includedir}/mysql \
Markus Neteler 9170dc0
%if (0%{?fedora} >= 27)
Markus Neteler 9170dc0
	--with-mysql-libs=%{_libdir} \
Markus Neteler 9170dc0
%else
9b1a146
	--with-mysql-libs=%{_libdir}/mysql \
Markus Neteler 9170dc0
%endif
7a92aa4
	--with-postgres-includes=%{_includedir}/pgsql \
9b1a146
	--with-cairo-ldflags=-lfontconfig \
9b1a146
	--with-freetype-includes=%{_includedir}/freetype2 \
Markus Neteler 3452cd2
	--with-bzlib \
Markus Neteler 3488250
	--with-zstd \
Markus Neteler 5f02b2a
	--with-proj-share=%{_datadir}/proj
095e676
b050c47
make %{?_smp_mflags}
Balint Cristian 3f92e14
Markus Neteler 5f02b2a
# by default, grass will be installed to /usr/grass-%%{version}
Markus Neteler 5f02b2a
# this is not FHS compliant: hide grass-%%{version} in %%{libdir}
Balint Cristian 3f92e14
%install
9b1a146
%make_install \
Markus Neteler f6eb39c
	DESTDIR=%{buildroot}%{_libdir} \
Markus Neteler 5f02b2a
	prefix=%{buildroot}%{_libdir} \
Markus Neteler f6eb39c
	UNIX_BIN=%{buildroot}%{_bindir} \
Markus Neteler f6eb39c
	GISBASE_RUNTIME=%{_libdir}/%{name}%{shortver}
Balint Cristian 9d89a6b
Markus Neteler 5f02b2a
# libraries and headers are in GISBASE = %%{_libdir}/%%{name}
Markus Neteler 5f02b2a
# keep them in GISBASE
Markus Neteler 5f02b2a
Markus Neteler 5f02b2a
# fix paths:
9b1a146
# Change GISBASE in startup script
Markus Neteler f6eb39c
for I in %{buildroot}%{_bindir}/%{name}%{shortver} \
Markus Neteler f6eb39c
	%{buildroot}%{_libdir}/%{name}%{shortver}/include/Make/Platform.make \
Markus Neteler f6eb39c
	%{buildroot}%{_libdir}/%{name}%{shortver}/include/Make/Grass.make \
Markus Neteler f6eb39c
	%{buildroot}%{_libdir}/%{name}%{shortver}/demolocation/.grassrc%{shortver} \
Markus Neteler f6eb39c
	%{buildroot}%{_libdir}/%{name}%{shortver}/etc/fontcap; do
Markus Neteler f6eb39c
	sed -i \
Markus Neteler f6eb39c
		-e 's|%{buildroot}%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
Markus Neteler f6eb39c
		-e 's|%{buildroot}%{_libdir}/%{name}%{shortver}|%{_libdir}/%{name}%{shortver}|g' \
Markus Neteler f6eb39c
		-e 's|%{buildroot}%{_bindir}|%{_bindir}|g' \
Markus Neteler f6eb39c
		$I
Markus Neteler f6eb39c
done
Markus Neteler f6eb39c
Markus Neteler 5f02b2a
# fix paths in grass.pc
Markus Neteler 5f02b2a
sed -i -e 's|%{_prefix}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
Markus Neteler 5f02b2a
	%{name}.pc
Balint Cristian 3f92e14
Balint Cristian 3f92e14
mkdir -p %{buildroot}%{_libdir}/pkgconfig
9b1a146
install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig
Balint Cristian 3f92e14
9b1a146
# Create multilib header
Markus Neteler f6eb39c
mv %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config.h \
Markus Neteler f6eb39c
   %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config-%{cpuarch}.h
0708b74
echo '#include <bits/wordsize.h>
0708b74
0708b74
#if __WORDSIZE == 32
0708b74
#include "grass/config-32.h"
0708b74
#else
0708b74
#if __WORDSIZE == 64
0708b74
#include "grass/config-64.h"
0708b74
#else
0708b74
#error "Unknown word size"
0708b74
#endif
0708b74
#endif' > %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config.h
0708b74
chmod 644 %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config.h
d732973
9b1a146
# Make man pages available on the system, convert to utf8 and avoid name conflict
9b1a146
mkdir -p %{buildroot}%{_mandir}/man1
Markus Neteler f6eb39c
for man in $(ls %{buildroot}%{_libdir}/%{name}%{shortver}/docs/man/man1/*.1)
9b1a146
do
9b1a146
	iconv -f iso8859-1 -t utf8 $man > %{buildroot}%{_mandir}/man1/$(basename $man)"%{name}"
Balint Cristian 3f92e14
done
Balint Cristian 3f92e14
Markus Neteler f6eb39c
# create symlink to unversioned name
Markus Neteler 6c13ab3
ln -s %{_bindir}/%{name}%{shortver} %{buildroot}%{_bindir}/%{name}
Markus Neteler f6eb39c
Markus Neteler 5f02b2a
# symlink docs from GISBASE to standard system location
Markus Neteler 5f02b2a
mkdir -p %{buildroot}%{_docdir}
Markus Neteler 6c13ab3
# append shortver to destination since man pages are unversioned
Markus Neteler 5f02b2a
ln -s %{_libdir}/%{name}%{shortver}/docs %{buildroot}%{_docdir}/%{name}%{shortver}
Orion Poplawski c4647f6
9b1a146
# Make desktop, appdata and icon files available on the system
Markus Neteler f6eb39c
mv %{buildroot}%{_libdir}/%{name}%{shortver}/share/* %{buildroot}%{_datadir}
Orion Poplawski c4647f6
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
Markus Neteler f6eb39c
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.osgeo.%{name}.appdata.xml
b2d9249
Markus Neteler 5f02b2a
# Cleanup: nothing to do
Markus Neteler 5f02b2a
#rm -rf %%{buildroot}%%{_prefix}/%%{name}-%%{version}
d732973
Markus Neteler 5f02b2a
# Finally move entire tree to shortver subdir
22a1dcd
#mv %%{buildroot}%%{_libdir}/%%{name}-%%{version} %%{buildroot}%%{_libdir}/%%{name}%%{shortver}
d732973
Markus Neteler 5f02b2a
# rpm macro for version checking (not from buildroot!)
Orion Poplawski 107c2f5
mkdir -p ${RPM_BUILD_ROOT}%{macrosdir}
Orion Poplawski 107c2f5
cat > ${RPM_BUILD_ROOT}%{macrosdir}/macros.%{name} <
Orion Poplawski 107c2f5
%%%{name}_version %{version}
Orion Poplawski 107c2f5
EOF
Orion Poplawski 107c2f5
Markus Neteler d0be3bb
# Add custom lib path to ld.conf.so.d
Markus Neteler d0be3bb
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
Markus Neteler d0be3bb
cat >  %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf<
Markus Neteler d0be3bb
%{_libdir}/%{name}%{shortver}/lib
Markus Neteler d0be3bb
EOF
Markus Neteler d0be3bb
b537654
%if 0%{?rhel} && 0%{?rhel} <= 7
d732973
%post
d732973
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
d732973
d732973
%postun
d732973
if [ $1 -eq 0 ] ; then
9b1a146
	/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
9b1a146
	/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
d732973
fi
d732973
d732973
%posttrans
d732973
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Markus Neteler 9170dc0
%endif
d732973
Balint Cristian 3f92e14
%post libs -p /sbin/ldconfig
Balint Cristian 3f92e14
9b1a146
%postun libs -p /sbin/ldconfig
d732973
9b1a146
%files
Markus Neteler d0be3bb
%exclude %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
9b1a146
%exclude %{_libdir}/%{name}%{shortver}/driver/db/*
Markus Neteler 5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/lib
Markus Neteler 5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/include
Markus Neteler 5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/gui
Markus Neteler 5f02b2a
%{_libdir}/%{name}%{shortver}
9b1a146
%{_bindir}/*
Markus Neteler 5f02b2a
%{_datadir}/metainfo/*
9b1a146
%{_datadir}/applications/*
9b1a146
%{_datadir}/icons/hicolor/*/apps/*
9b1a146
%{_mandir}/man1/*
Markus Neteler 5f02b2a
%{_docdir}/%{name}%{shortver}
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files libs
9b1a146
%license AUTHORS COPYING GPL.TXT CHANGES
Markus Neteler d0be3bb
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
Markus Neteler f25b453
%{_libdir}/%{name}%{shortver}/lib/*.so
Markus Neteler 5f02b2a
%{_libdir}/%{name}%{shortver}/lib/*.a
9b1a146
%dir %{_libdir}/%{name}%{shortver}/driver
9b1a146
%dir %{_libdir}/%{name}%{shortver}/driver/db
9b1a146
%{_libdir}/%{name}%{shortver}/driver/db/*
Balint Cristian 3f92e14
Markus Neteler 5f02b2a
%files gui
Markus Neteler 5f02b2a
%{_libdir}/%{name}%{shortver}/gui
Markus Neteler 5f02b2a
Balint Cristian 3f92e14
%files devel
9b1a146
%doc TODO doc/* SUBMITTING
Orion Poplawski 107c2f5
%{macrosdir}/macros.%{name}
9b1a146
%{_libdir}/pkgconfig/*
Markus Neteler 5f02b2a
%dir %{_libdir}/%{name}%{shortver}/lib
Markus Neteler 5f02b2a
%{_libdir}/%{name}%{shortver}/include
c0b3154
Balint Cristian 3f92e14
%changelog
692861e
* Tue Dec 22 2020 Markus Neteler <neteler@mundialis.de> - 7.8.5-1
692861e
- New upstream version GRASS GIS 7.8.5
692861e
4bf974e
* Tue Nov 24 20:59:37 CET 2020 Markus Neteler <neteler@mundialis.de> - 7.8.4-6
4bf974e
- Clean up proj-datumgrid requires < f34+
4bf974e
9d7d93e
* Fri Nov 20 15:59:37 CET 2020 Sandro Mani <manisandro@gmail.com> - 7.8.4-5
9d7d93e
- Drop proj-datumgrid requires on f34+
9d7d93e
ddcb20d
* Fri Nov  6 22:26:41 CET 2020 Sandro Mani <manisandro@gmail.com> - 7.8.4-4
ddcb20d
- Rebuild (proj, gdal)
ddcb20d
cab3b57
* Wed Nov  4 18:22:40 CET 2020 Sandro Mani <manisandro@gmail.com> - 7.8.4-3
cab3b57
- Rebuild (PDAL)
cab3b57
0708b74
* Sat Oct 17 2020 Markus Neteler <neteler@mundialis.de> - 7.8.4-2
0708b74
- reinstate %{name}-config.h (RHBZ #1889035) as being needed for QGIS
0708b74
7a9c098
* Mon Oct 05 2020 Markus Neteler <neteler@mundialis.de> - 7.8.4-1
7a9c098
- New upstream version GRASS GIS 7.8.4
7a9c098
- disabled %{name}-config.h
7a9c098
3fc5c8c
* Thu Aug 27 2020 Iñaki Úcar <iucar@fedoraproject.org> - 7.8.3-10
3fc5c8c
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
3fc5c8c
f4b8639
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.8.3-9
f4b8639
- Second attempt - Rebuilt for
f4b8639
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f4b8639
c3d5160
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.8.3-8
c3d5160
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c3d5160
22a1dcd
* Fri Jun 26 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-7
22a1dcd
- added PDAL support
22a1dcd
721eff9
* Sun Jun 21 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-6
721eff9
- disable automagic byte compilation (BZ#1847153)
721eff9
698c907
* Tue May 26 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-5
698c907
- fixed wxPython for F33 (BZ#1836761)
698c907
388a262
* Thu May 21 2020 Sandro Mani <manisandro@gmail.com> - 7.8.3-4
388a262
- Rebuild (gdal)
388a262
2f6bb9a
* Sat May 09 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-3
2f6bb9a
- disabled mysql on EPEL8 due to header problem
2f6bb9a
- updated PROJ package names for EPEL8
2f6bb9a
31206a0
* Wed May 06 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-2
31206a0
- enforce Python3 on EPEL7
31206a0
- do not hardcode python version on Fedora but use macro
31206a0
27c74e5
* Tue May 05 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3
27c74e5
- new upstream version GRASS GIS 7.8.3
27c74e5
a67254c
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 7.8.2-3
a67254c
- Rebuild (gdal)
a67254c
739dce0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.8.2-2
739dce0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
739dce0
Markus Neteler 101b721
* Thu Dec 12 2019 Markus Neteler <neteler@mundialis.de> - 7.8.2
Markus Neteler 101b721
- new upstream version GRASS GIS 7.8.2
Markus Neteler 101b721
Markus Neteler 3452cd2
* Thu Oct 24 2019 Markus Neteler <neteler@mundialis.de> - 7.8.1
Markus Neteler 3452cd2
- new upstream version GRASS GIS 7.8.1
Markus Neteler 8717d4d
- it supports GDAL 3 and PROJ 6
Markus Neteler 3452cd2
Markus Neteler 3452cd2
* Thu Oct 24 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-5
Markus Neteler 3452cd2
- fix EPEL7 support
Markus Neteler 3452cd2
Markus Neteler 3452cd2
* Mon Sep 23 2019 Markus Metz <metz@mundialis.de> - 7.8.0-4
Markus Neteler 3452cd2
- enable bzip2 compression
Markus Neteler 3452cd2
Markus Neteler 6c13ab3
* Fri Sep 20 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-3
Markus Neteler 6c13ab3
- added missing proj-datumgrid and proj-datumgrid-world for >= F30
Markus Neteler 6c13ab3
- fix create symlink to unversioned name
Markus Neteler 6c13ab3
Markus Neteler f6eb39c
* Sat Sep 14 2019 Elliot C. Lee <elliot.c.lee@gmail.com> - 7.8.0-2
Markus Neteler f6eb39c
- patch for upstream package and SPEC file
Markus Neteler f6eb39c
Markus Neteler f6eb39c
* Fri Sep 13 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-1
Markus Neteler f6eb39c
- new upstream version of GRASS GIS 7.8.0
Markus Neteler f6eb39c
- dropped outdated liblas dependency
Markus Neteler f6eb39c
Markus Neteler f6eb39c
* Wed Aug 14 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-RC1
Markus Neteler f6eb39c
- test version of GRASS GIS 7.8.0RC1 with Python 3 support
Markus Neteler f6eb39c
- removal of no longer required Python 2/3 shebang update
Markus Neteler f6eb39c
a3a155d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.0-6
a3a155d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a3a155d
89a9810
* Mon Mar 18 2019 Orion Poplawski <orion@nwra.com> - 7.6.0-5
89a9810
- Rebuild for netcdf 4.6.3
89a9810
29ea7cf
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 7.6.0-4
29ea7cf
- Rebuild for readline 8.0
29ea7cf
f5afb78
* Mon Feb 04 2019 Devrim Gündüz <devrim@gunduz.org> - 7.6.0-3
9c00d49
- Rebuild for new GeOS and Proj
9c00d49
43446e5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.0-2
43446e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
43446e5
Markus Neteler 3488250
* Thu Jan 17 2019 Markus Neteler <neteler@mundialis.de> - 7.6.0-1
Markus Neteler 3488250
- new upstream version GRASS GIS 7.6.0
Markus Neteler 3488250
Markus Neteler f3e0e50
* Fri Jan 04 2019 Markus Neteler <neteler@mundialis.de> - 7.4.4-1
Markus Neteler f3e0e50
- new upstream version GRASS GIS 7.4.4
Markus Neteler f3e0e50
Markus Neteler 7d3f66d
* Tue Nov 27 2018 Markus Neteler <neteler@mundialis.de> - 7.4.3-1
Markus Neteler 7d3f66d
- new upstream version GRASS GIS 7.4.3
Markus Neteler 7d3f66d
Markus Neteler f25b453
* Tue Nov 06 2018 Markus Neteler <neteler@mundialis.de> - 7.4.2-2
Markus Neteler f25b453
- fix to include libgrass_*.so files in grass-libs.rpm
Markus Neteler f25b453
Markus Neteler f25b453
* Sun Oct 28 2018 Markus Neteler <neteler@mundialis.de> - 7.4.2-1
Markus Neteler 7d3f66d
- new upstream version GRASS GIS 7.4.2
Markus Neteler 9b6b87b
Markus Neteler f25b453
* Sun Sep 09 2018 Pavel Raiskup <praiskup@redhat.com> - 7.4.1-8
Markus Neteler 9b6b87b
- Clean up of PostgreSQL support (PR#4)
Markus Neteler 9b6b87b
e3f80f9
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 7.4.1-7
e3f80f9
- Rebuild with fixed binutils
e3f80f9
Markus Neteler 85cb94a
* Sun Jul 29 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-6
Markus Neteler 85cb94a
- added BuildRequires gcc-c++ to address RHBZ #1604262 due to RHBZ #1551327 (removing gcc and gcc-c++ from default buildroot)
Markus Neteler 85cb94a
905b391
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.1-5
905b391
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
905b391
Markus Neteler 7f0759a
* Sun Jul 08 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-4
Markus Neteler 7f0759a
- fix Python macro to explicitely use Python 2 interpreter
Markus Neteler 7f0759a
7697363
* Sat Jul 07 2018 Scott Talbert <swt@techie.net> - 7.4.1-3
7697363
- Update BRs: remove wxGTK-devel and add cairo-devel
7697363
Markus Neteler 4dcadb9
* Sat Jun 23 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-2
Markus Neteler 4dcadb9
- fix wxPython package dependency name for CentOS7
Markus Neteler 4dcadb9
Markus Neteler d564a9f
* Tue Jun 12 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-1
Markus Neteler d564a9f
- new upstream version 7.4.1
Markus Neteler d564a9f
- do not fail on EPEL6 with appstream-util
Markus Neteler d564a9f
Markus Neteler d0be3bb
* Wed Apr 25 2018 Markus Neteler <neteler@mundialis.de> - 7.4.0-2
Markus Neteler d0be3bb
- add /etc/ld.so.conf.d/grass-*.conf to find libs by Daniele Viganò <daniele@vigano.me> (RHBZ #1571441)
Markus Neteler d0be3bb
Markus Neteler 066991f
* Mon Apr 09 2018 Markus Neteler <neteler@mundialis.de> - 7.4.0-1
Markus Neteler 066991f
- New upstream version 7.4.0
Markus Neteler 066991f
e275e6f
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 7.2.3-2
e275e6f
- Update Python 2 dependency declarations to new packaging standards
e275e6f
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
e275e6f
Markus Neteler 5f02b2a
* Thu Mar 22 2018 Markus Neteler <neteler@mundialis.de> - 7.2.3-1
Markus Neteler 5f02b2a
- new upstream version 7.2.3
Markus Neteler 919765c
- selected backport of major SPEC file cleanup from 7.4.0 done by Markus Metz <metz@mundialis.de>
Markus Neteler 919765c
- Fix grass-devel which needs include/grass and include/Make dirs done by Markus Metz 
Markus Neteler 5f02b2a
- store binaries in /usr/lib[64]/grass74/
Markus Neteler 5f02b2a
Markus Neteler 5f02b2a
* Sun Jan 28 2018 Markus Neteler <neteler@mundialis.de> - 7.2.2-2
Markus Neteler 5f02b2a
- fix for EPEL in r.random.surface to avoid variable collision with GDAL
Markus Neteler 5f02b2a
- SPEC cleanup with fix of dependencies between packages (review #1539116)
Markus Neteler 5f02b2a
- appdata.xml file also go into '/usr/share/metainfo'
Markus Neteler 5f02b2a
- use icon cache scriplets only on EPEL
Markus Neteler 5f02b2a
Markus Neteler 5f02b2a
* Mon Jan 15 2018 Markus Metz <metz@mundialis.de> - 7.2.2-1
Markus Neteler 5f02b2a
- Major cleanup of SPEC file
Markus Neteler 5f02b2a
- Fix grass-devel which needs include/grass and include/Make dirs
ef33f30
ff02a21
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 7.2.1-2
ff02a21
- Rebuilt for Boost 1.64
ff02a21
095e676
* Wed May 3 2017 Markus Neteler <neteler@mundialis.de> - 7.2.1-1
095e676
- New upstream version 7.2.1
b4b0f53
095e676
* Thu Mar 2 2017 Markus Neteler <neteler@mundialis.de> - 7.2.0-3
095e676
- Fix for g.extension which needs include/ dir in grass-devel
18b412a
095e676
* Sat Feb 4 2017 Markus Neteler <neteler@mundialis.de> - 7.2.0-2
095e676
- Fixes for EPEL
2ebe44e
095e676
* Thu Jan 12 2017 Markus Neteler <neteler@mundialis.de> - 7.2.0-1
095e676
- New upstream version 7.2.0
9919482
Igor Gnatenko 5cf6888
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.0.4-5
Igor Gnatenko 5cf6888
- Rebuild for readline 7.x
Igor Gnatenko 5cf6888
536355f
* Sun Jan 01 2017 Volker Froehlich <volker27@gmx.at> - 7.0.4-4
536355f
- Rebuild for libgeos
536355f
Orion Poplawski c4647f6
* Fri Oct 7 2016 Orion Poplawski <orion@cora.nwra.com> - 7.0.4-3
Orion Poplawski c4647f6
- Add patch to fix desktop file
Orion Poplawski c4647f6
- Validate desktop and appdata files
Orion Poplawski c4647f6
- Fix script interpreters
Orion Poplawski c4647f6
- Convert files to UTF-8 if needed
Orion Poplawski c4647f6
Orion Poplawski 107c2f5
* Wed Sep 21 2016 Orion Poplawski <orion@cora.nwra.com> - 7.0.4-2
Orion Poplawski 107c2f5
- Generate rpm macro file for version tracking
Orion Poplawski 107c2f5
797d73d
* Mon May 9 2016 Devrim Gündüz <devrim@gunduz.org> - 7.0.4-1
797d73d
- Update to 7.0.4
797d73d
9b1a146
* Mon Mar 07 2016 Thomas Kreuzer <thomas.kreuzer@uni-vechta.de> - 7.0.3-1
9b1a146
- New SPEC file for GRASS GIS 7.0.3
a4a6056
Richard Hughes 4c8bbad
* Tue Sep 23 2014 Richard Hughes <richard@hughsie.com> - 6.4.4-5
Richard Hughes 4c8bbad
- Install the shipped AppData file
Richard Hughes 4c8bbad
9b1a146
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.4-3
fbf4ed6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbf4ed6
9b1a146
* Sat Aug 09 2014 Ralf Corsépius <corsepius@fedoraproject.org> 6.4.4-2
7417321
- Rebase patches against grass-6.4.4.
7417321
- Convert -Werror=format-security into warnings (RHBZ#1106720).
7417321
- Minor spec cleanup.
7417321
9b1a146
* Fri Jul 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 6.4.4-1
791e34b
- Update to 6.4.4
791e34b
- Make 64bit conditionals generic
791e34b
20049fd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.3-8
20049fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
20049fd
887b502
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 6.4.3-7
887b502
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
887b502
be19988
* Thu Mar 27 2014 Ville Skyttä <ville.skytta@iki.fi> - 6.4.3-6
be19988
- Don't ship patch backup files
be19988
c946a11
* Mon Oct 14 2013 Volker Fröhlich <volker27@gmx.at> - 6.4.3-5
c946a11
- Solve build failure on PPC tests (BZ#961838)
c946a11
afc37f2
* Wed Oct 9 2013 Devrim Gündüz <devrim@gunduz.org> - 6.4.3-4
afc37f2
- Rebuild against new GEOS
afc37f2
10aa663
* Thu Oct  3 2013 Volker Fröhlich <volker27@gmx.at> - 6.4.3-3
10aa663
- Add patch for release name encoding crash
d732973
- Use upstream desktop file (BZ #986852)
d732973
- Install icons of different sizes
10aa663
f844c21
* Sat Sep 14 2013 Volker Fröhlich <volker27@gmx.at> - 6.4.3-2
d8873dd
- Remove gcc patch (upstream)
d8873dd
- Remove useless BR for libjpeg
a91ecee
- Make config.h a source file instead of defining it in the spec file
d8873dd
- Truncate changelog
d8873dd
75f3528
* Thu Sep 12 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.3-1
75f3528
- Update to 6.4.3
75f3528
- Rebuild with new geos.
75f3528
3eb945a
* Tue Aug 27 2013 Orion Poplawski <orion@cora.nwra.com> - 6.4.2-11
3eb945a
- Rebuild for gdal 1.10.0
3eb945a
0542192
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.2-10
0542192
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0542192
d881792
* Fri Apr 12 2013 Jon Ciesla <limburgher@gmail.com> - 6.4.2-9
d881792
- Drop desktop vendor tag.
d881792
4e11a35
* Wed Mar 06 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-8
4e11a35
- Rebuild with new geos.
4e11a35
ccf2330
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-7
ccf2330
- Rebuild with geos 3.3.7.
ccf2330
a517494
* Sun Nov 18 2012 Volker Fröhlich <volker27@gmx.at> - 6.4.2-6
a517494
- Rebuild with ever newer geos
a517494
87feb09
* Wed Nov 14 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-5
87feb09
- Rebuild with new geos.
87feb09
629a4ca
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.2-4
629a4ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
629a4ca
9935d68
* Mon Jul 16 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.2-3
9935d68
- Rebuilt
9935d68
0b2a31f
* Sun Mar  4 2012 Volker Fröhlich <volker27@gmx.at> - 6.4.2-2
0b2a31f
- Solve name conflict with "parallel" man pages (BZ 797824)
0b2a31f
- Correct man page encoding conversion
0b2a31f
- Build with multiple workers; assumuption on race-condition was wrong
0b2a31f
a9af5f3
* Fri Mar  2 2012 Tom Callaway <spot@fedoraproject.org> - 6.4.2-1
a9af5f3
- update to 6.4.2
a9af5f3
9f492b2
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.1-8
9f492b2
- Rebuilt for c++ ABI breakage
9f492b2
aa71c74
* Tue Jan 10 2012 Volker Fröhlich <volker27@gmx.at> - 6.4.1-7
aa71c74
- Race condition in build system assumed -- going back to one worker
aa71c74
0af9045
* Mon Jan 9 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.4.1-6
0af9045
- Rebuilt with new geos
0af9045
fbffd08
* Wed Nov 23 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-5
2cf3b76
- Move string substitution back to the install section, because
2cf3b76
  it causes problems otherwise
fbffd08
- Add patch for libpng API change
2cf3b76
357b526
* Wed Nov 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-4
357b526
- Remove encoding from desktop file
357b526
- Remove BR on wxGTK, because wxGTK requires it anyway
357b526
- Disable Ubuntu patches, because they don't seem to work in Fedora
357b526
- Move all the string substitution for locales and docs to prep
357b526
- Use name macro in Source
357b526
- Drop custom compiler flags -- no evidence they serve a purpose
357b526
- Remove 2 unnecessary chmods
357b526
- Don't use sysconfdir macro in places, where etc means something different
357b526
- Add contributors to documentation
357b526
357b526
* Wed Nov 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-3
357b526
- Patch locale and documentation paths properly for the GUI
357b526
4829ea4
* Thu Sep 22 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-2
357b526
- Remove duplicate documentation
357b526
- Correct further documentation paths
357b526
- Create version-less symlinks for library directory and binary
357b526
- Supply all lang files to the files section directly
357b526
- Add ternary operator patch for Python 2.4 (ELGIS)
357b526
c0b3154
* Tue Aug 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.1-1
c0b3154
- Update to 6.4.1
c0b3154
- Remove explicit lib and include dirs, where not necessary
c0b3154
- Really build with geos
c0b3154
- Remove sed call on ncurses
c0b3154
b2d9249
* Tue Aug 02 2011 Volker Fröhlich <volker27@gmx.at> - 6.4.0-4
b2d9249
- Correct license to GPLv2+
b2d9249
- Update URL
b2d9249
- Replace define with global macro
b2d9249
- Devel package required itself
b2d9249
- Simplify setup macro
b2d9249
- Don't add -lm manually anymore
b2d9249
- Correct FSF postal address
b2d9249
- Drop cstdio patch
b2d9249
- Correct Exec and Icon entry in desktop file
b2d9249
- Remove wrong and unnecessary translation entries from desktop file
b2d9249
  GRASS didn't start for the first issue
b2d9249
- Add numpy as requirement
b2d9249
- Delete defattr, as the defaults work right
b2d9249
- Use name macro where possible
b2d9249
- Devel package required itself
b2d9249
- Changelog doesn't need encoding conversion anymore
b2d9249
  Same goes for translators and infrastructure files
b2d9249
- Use mandir macro on one occasion
b2d9249
- Introduce "shortversion" macro
b2d9249
- Beautify case construction for 64 bit build flags
b2d9249
- Update syntax for Require on base package to guidelines
b2d9249
- Don't list LOCALE files twice, own directory
b2d9249
- Don't ship same documentation in different packages
b2d9249
- Drop README
b2d9249
- Simplify file list in devel package
b2d9249
- Replace extra icon source with one from the tarball
b2d9249
1ae25a5
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 6.4.0-3
1ae25a5
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
1ae25a5
ed6445f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4.0-2
ed6445f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ed6445f
Viji V Nair f3f0caa
* Mon Nov 22 2010 Viji Nair <viji [AT] fedoraproject DOT org> - 6.4.0-1
Viji V Nair f3f0caa
- Rebuilt with new gdal 1.7.3.
Viji V Nair f3f0caa
- Updated to upstream version 6.4.0.
Viji V Nair f3f0caa
- Removed grass-gdilib.patch
Viji V Nair f3f0caa
- Spec review
63aa8be
3205952
* Fri Dec 4 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 6.3.0-15
3205952
- Rebuilt with new geos
3205952
55f4a1a
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 6.3.0-14
55f4a1a
- rebuilt with new openssl
55f4a1a
73e4c7a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.0-13
73e4c7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73e4c7a
276ed7e
* Mon Mar 23 2009 Lubomir Rintel <lkundrak@v3.sk> - 6.3.0-12
276ed7e
- Fix build with GCC 4.4
276ed7e
3ddafff
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.0-11
3ddafff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3ddafff
Balint Cristian a7f53f5
* Thu Jan 29 2009 Balint Cristian <cristian.balint@gmail.com> - 6.3.0-10
Balint Cristian 4a1188a
- email change
Balint Cristian 4a1188a
- rebuild for new mysql
Balint Cristian 4a1188a
Balint Cristian 624732c
* Sun Dec 07 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-9
Balint Cristian 624732c
- rebuild against newer gdal
Balint Cristian 624732c
Balint Cristian 627b3ee
* Sun Dec 07 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-8
Balint Cristian 627b3ee
- rebuild against newer gdal
Balint Cristian 627b3ee
2e05bec
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 6.3.0-7
2e05bec
- Rebuild for Python 2.6
2e05bec
4829ea4
* Sun Aug 24 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-6
Balint Cristian 4d8a960
- bz#458427 (prelink fail)
Balint Cristian 4d8a960
- bz#458563 (grass not able to display documentation)
Balint Cristian 4d8a960
Balint Cristian 6f9dd32
* Sat Jul 05 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-5
Balint Cristian 6f9dd32
- address bz#454146 (wxPython miss)
Balint Cristian 6f9dd32
Balint Cristian 9d89a6b
* Thu Jun 12 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-4
Balint Cristian 9d89a6b
- address bz#341391 (multilib issue)
Balint Cristian 9d89a6b
4829ea4
* Mon May 26 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-3
Balint Cristian 315f9ad
- bugfix initscripts permission
Balint Cristian 315f9ad
Balint Cristian 315f9ad
* Thu May 15 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-2
Balint Cristian 315f9ad
- require swig to build
Balint Cristian 315f9ad
Balint Cristian 315f9ad
* Thu May 15 2008 Balint Cristian <rezso@rdsor.ro> 6.3.0-1
Balint Cristian 315f9ad
- final stable release upstream