[cmake-fedora] Release version 0.7.0

Ding-Yi Chen dchen at fedoraproject.org
Wed Jul 6 07:16:04 UTC 2011


commit 25a71e0d4803f81e2d66983d967dfe8b2c2016a5
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Wed Jul 6 17:16:41 2011 +1000

    Release version 0.7.0

 .gitignore        |    1 +
 cmake-fedora.spec |   29 +++++++++++++++++++++++++++--
 sources           |    2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15a5c12..a5d8b08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /cmake-fedora-0.5.992-Source.tar.gz
 /cmake-fedora-0.6.0-Source.tar.gz
 /cmake-fedora-0.6.1-Source.tar.gz
+/cmake-fedora-0.7.0-Source.tar.gz
diff --git a/cmake-fedora.spec b/cmake-fedora.spec
index 5a0418f..897735b 100644
--- a/cmake-fedora.spec
+++ b/cmake-fedora.spec
@@ -1,5 +1,5 @@
 Name:       cmake-fedora
-Version:    0.6.1
+Version:    0.7.0
 Release:    1%{?dist}
 Summary:    CMake helper modules for fedora developers
 License:    BSD
@@ -30,7 +30,7 @@ helper macros and targets for fedora developers.
 %__rm -rf $RPM_BUILD_ROOT
 %__make install DESTDIR=$RPM_BUILD_ROOT
 # We install document using %doc
-(cd $RPM_BUILD_ROOT//usr/share/doc/cmake-fedora-0.6.1
+(cd $RPM_BUILD_ROOT//usr/share/doc/cmake-fedora-0.7.0
     %__rm -rf RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING TODO
 )
 
@@ -62,6 +62,31 @@ helper macros and targets for fedora developers.
 %{_datadir}/cmake/Templates/fedora
 
 %changelog
+* Wed Jul 06 2011 Ding-Yi Chen <dchen at redhat.com> - 0.7.0-1
+- Fixed target: after_release_commit.
+- Add "INCLUDE(ManageRelease)" in template
+  so new project will not get CMake command "MANAGE_RELEASE"
+- Corrected TODO.
+- Corrected ChangeLog.prev and SPECS/RPM-ChangeLog.prev.
+- By default, the CMAKE_INSTALL_PREFIX is set as '/usr'.
+
+* Wed Jul 06 2011 Ding-Yi Chen <dchen at redhat.com> - 0.6.1-1
+- Remove f13 from FEDORA_CURRENT_RELEASE_TAGS, as Fedora 13 is end of life.
+- ManageMessage: New module.
+  + M_MSG: Controllable verbose output
+- ManageRelease: New module.
+  + MANAGE_RELEASE: Make release by uploading files to hosting services
+- Now ManageReleaseOnFedora includes ManageMaintainerTargets
+- Modules are shown what they include and included by.
+- Now tag depends on koji_scratch_build, while fedpkg_commit master
+  (or other primary branch) depends directly on tag.
+- MAINTAINER_SETTING_READ_FILE now can either use MAINTAINER_SETTING, or take
+  one argument that define maintainer setting file.
+- MANAGE_MAINTAINER_TARGETS_UPLOAD no longer require argument hostService,
+  It now relies on HOSTING_SERVICES from maintainer setting file.
+- Minimum cmake requirement is now raise to 2.6.
+- Targets which perform after release now have the prefix "after_release".
+
 * Wed Jul 06 2011 Ding-Yi Chen <dchen at redhat.com> - 0.6.1-1
 - Remove f13 from FEDORA_CURRENT_RELEASE_TAGS, as Fedora 13 is end of life.
 - ManageMessage: New module.
diff --git a/sources b/sources
index 6cb1688..43ff212 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97e200b533b3a5e07fca949976846e0b  cmake-fedora-0.6.1-Source.tar.gz
+f50c149e225bf0c982d3abf45841ebf8  cmake-fedora-0.7.0-Source.tar.gz


More information about the scm-commits mailing list