[cmake-fedora] - Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists. -

Ding-Yi Chen dchen at fedoraproject.org
Tue Sep 23 00:54:29 UTC 2014


commit 11dc5f903c471569a562c8d91be52db71c8dfb22
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Tue Sep 23 10:54:24 2014 +1000

    - Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
    - ManageDependency: var_CFLAGS and var_LIBS are also cached.
    - ManageDependency: var_INCLUDEDIR also includes directories from var_CFLAGS.
    - ManageGConf: Added "Variables to cache".
    - cmake-fedora.conf: el7 and fc21 is now available in bodhi.

 .gitignore        |    1 +
 cmake-fedora.spec |    9 ++++++++-
 sources           |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05d9bf6..58f6691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /cmake-fedora-2.2.1-Source.tar.gz
 /cmake-fedora-2.2.2-Source.tar.gz
 /cmake-fedora-2.3.0-Source.tar.gz
+/cmake-fedora-2.3.1-Source.tar.gz
diff --git a/cmake-fedora.spec b/cmake-fedora.spec
index 7acf368..fa9799d 100644
--- a/cmake-fedora.spec
+++ b/cmake-fedora.spec
@@ -1,5 +1,5 @@
 Name:           cmake-fedora
-Version:        2.3.0
+Version:        2.3.1
 Release:        1%{?dist}
 Summary:        CMake helper modules for fedora developers
 License:        BSD
@@ -92,6 +92,13 @@ make test
 %{_datadir}/cmake/Templates/fedora/project.spec.in
 
 %changelog
+* Mon Sep 22 2014 Ding-Yi Chen <dchen at redhat.com> - 2.3.1-1
+- Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
+- ManageDependency: var_CFLAGS and var_LIBS are also cached.
+- ManageDependency: var_INCLUDEDIR also includes directories from var_CFLAGS.
+- ManageGConf: Added "Variables to cache".
+- cmake-fedora.conf: el7 and fc21 is now available in bodhi.
+
 * Tue Aug 26 2014 Ding-Yi Chen <dchen at redhat.com> - 2.3.0-1
 - cmake-fedora-fedpkg: fix try_command
 - ManageChangeLogScript: New command "make"
diff --git a/sources b/sources
index eaab49a..5c692a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab8475494efeb7a2256d8ce15cf8bab5  cmake-fedora-2.3.0-Source.tar.gz
+958462d48d93c28b122cc748f131f9df  cmake-fedora-2.3.1-Source.tar.gz


More information about the scm-commits mailing list