f6eb39c
%global shortver 78
Orion Poplawski 107c2f5
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
9b1a146
9b1a146
Name:		grass
Markus 85710b0
Version:	7.8.6
4736442
Release:	2%{?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
Markus 31206a0
%if 0%{?rhel} >= 7
Markus 31206a0
%define __python %{__python3}
Markus 31206a0
%global python3_version_nodots 36
Markus 31206a0
%global main_python3 1
5f02b2a
%endif
Markus 31206a0
Markus 31206a0
# Note that the bcond macros are named for the CLI option they create.
Markus 31206a0
# "%%bcond_without" means "ENABLE by default and create a --without option"
Markus 31206a0
%bcond_without python3
Markus 31206a0
9b1a146
License:	GPLv2+
9b1a146
URL:		https://grass.osgeo.org
9b1a146
Source0:	https://grass.osgeo.org/%{name}%{shortver}/source/%{name}-%{version}.tar.gz
9b1a146
4736442
# fix pkgconfig file
4736442
Patch0:		grass-pkgconfig.patch
4736442
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
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
f6eb39c
BuildRequires:	geos-devel
289ba31
BuildRequires:	gettext
Markus 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
Markus 2f6bb9a
%if (0%{?rhel} > 7 || 0%{?fedora})
9170dc0
BuildRequires:	mariadb-connector-c-devel openssl-devel
9170dc0
%else
9b1a146
BuildRequires:	mysql-devel
9170dc0
%endif
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
9b1a146
BuildRequires:	netcdf-devel
095e676
%endif
f6eb39c
BuildRequires:	python3
Markus 2f6bb9a
%if 0%{?rhel} == 7
3452cd2
# EPEL7
Markus 31206a0
BuildRequires:	python%{python3_version_nodots}-numpy
3452cd2
%else
f6eb39c
BuildRequires:	python3-numpy
3452cd2
%endif
7a92aa4
%if 0%{?rhel} && 0%{?rhel} <= 7
9b1a146
BuildRequires:	postgresql-devel
095e676
%else
7a92aa4
BuildRequires:	libpq-devel
095e676
%endif
6c13ab3
BuildRequires:	proj-devel
095e676
%if (0%{?rhel} <= 6 && !0%{?fedora})
095e676
# argparse is included in python2.7+ but not python2.6
Markus 698c907
BuildRequires:	python-argparse
095e676
%endif
Markus 2f6bb9a
%if 0%{?rhel} == 7
3452cd2
# EPEL7
Markus 31206a0
BuildRequires:	python%{python3_version_nodots}-dateutil
3452cd2
%else
f6eb39c
BuildRequires:	python3-dateutil
3452cd2
%endif
f6eb39c
BuildRequires:	python3-devel
095e676
%if (0%{?rhel} > 6 || 0%{?fedora})
Markus 698c907
BuildRequires:	python3-pillow
d564a9f
%else
d564a9f
# EPEL6
095e676
BuildRequires:	python-imaging
095e676
%endif
Markus 22a1dcd
BuildRequires:	PDAL
Markus 22a1dcd
BuildRequires:	PDAL-libs
Markus 22a1dcd
BuildRequires:	PDAL-devel
9b1a146
BuildRequires:	readline-devel
9b1a146
BuildRequires:	sqlite-devel
289ba31
BuildRequires:	subversion
9b1a146
BuildRequires:	unixODBC-devel
9b1a146
BuildRequires:	zlib-devel
3452cd2
BuildRequires:	bzip2-devel
3488250
BuildRequires:	libzstd-devel
95c269c
BuildRequires: make
9b1a146
3452cd2
Requires:	bzip2-libs
3452cd2
Requires:	libzstd
f6eb39c
Requires:	geos
Markus 4bf974e
# fedora >= 34: Nothing
Markus 4bf974e
%if (0%{?rhel} > 7 || 0%{?fedora} < 34)
6c13ab3
Requires:	proj-datumgrid
Markus 4bf974e
Requires:	proj-datumgrid-world
Markus 2f6bb9a
%endif
f6eb39c
Requires:	python3
Markus 2f6bb9a
%if 0%{?rhel} == 7
3452cd2
# EPEL7
Markus 31206a0
Requires:	python%{python3_version_nodots}-numpy
3452cd2
%else
f6eb39c
Requires:	python3-numpy
3452cd2
%endif
3452cd2
%if 0%{?rhel} > 6
Markus 2f6bb9a
# EPEL7/EPEL8
3452cd2
#Requires:  python3-matplotlib-wx
3452cd2
%else
3452cd2
Requires:	python3-matplotlib
3452cd2
%endif
Markus 2f6bb9a
%if 0%{?rhel} == 7
3452cd2
# EPEL7
Markus 31206a0
Requires:	python%{python3_version_nodots}-dateutil
3452cd2
%else
3452cd2
Requires:	python3-dateutil
3452cd2
%endif
Markus 698c907
%if 0%{?rhel} && 0%{?rhel} < 7
Markus 698c907
Requires: wxPython
4dcadb9
%else
Markus 22a1dcd
Requires:	python3-wxpython4
Markus 2f6bb9a
%endif
Markus 22a1dcd
Requires:	PDAL
Markus 22a1dcd
Requires:	PDAL-libs
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
9170dc0
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
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
5f02b2a
%package gui
5f02b2a
Summary:	GRASS GIS GUI
5f02b2a
Requires:	%{name}%{?isa} = %{version}-%{release}
5f02b2a
5f02b2a
%description gui
5f02b2a
GRASS GIS GUI
5f02b2a
Balint Cristian 3f92e14
%package devel
289ba31
Summary:	GRASS GIS development headers
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
4736442
%patch0 -p1 -b.libdir
289ba31
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 \
Markus 2f6bb9a
%if 0%{?rhel} > 7
Markus 85710b0
	--with-mysql=no \
Markus 2f6bb9a
%else
9b1a146
	--with-mysql \
Markus 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 \
Markus 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 \
9170dc0
%if (0%{?fedora} >= 27)
9170dc0
	--with-mysql-libs=%{_libdir} \
9170dc0
%else
9b1a146
	--with-mysql-libs=%{_libdir}/mysql \
9170dc0
%endif
7a92aa4
	--with-postgres-includes=%{_includedir}/pgsql \
9b1a146
	--with-cairo-ldflags=-lfontconfig \
9b1a146
	--with-freetype-includes=%{_includedir}/freetype2 \
3452cd2
	--with-bzlib \
3488250
	--with-zstd \
5f02b2a
	--with-proj-share=%{_datadir}/proj
095e676
b050c47
make %{?_smp_mflags}
Balint Cristian 3f92e14
5f02b2a
# by default, grass will be installed to /usr/grass-%%{version}
5f02b2a
# this is not FHS compliant: hide grass-%%{version} in %%{libdir}
Balint Cristian 3f92e14
%install
9b1a146
%make_install \
Markus 85710b0
	DESTDIR=%{buildroot} \
Markus 85710b0
	prefix=%{_libdir} \
Markus 85710b0
	UNIX_BIN=%{_bindir} \
f6eb39c
	GISBASE_RUNTIME=%{_libdir}/%{name}%{shortver}
Balint Cristian 9d89a6b
5f02b2a
# libraries and headers are in GISBASE = %%{_libdir}/%%{name}
5f02b2a
# keep them in GISBASE
5f02b2a
5f02b2a
# fix paths in grass.pc
Markus 85710b0
sed -i -e 's|%{_libdir}/%{name}-%{version}|%{_libdir}/%{name}%{shortver}|g' \
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
f6eb39c
mv %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config.h \
f6eb39c
   %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config-%{cpuarch}.h
Markus 0708b74
echo '#include <bits/wordsize.h>
Markus 0708b74
Markus 0708b74
#if __WORDSIZE == 32
Markus 0708b74
#include "grass/config-32.h"
Markus 0708b74
#else
Markus 0708b74
#if __WORDSIZE == 64
Markus 0708b74
#include "grass/config-64.h"
Markus 0708b74
#else
Markus 0708b74
#error "Unknown word size"
Markus 0708b74
#endif
Markus 0708b74
#endif' > %{buildroot}%{_libdir}/%{name}%{shortver}/include/%{name}/config.h
Markus 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
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
f6eb39c
# create symlink to unversioned name
6c13ab3
ln -s %{_bindir}/%{name}%{shortver} %{buildroot}%{_bindir}/%{name}
f6eb39c
5f02b2a
# symlink docs from GISBASE to standard system location
5f02b2a
mkdir -p %{buildroot}%{_docdir}
6c13ab3
# append shortver to destination since man pages are unversioned
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
f6eb39c
mv %{buildroot}%{_libdir}/%{name}%{shortver}/share/* %{buildroot}%{_datadir}
Orion Poplawski c4647f6
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
f6eb39c
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.osgeo.%{name}.appdata.xml
b2d9249
5f02b2a
# Cleanup: nothing to do
5f02b2a
#rm -rf %%{buildroot}%%{_prefix}/%%{name}-%%{version}
d732973
5f02b2a
# Finally move entire tree to shortver subdir
Markus 22a1dcd
#mv %%{buildroot}%%{_libdir}/%%{name}-%%{version} %%{buildroot}%%{_libdir}/%%{name}%%{shortver}
d732973
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
d0be3bb
# Add custom lib path to ld.conf.so.d
d0be3bb
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
d0be3bb
cat >  %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf<
d0be3bb
%{_libdir}/%{name}%{shortver}/lib
d0be3bb
EOF
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 || :
9170dc0
%endif
d732973
Balint Cristian 3f92e14
%post libs -p /sbin/ldconfig
Balint Cristian 3f92e14
9b1a146
%postun libs -p /sbin/ldconfig
d732973
9b1a146
%files
d0be3bb
%exclude %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
9b1a146
%exclude %{_libdir}/%{name}%{shortver}/driver/db/*
5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/lib
5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/include
5f02b2a
%exclude %{_libdir}/%{name}%{shortver}/gui
5f02b2a
%{_libdir}/%{name}%{shortver}
9b1a146
%{_bindir}/*
5f02b2a
%{_datadir}/metainfo/*
9b1a146
%{_datadir}/applications/*
9b1a146
%{_datadir}/icons/hicolor/*/apps/*
9b1a146
%{_mandir}/man1/*
5f02b2a
%{_docdir}/%{name}%{shortver}
Balint Cristian 3f92e14
Balint Cristian 3f92e14
%files libs
9b1a146
%license AUTHORS COPYING GPL.TXT CHANGES
d0be3bb
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
f25b453
%{_libdir}/%{name}%{shortver}/lib/*.so
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
5f02b2a
%files gui
5f02b2a
%{_libdir}/%{name}%{shortver}/gui
5f02b2a
Balint Cristian 3f92e14
%files devel
9b1a146
%doc TODO doc/* SUBMITTING
Orion Poplawski 107c2f5
%{macrosdir}/macros.%{name}
9b1a146
%{_libdir}/pkgconfig/*
5f02b2a
%dir %{_libdir}/%{name}%{shortver}/lib
5f02b2a
%{_libdir}/%{name}%{shortver}/include
c0b3154
Balint Cristian 3f92e14
%changelog
4736442
* Sun Nov 07 2021 Björn Esser <besser82@fedoraproject.org> - 7.8.6-2
4736442
- Add patch to fix installation path in pkgconfig file
4736442
Markus 85710b0
* Tue Nov 02 2021 Markus Neteler <neteler@mundialis.de> - 7.8.6-1
Markus 85710b0
- New upstream version GRASS GIS 7.8.6
Markus 85710b0
4b3701d
* Thu Oct 21 2021 Sandro Mani <manisandro@gmail.com> - 7.8.5-11
4b3701d
- Rebuild (geos)
4b3701d
452efd8
* Tue Aug 10 2021 Orion Poplawski <orion@nwra.com> - 7.8.5-10
452efd8
- Rebuild for netcdf 4.8.0
452efd8
1c52e2a
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.8.5-9
1c52e2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
1c52e2a
Markus 33ecbbb
* Mon Jun 21 2021 Markus Neteler <neteler@mundialis.de> - 7.8.5-8
Markus 33ecbbb
- fix ctypes for Python 3.10 (RHBZ #1973621)
Markus 33ecbbb
eeabb04
* Fri May 07 2021 Sandro Mani <manisandro@gmail.com> - 7.8.5-7
eeabb04
- Rebuild (gdal)
eeabb04
3673c3b
* Wed Mar 24 2021 Sandro Mani <manisandro@gmail.com> - 7.8.5-6
3673c3b
- Bump
3673c3b
7164e4a
* Sun Mar 07 2021 Sandro Mani <manisandro@gmail.com> - 7.8.5-5
7164e4a
- Rebuild (proj)
7164e4a
90bace3
* Sat Feb 13 2021 Sandro Mani <manisandro@gmail.com> - 7.8.5-4
90bace3
- Rebuild (geos)
90bace3
a88e49f
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 7.8.5-3
a88e49f
- rebuild for libpq ABI fix rhbz#1908268
a88e49f
07318cf
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.8.5-2
07318cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
07318cf
Markus 692861e
* Tue Dec 22 2020 Markus Neteler <neteler@mundialis.de> - 7.8.5-1
Markus 692861e
- New upstream version GRASS GIS 7.8.5
Markus 692861e
Markus 4bf974e
* Tue Nov 24 20:59:37 CET 2020 Markus Neteler <neteler@mundialis.de> - 7.8.4-6
Markus 4bf974e
- Clean up proj-datumgrid requires < f34+
Markus 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
Markus 0708b74
* Sat Oct 17 2020 Markus Neteler <neteler@mundialis.de> - 7.8.4-2
Markus f1e887c
- reinstate %%{name}-config.h (RHBZ #1889035) as being needed for QGIS
Markus 0708b74
Markus 7a9c098
* Mon Oct 05 2020 Markus Neteler <neteler@mundialis.de> - 7.8.4-1
Markus 7a9c098
- New upstream version GRASS GIS 7.8.4
Markus f1e887c
- disabled %%{name}-config.h
Markus 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
Markus 22a1dcd
* Fri Jun 26 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-7
Markus 22a1dcd
- added PDAL support
Markus 22a1dcd
Markus 721eff9
* Sun Jun 21 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-6
Markus 721eff9
- disable automagic byte compilation (BZ#1847153)
Markus 721eff9
Markus 698c907
* Tue May 26 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-5
Markus 698c907
- fixed wxPython for F33 (BZ#1836761)
Markus 698c907
388a262
* Thu May 21 2020 Sandro Mani <manisandro@gmail.com> - 7.8.3-4
388a262
- Rebuild (gdal)
388a262
Markus 2f6bb9a
* Sat May 09 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-3
Markus 2f6bb9a
- disabled mysql on EPEL8 due to header problem
Markus 2f6bb9a
- updated PROJ package names for EPEL8
Markus 2f6bb9a
Markus 31206a0
* Wed May 06 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3-2
Markus 31206a0
- enforce Python3 on EPEL7
Markus 31206a0
- do not hardcode python version on Fedora but use macro
Markus 31206a0
Markus 27c74e5
* Tue May 05 2020 Markus Neteler <neteler@mundialis.de> - 7.8.3
Markus 27c74e5
- new upstream version GRASS GIS 7.8.3
Markus 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
101b721
* Thu Dec 12 2019 Markus Neteler <neteler@mundialis.de> - 7.8.2
101b721
- new upstream version GRASS GIS 7.8.2
101b721
3452cd2
* Thu Oct 24 2019 Markus Neteler <neteler@mundialis.de> - 7.8.1
3452cd2
- new upstream version GRASS GIS 7.8.1
8717d4d
- it supports GDAL 3 and PROJ 6
3452cd2
3452cd2
* Thu Oct 24 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-5
3452cd2
- fix EPEL7 support
3452cd2
3452cd2
* Mon Sep 23 2019 Markus Metz <metz@mundialis.de> - 7.8.0-4
3452cd2
- enable bzip2 compression
3452cd2
6c13ab3
* Fri Sep 20 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-3
6c13ab3
- added missing proj-datumgrid and proj-datumgrid-world for >= F30
6c13ab3
- fix create symlink to unversioned name
6c13ab3
f6eb39c
* Sat Sep 14 2019 Elliot C. Lee <elliot.c.lee@gmail.com> - 7.8.0-2
f6eb39c
- patch for upstream package and SPEC file
f6eb39c
f6eb39c
* Fri Sep 13 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-1
f6eb39c
- new upstream version of GRASS GIS 7.8.0
f6eb39c
- dropped outdated liblas dependency
f6eb39c
f6eb39c
* Wed Aug 14 2019 Markus Neteler <neteler@mundialis.de> - 7.8.0-RC1
f6eb39c
- test version of GRASS GIS 7.8.0RC1 with Python 3 support
f6eb39c
- removal of no longer required Python 2/3 shebang update
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
3488250
* Thu Jan 17 2019 Markus Neteler <neteler@mundialis.de> - 7.6.0-1
3488250
- new upstream version GRASS GIS 7.6.0
3488250
f3e0e50
* Fri Jan 04 2019 Markus Neteler <neteler@mundialis.de> - 7.4.4-1
f3e0e50
- new upstream version GRASS GIS 7.4.4
f3e0e50
7d3f66d
* Tue Nov 27 2018 Markus Neteler <neteler@mundialis.de> - 7.4.3-1
7d3f66d
- new upstream version GRASS GIS 7.4.3
7d3f66d
f25b453
* Tue Nov 06 2018 Markus Neteler <neteler@mundialis.de> - 7.4.2-2
f25b453
- fix to include libgrass_*.so files in grass-libs.rpm
f25b453
f25b453
* Sun Oct 28 2018 Markus Neteler <neteler@mundialis.de> - 7.4.2-1
7d3f66d
- new upstream version GRASS GIS 7.4.2
9b6b87b
f25b453
* Sun Sep 09 2018 Pavel Raiskup <praiskup@redhat.com> - 7.4.1-8
9b6b87b
- Clean up of PostgreSQL support (PR#4)
9b6b87b
e3f80f9
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 7.4.1-7
e3f80f9
- Rebuild with fixed binutils
e3f80f9
85cb94a
* Sun Jul 29 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-6
85cb94a
- added BuildRequires gcc-c++ to address RHBZ #1604262 due to RHBZ #1551327 (removing gcc and gcc-c++ from default buildroot)
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
7f0759a
* Sun Jul 08 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-4
7f0759a
- fix Python macro to explicitely use Python 2 interpreter
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
4dcadb9
* Sat Jun 23 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-2
4dcadb9
- fix wxPython package dependency name for CentOS7
4dcadb9
d564a9f
* Tue Jun 12 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-1
d564a9f
- new upstream version 7.4.1
d564a9f
- do not fail on EPEL6 with appstream-util
d564a9f
d0be3bb
* Wed Apr 25 2018 Markus Neteler <neteler@mundialis.de> - 7.4.0-2
d0be3bb
- add /etc/ld.so.conf.d/grass-*.conf to find libs by Daniele Viganò <daniele@vigano.me> (RHBZ #1571441)
d0be3bb
066991f
* Mon Apr 09 2018 Markus Neteler <neteler@mundialis.de> - 7.4.0-1
066991f
- New upstream version 7.4.0
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
5f02b2a
* Thu Mar 22 2018 Markus Neteler <neteler@mundialis.de> - 7.2.3-1
5f02b2a
- new upstream version 7.2.3
919765c
- selected backport of major SPEC file cleanup from 7.4.0 done by Markus Metz <metz@mundialis.de>
919765c
- Fix grass-devel which needs include/grass and include/Make dirs done by Markus Metz 
5f02b2a
- store binaries in /usr/lib[64]/grass74/
5f02b2a
5f02b2a
* Sun Jan 28 2018 Markus Neteler <neteler@mundialis.de> - 7.2.2-2
5f02b2a
- fix for EPEL in r.random.surface to avoid variable collision with GDAL
5f02b2a
- SPEC cleanup with fix of dependencies between packages (review #1539116)
5f02b2a
- appdata.xml file also go into '/usr/share/metainfo'
5f02b2a
- use icon cache scriplets only on EPEL
5f02b2a
5f02b2a
* Mon Jan 15 2018 Markus Metz <metz@mundialis.de> - 7.2.2-1
5f02b2a
- Major cleanup of SPEC file
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