[cmake-fedora] Inserted git pull for each fedpkg targets; Fixed target: bodhi_new

Ding-Yi Chen dchen at fedoraproject.org
Sat Oct 16 07:50:53 UTC 2010


commit 172f668749f1fcd6e9330142b2d5d409698bbb62
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Sat Oct 16 17:50:34 2010 +1000

    Inserted git pull for each fedpkg targets;Fixed target: bodhi_new

 .gitignore        |    1 +
 cmake-fedora.spec |   11 ++++++++---
 sources           |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eb6ac8..7c0816e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /cmake-fedora-0.1.4-Source.tar.gz
 /cmake-fedora-0.2.1-Source.tar.gz
 /cmake-fedora-0.2.2-Source.tar.gz
+/cmake-fedora-0.2.3-Source.tar.gz
diff --git a/cmake-fedora.spec b/cmake-fedora.spec
index 0d3eed8..c599a60 100644
--- a/cmake-fedora.spec
+++ b/cmake-fedora.spec
@@ -1,11 +1,11 @@
 Name:       cmake-fedora
-Version:    0.2.2
+Version:    0.2.3
 Release:    1%{?dist}
 Summary:    CMake helper modules for fedora developers
 License:    BSD
 Group:      System Environment/Libraries
 URL:        http://git.fedorahosted.org/git/?p=cmake-fedora.git
-Source0:    https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.2.2-Source.tar.gz
+Source0:    https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.2.3-Source.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
@@ -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.2.2
+(cd $RPM_BUILD_ROOT//usr/share/doc/cmake-fedora-0.2.3
     %__rm -rf RELEASE-NOTES.txt AUTHORS README ChangeLog COPYING TODO
 )
 
@@ -59,6 +59,11 @@ helper macros and targets for fedora developers.
 %{_datadir}/cmake/Templates/fedora
 
 %changelog
+* Sat Oct 16 2010 Ding-Yi Chen <dchen at redhat.com> - 0.2.3-1
+- Inserted git pull for each fedpkg targets. Reduce the chance of conflict.
+- Fixed target: bodhi_new. So it will actually run this command instead of
+  just showing it.
+
 * Fri Oct 15 2010 Ding-Yi Chen <dchen at redhat.com> - 0.2.2-1
 - Add new project building script.
 - Build for EL-5, EL-6
diff --git a/sources b/sources
index b4e39dd..ec169ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60f8d083d9eea379bb5c45eebcc6ff24  cmake-fedora-0.2.2-Source.tar.gz
+64ebc6edd9981563503ac8505f29f808  cmake-fedora-0.2.3-Source.tar.gz


More information about the scm-commits mailing list