[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-301-gd377a4d

Brad King brad.king at kitware.com
Tue Nov 4 14:46:05 EST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  d377a4d709f336104f8f281dcdfd91278a766d76 (commit)
       via  6e927fafffebccd5e7675154db805f104059996c (commit)
      from  f030b3070b5be3d274526cca6a0623333a9a407c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d377a4d709f336104f8f281dcdfd91278a766d76
commit d377a4d709f336104f8f281dcdfd91278a766d76
Merge: f030b30 6e927fa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 4 14:46:05 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 4 14:46:05 2014 -0500

    Merge topic 'cpack-rpm-pre-post-install' into next
    
    6e927faf Help: Add notes for topic 'cpack-rpm-pre-post-install'


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e927fafffebccd5e7675154db805f104059996c
commit 6e927fafffebccd5e7675154db805f104059996c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 4 14:41:55 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 4 14:41:55 2014 -0500

    Help: Add notes for topic 'cpack-rpm-pre-post-install'

diff --git a/Help/release/dev/cpack-rpm-pre-post-install.rst b/Help/release/dev/cpack-rpm-pre-post-install.rst
new file mode 100644
index 0000000..0909d94
--- /dev/null
+++ b/Help/release/dev/cpack-rpm-pre-post-install.rst
@@ -0,0 +1,12 @@
+cpack-rpm-pre-post-install
+--------------------------
+
+* The :module:`CPackRPM` module learned options to specify
+  requirements for pre- and post-install scripts.  See the
+  :variable:`CPACK_RPM_PACKAGE_REQUIRES_PRE` and
+  :variable:`CPACK_RPM_PACKAGE_REQUIRES_POST` variables.
+
+* The :module:`CPackRPM` module learned options to specify
+  requirements for pre- and post-uninstall scripts.  See the
+  :variable:`CPACK_RPM_PACKAGE_REQUIRES_PREUN` and
+  :variable:`CPACK_RPM_PACKAGE_REQUIRES_POSTUN` variables.

-----------------------------------------------------------------------

Summary of changes:
 Help/release/dev/cpack-rpm-pre-post-install.rst |   12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Help/release/dev/cpack-rpm-pre-post-install.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list