[cppunit] Fix for bug 452340

Steven M. Parrish tuxbrewr at fedoraproject.org
Tue Jun 28 12:53:00 UTC 2011


commit 350c082beae5e9027353271af25e502ac2a83547
Author: Steven M. Parrish <smparrish at gmail.com>
Date:   Tue Jun 28 08:52:41 2011 -0400

    Fix for bug 452340

 .gitignore        |    1 +
 cppunit-msg.patch |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ece7a00..7a13705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cppunit-1.12.1.tar.gz
+cppunit-1.12.1.tar.gz
diff --git a/cppunit-msg.patch b/cppunit-msg.patch
index 9f41649..d5c1568 100644
--- a/cppunit-msg.patch
+++ b/cppunit-msg.patch
@@ -1,5 +1,5 @@
---- cppunit-1.12.1/include/cppunit/Message.h.dt	2010-10-08 14:02:26.514477964 +0200
-+++ cppunit-1.12.1/include/cppunit/Message.h.dt	2010-10-08 14:02:15.411948098 +0200
+--- cppunit-1.12.1/include/cppunit/Message.h	2010-10-08 14:02:26.514477964 +0200
++++ cppunit-1.12.1/include/cppunit/Message.h	2010-10-08 14:02:15.411948098 +0200
 @@ -57,6 +57,8 @@ public:
             const std::string &detail2,
             const std::string &detail3 );
@@ -9,8 +9,8 @@
    Message &operator =( const Message &other );
 
    /*! \brief Returns the short description.
---- cppunit-1.12.1/src/cppunit/Message.cpp.dt	2010-10-08 14:02:39.421768852 +0200
-+++ cppunit-1.12.1/src/cppunit/Message.cpp.dt	2010-10-08 14:02:54.066829633 +0200
+--- cppunit-1.12.1/src/cppunit/Message.cpp	2010-10-08 14:02:39.421768852 +0200
++++ cppunit-1.12.1/src/cppunit/Message.cpp	2010-10-08 14:02:54.066829633 +0200
 @@ -47,6 +47,10 @@ Message::Message( const std::string &sho
    addDetail( detail1, detail2, detail3 );
  }


More information about the scm-commits mailing list