Skip to content

Commit 5ab20c2

Browse files
committed
PDI Release 1.11.1
1 parent 7e7b440 commit 5ab20c2

20 files changed

Lines changed: 79 additions & 79 deletions

File tree

build.conf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,40 @@ distribs:
1111
versions: [ supported, testing, sid ]
1212
repository:
1313
<<: *repository
14-
path: "pdi-main.debian"
15-
url: "https://repo.pdi.dev/pdi-main.debian/"
14+
path: "debian"
15+
url: "https://repo.pdi.dev/debian/"
1616
ubuntu:
1717
<<: *distribution
1818
repository:
1919
<<: *repository
20-
path: "pdi-main.ubuntu"
21-
url: "https://repo.pdi.dev/pdi-main.ubuntu/"
20+
path: "ubuntu"
21+
url: "https://repo.pdi.dev/ubuntu/"
2222
fedora:
2323
<<: *distribution
2424
repository:
2525
<<: *repository
26-
path: "pdi-main.fedora"
27-
url: "https://repo.pdi.dev/pdi-main.fedora/"
26+
path: "fedora"
27+
url: "https://repo.pdi.dev/fedora/"
2828
packages:
2929
paraconf:
3030
orig: "https://github.com/pdidev/paraconf/archive/{upstream_version}.tar.gz"
3131
pdi:
32-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
32+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
3333
pdidev-archive-keyring:
3434
disable: { fedora: all }
3535
pdiplugin-decl-hdf5:
36-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
36+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
3737
pdiplugin-decl-netcdf:
38-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
38+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
3939
pdiplugin-mpi:
40-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
40+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
4141
pdiplugin-pycall:
42-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
42+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
4343
pdiplugin-serialize:
44-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
44+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
4545
pdiplugin-set-value:
46-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
46+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
4747
pdiplugin-trace:
48-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
48+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"
4949
pdiplugin-user-code:
50-
orig: "https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz"
50+
orig: "https://github.com/pdidev/pdi/archive/refs/tags/{upstream_version}.tar.gz"

pdi/debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pdi (1776885505main-1) unstable devel; urgency=medium
1+
pdi (1.11.1-1) unstable devel; urgency=medium
22

3-
* Upstream release main
3+
* Upstream release 1.11.1
44

5-
-- Pending release on main <julien.bigot@cea.fr> Wed, 22 Apr 2026 21:18:25 +0200
5+
-- Julien Bigot <julien.bigot@.cea.fr> Tue, 23 Jun 2026 11:12:43 +0200
66

77
pdi (1.11.0-1) unstable devel; urgency=medium
88

pdi/pdi.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
%define _sover 1
22
Name: pdi
3-
Version: main
3+
Version: 1.11.1
44
Release: 0
55
License: BSD-3-Clause
66
Group: Development/Libraries/C and C++
77
Summary: the PDI Data Interface
88
Url: https://github.com/pdidev/pdi
9-
Source0: https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz
9+
Source0: https://github.com/pdidev/pdi/archive/refs/tags/%{version}.tar.gz
1010
BuildRequires: gcc, gcc-c++, gcc-gfortran, make, cmake >= 3.22
1111
BuildRequires: paraconf-devel >= 1.0.0, spdlog-devel >= 1.9.2
1212
BuildRequires: pybind11-devel >= 2.9.1, python3-devel >= 3.10.6, python3-numpy >= 1.21.5
@@ -115,8 +115,8 @@ rm -rf $RPM_BUILD_ROOT
115115
%{python3_sitearch}/pdi/*
116116

117117
%changelog
118-
* Wed Apr 22 2026 - Pending release on main <julien.bigot@cea.fr>
119-
- Upstream release main
118+
* Tue Jun 23 2026 - Julien Bigot <julien.bigot@.cea.fr>
119+
- Upstream release 1.11.1
120120
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>
121121
- Upstream release 1.11.0
122122
* Tue Feb 10 2026 - Julien Bigot <julien.bigot@.cea.fr>

pdidev-archive-keyring/pdi.sources.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Types: deb deb-src
2-
URIs: https://repo.pdi.dev/pdi-main.#ID#
2+
URIs: https://repo.pdi.dev/#ID#
33
Suites: #VERSION_CODENAME#
44
Components: main
55
arch: amd64

pdiplugin-decl-hdf5/debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pdiplugin-decl-hdf5 (1776885505main-1) unstable devel; urgency=medium
1+
pdiplugin-decl-hdf5 (1.11.1-1) unstable devel; urgency=medium
22

3-
* Upstream release main
3+
* Upstream release 1.11.1
44

5-
-- Pending release on main <julien.bigot@cea.fr> Wed, 22 Apr 2026 21:18:25 +0200
5+
-- Julien Bigot <julien.bigot@.cea.fr> Tue, 23 Jun 2026 11:12:43 +0200
66

77
pdiplugin-decl-hdf5 (1.11.0-1) unstable devel; urgency=medium
88

pdiplugin-decl-hdf5/pdiplugin-decl-hdf5.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: pdiplugin-decl-hdf5
2-
Version: main
2+
Version: 1.11.1
33
Release: 0
44
License: BSD-3-Clause
55
Group: Development/Libraries/C and C++
66
Summary: Decl'HDF5 plugin for the PDI Data Interface
77
Url: https://github.com/pdidev/pdi
8-
Source0: https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz
8+
Source0: https://github.com/pdidev/pdi/archive/refs/tags/%{version}.tar.gz
99
BuildRequires: gcc, gcc-c++, make, cmake >= 3.22
1010
BuildRequires: pdi-devel = %{version}, hdf5-devel >= 1.10.7
1111

@@ -98,8 +98,8 @@ rm -rf $RPM_BUILD_ROOT
9898
%{_libdir}/mpich/lib/pdi/*/lib*.so
9999

