diff --git a/tools/debian-ppa/changelog b/tools/debian-ppa/changelog index e7e20974c6..e71d4ec351 100644 --- a/tools/debian-ppa/changelog +++ b/tools/debian-ppa/changelog @@ -1,3 +1,9 @@ +imp (2.22.0-1~@CODENAME@) @CODENAME@; urgency=low + + * IMP 2.22.0 release + + -- IMP Developers Thu, 12 Dec 2024 10:05:43 -0800 + imp (2.21.0-1~@CODENAME@) @CODENAME@; urgency=low * IMP 2.21.0 release diff --git a/tools/rpm/IMP-copr.spec.in b/tools/rpm/IMP-copr.spec.in index cf9562e367..47e13ffdd5 100644 --- a/tools/rpm/IMP-copr.spec.in +++ b/tools/rpm/IMP-copr.spec.in @@ -30,7 +30,7 @@ BuildRequires: protobuf-devel BuildRequires: python3-protobuf Requires: python3-protobuf -BuildRequires: cmake >= 2.8 +BuildRequires: cmake >= 3.14 BuildRequires: boost-devel >= 1.53 BuildRequires: RMF-devel >= 1.6 BuildRequires: python3-ihm @@ -376,6 +376,9 @@ python3 test_mock.py -v %endif %changelog +* Thu Dec 12 2024 Ben Webb 2.22.0-1 +- 2.22.0 release. + * Thu Jun 13 2024 Ben Webb 2.21.0-1 - 2.21.0 release. diff --git a/tools/rpm/IMP.spec.in b/tools/rpm/IMP.spec.in index 16b9cd96d3..aae8e3b85c 100644 --- a/tools/rpm/IMP.spec.in +++ b/tools/rpm/IMP.spec.in @@ -35,7 +35,7 @@ BuildRequires: protobuf-devel Requires: python3-protobuf %endif -BuildRequires: cmake >= 2.8 +BuildRequires: cmake >= 3.14 BuildRequires: boost-devel >= 1.53 # RHEL doesn't have a CGAL package, so build without CGAL on RHEL. @@ -433,6 +433,9 @@ find ${RPM_BUILD_ROOT}%{_prefix}/share/IMP/tools -name '*.py' -exec sed -i -e 's %endif %changelog +* Thu Dec 12 2024 Ben Webb 2.22.0-1 +- 2.22.0 release. + * Thu Jun 13 2024 Ben Webb 2.21.0-1 - 2.21.0 release.