[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit pcre
From:       root () Hilbert ! suse ! de (h_root)
Date:       2007-04-30 16:14:19
Message-ID: 20070430161419.9E58D6780DE () Hilbert ! suse ! de
[Download RAW message or body]


Hello community,

here is the log from the commit of package pcre
checked in at Mon Apr 30 18:14:19 CEST 2007.

--------
--- pcre/pcre.changes	2007-04-25 15:08:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/pcre/pcre.changes	2007-04-30 11:31:14.772855000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 30 10:12:10 CEST 2007 - trenn@suse.de
+
+- corrected assert compile error
+
+-------------------------------------------------------------------

New:
----
  assert_fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.pV4569/_old	2007-04-30 18:13:58.000000000 +0200
+++ /var/tmp/diff_new_pack.pV4569/_new	2007-04-30 18:13:58.000000000 +0200
@@ -13,13 +13,14 @@
 Name:           pcre
 BuildRequires:  gcc-c++
 Version:        7.1
-Release:        1
+Release:        4
 Summary:        A library for Perl-compatible regular expressions
 License:        BSD License and BSD-like, Other uncritical OpenSource License
 Group:          System/Libraries
 Autoreqprov:    on
 URL:            ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 Source:         %name-%version.tar.bz2
+Patch0:         assert_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %package        devel
 Summary:        A library for Perl-compatible regular expressions
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
@@ -102,6 +104,8 @@
 %_mandir/man3/*.gz
 
 %changelog
+* Mon Apr 30 2007 - trenn@suse.de
+- corrected assert compile error
 * Wed Apr 25 2007 - ms@suse.de
 - update to pcre 7.1
   1. Applied Bob Rossi and Daniel G's patches to convert the build system to one

++++++ assert_fix.patch ++++++
Index: pcre-7.1/pcrecpp.cc
===================================================================
--- pcre-7.1.orig/pcrecpp.cc
+++ pcre-7.1/pcrecpp.cc
@@ -360,7 +360,7 @@ static int NewlineMode(int pcre_options)
     else if (newline == 3338)
       newline_mode = PCRE_NEWLINE_CRLF;
     else
-      assert("" == "Unexpected return value from pcre_config(NEWLINE)");
+      assert("Unexpected return value from pcre_config(NEWLINE)");
   }
   return newline_mode;
 }

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org
For additional commands, e-mail: opensuse-commit+help@opensuse.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic