Skip to content

Commit

Permalink
Debian, Fedora: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed Jan 29, 2021
1 parent 2c1e399 commit f2dac7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
hdf5-udf (1.2) unstable; urgency=low

* Introduce support for **outputting** compounds and string data types.
* Use 1-based indexing on the Lua API
* Allow reading from CSV files

-- Lucas C. Villa Real <[email protected]> Fri, 29 Jan 2021 00:51:21 -0300

hdf5-udf (1.1) unstable; urgency=low

* Introduce support for compounds and string data types.
Expand Down
2 changes: 1 addition & 1 deletion fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:32
LABEL maintainer="[email protected]"

ARG github_tag=v1.1
ARG github_tag=v1.2
ARG syscall_intercept_basename=syscall_intercept-0.1

# Build dependencies (clang is needed to build syscall_intercept)
Expand Down
2 changes: 1 addition & 1 deletion fedora/SPECS/hdf5-udf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define debug_package %{nil}

Name: hdf5-udf
Version: 1.1
Version: 1.2
Release: 1%{?pre_dot}%{?dist}
Summary: Support for programmable datasets in HDF5 using Lua, Python, and C/C++

Expand Down

0 comments on commit f2dac7e

Please sign in to comment.