Skip to content

Commit

Permalink
Bump version to 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
caiohamamura committed May 22, 2024
1 parent dca6d22 commit ec88ed3
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 29 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.25
Date: 2024-04-22 18:27:34 UTC
SHA: 0664fb350cf89c68a2a8544de2ddfd14b80b3f5e
Version: 0.1.26
Date: 2024-05-22 21:44:09 UTC
SHA: 040933681f832f83732a871160c2ca17c23bba29
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gdalBindings
Type: Package
Title: GDAL Classes Wrapper for Reading and Writing Raster Blocks
Version: 0.1.25
Version: 0.1.26
Authors@R: c(
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "cph", "cre")),
person("Carlos Alberto", "Silva", email = "[email protected]", role = c("aut"))
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# gdalBindings 0.1.26 (2024-05-22)

* Update gdalBindings configuration for broader compatibility


# gdalBindings 0.1.25 (2024-05-22)

* Simplified configuring and build systems


# gdalBindings 0.1.25 (2024-04-22)
# gdalBindings 0.1.24 (2024-04-22)

* In windows use pkg-config by default and copy proj.db

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ ds$Close()
Please report any issue regarding the gdalBindings package to Dr. Hamamura ([email protected])

# Citing gdalBindings-R
Hamamura, C. gdalBindings-R: wraps around GDAL C library using Rcpp for reading and writing to Raster, version 0.1.25, accessed on April. 22 2024, available at: <https://github.com/caiohamamura/gdalBindings-R>
Hamamura, C. gdalBindings-R: wraps around GDAL C library using Rcpp for reading and writing to Raster, version 0.1.26, accessed on April. 22 2024, available at: <https://github.com/caiohamamura/gdalBindings-R>

18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for gdalBindings 0.1.25.
# Generated by GNU Autoconf 2.71 for gdalBindings 0.1.26.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gdalBindings'
PACKAGE_TARNAME='gdalbindings'
PACKAGE_VERSION='0.1.25'
PACKAGE_STRING='gdalBindings 0.1.25'
PACKAGE_VERSION='0.1.26'
PACKAGE_STRING='gdalBindings 0.1.26'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1274,7 +1274,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gdalBindings 0.1.25 to adapt to many kinds of systems.
\`configure' configures gdalBindings 0.1.26 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1336,7 +1336,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gdalBindings 0.1.25:";;
short | recursive ) echo "Configuration of gdalBindings 0.1.26:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1427,7 +1427,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gdalBindings configure 0.1.25
gdalBindings configure 0.1.26
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1622,7 +1622,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gdalBindings $as_me 0.1.25, which was
It was created by gdalBindings $as_me 0.1.26, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4971,7 +4971,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gdalBindings $as_me 0.1.25, which was
This file was extended by gdalBindings $as_me 0.1.26, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5026,7 +5026,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
gdalBindings config.status 0.1.25
gdalBindings config.status 0.1.26
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialize the package and version
AC_INIT([gdalBindings],[0.1.25])
AC_INIT([gdalBindings],[0.1.26])

# Initialize autoconfig
AC_PREREQ([2.71])
Expand Down
2 changes: 1 addition & 1 deletion configure.ac.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialize the package and version
AC_INIT([gdalBindings], [0.1.20])
AC_INIT([gdalBindings], [0.1.26])

# Check for the required version of pkg-config
PKG_PROG_PKG_CONFIG([0.15.0])
Expand Down
18 changes: 9 additions & 9 deletions configure.win
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for gdalBindings 0.1.20.
# Generated by GNU Autoconf 2.71 for gdalBindings 0.1.26.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gdalBindings'
PACKAGE_TARNAME='gdalbindings'
PACKAGE_VERSION='0.1.20'
PACKAGE_STRING='gdalBindings 0.1.20'
PACKAGE_VERSION='0.1.26'
PACKAGE_STRING='gdalBindings 0.1.26'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1236,7 +1236,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gdalBindings 0.1.20 to adapt to many kinds of systems.
\`configure' configures gdalBindings 0.1.26 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1298,7 +1298,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gdalBindings 0.1.20:";;
short | recursive ) echo "Configuration of gdalBindings 0.1.26:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1387,7 +1387,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gdalBindings configure 0.1.20
gdalBindings configure 0.1.26
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1463,7 +1463,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gdalBindings $as_me 0.1.20, which was
It was created by gdalBindings $as_me 0.1.26, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4034,7 +4034,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gdalBindings $as_me 0.1.20, which was
This file was extended by gdalBindings $as_me 0.1.26, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4089,7 +4089,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
gdalBindings config.status 0.1.20
gdalBindings config.status 0.1.26
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Fixes provided in this new submission

1. Use `gdal-config --dep-libs` only for MacOS as the `pkg-config` and
`gdal-config --libs` won't capture all the dependencies in MacOS platform.
2. Update windows and unix to use a simplified Makefile template file
1. Now the configure script will try to compile and link
- First using only pkg-config
- As a fallback it will try to use gdal-config --dep-libs

0 comments on commit ec88ed3

Please sign in to comment.