100100
%changelog
101-
* Wed Apr 22 2026 - Pending release on main <julien.bigot@cea.fr>
102-
- Upstream release main
101+
* Tue Jun 23 2026 - Julien Bigot <julien.bigot@.cea.fr>
102+
- Upstream release 1.11.1
103103
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>
104104
- Upstream release 1.11.0
105105
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>

pdiplugin-decl-netcdf/debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pdiplugin-decl-netcdf (1776885505main-1) unstable devel; urgency=medium
1+
pdiplugin-decl-netcdf (1.11.1-1) unstable devel; urgency=medium
22

3-
* Upstream release main
3+
* Upstream release 1.11.1
44

5-
-- Pending release on main <julien.bigot@cea.fr> Wed, 22 Apr 2026 21:18:25 +0200
5+
-- Julien Bigot <julien.bigot@.cea.fr> Tue, 23 Jun 2026 11:12:43 +0200
66

77
pdiplugin-decl-netcdf (1.11.0-1) unstable devel; urgency=medium
88

pdiplugin-decl-netcdf/pdiplugin-decl-netcdf.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: pdiplugin-decl-netcdf
2-
Version: main
2+
Version: 1.11.1
33
Release: 0
44
License: BSD-3-Clause
55
Group: Development/Libraries/C and C++
66
Summary: Decl'NetCDF plugin for the PDI Data Interface
77
Url: https://github.com/pdidev/pdi
8-
Source0: https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz
8+
Source0: https://github.com/pdidev/pdi/archive/refs/tags/%{version}.tar.gz
99
BuildRequires: gcc, gcc-c++, make, cmake >= 3.22
1010
BuildRequires: pdi-devel = %{version}, netcdf-devel >= 4.8.1
1111

@@ -98,8 +98,8 @@ rm -rf $RPM_BUILD_ROOT
9898
%{_libdir}/mpich/lib/pdi/*/lib*.so
9999

100100
%changelog
101-
* Wed Apr 22 2026 - Pending release on main <julien.bigot@cea.fr>
102-
- Upstream release main
101+
* Tue Jun 23 2026 - Julien Bigot <julien.bigot@.cea.fr>
102+
- Upstream release 1.11.1
103103
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>
104104
- Upstream release 1.11.0
105105
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>

pdiplugin-mpi/debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pdiplugin-mpi (1776885505main-1) unstable devel; urgency=medium
1+
pdiplugin-mpi (1.11.1-1) unstable devel; urgency=medium
22

3-
* Upstream release main
3+
* Upstream release 1.11.1
44

5-
-- Pending release on main <julien.bigot@cea.fr> Wed, 22 Apr 2026 21:18:25 +0200
5+
-- Julien Bigot <julien.bigot@.cea.fr> Tue, 23 Jun 2026 11:12:43 +0200
66

77
pdiplugin-mpi (1.11.0-1) unstable devel; urgency=medium
88

pdiplugin-mpi/pdiplugin-mpi.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: pdiplugin-mpi
2-
Version: main
2+
Version: 1.11.1
33
Release: 0
44
License: BSD-3-Clause
55
Group: Development/Libraries/C and C++
66
Summary: MPI plugin for the PDI Data Interface
77
Url: https://github.com/pdidev/pdi
8-
Source0: https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz
8+
Source0: https://github.com/pdidev/pdi/archive/refs/tags/%{version}.tar.gz
99
BuildRequires: gcc, gcc-c++, make, cmake >= 3.22
1010
BuildRequires: pdi-devel = %{version}
1111

@@ -72,8 +72,8 @@ rm -rf $RPM_BUILD_ROOT
7272
%{_libdir}/mpich/lib/pdi/*/lib*.so
7373

7474
%changelog
75-
* Wed Apr 22 2026 - Pending release on main <julien.bigot@cea.fr>
76-
- Upstream release main
75+
* Tue Jun 23 2026 - Julien Bigot <julien.bigot@.cea.fr>
76+
- Upstream release 1.11.1
7777
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>
7878
- Upstream release 1.11.0
7979
* Wed Apr 22 2026 - Julien Bigot <julien.bigot@.cea.fr>

0 commit comments

Comments
 (0)