On Saturday 09 February 2008, you wrote: > On Feb 8, 2008 8:11 PM, Dirk Mueller <[EMAIL PROTECTED]> wrote: > > On Friday 08 February 2008, Boudewijn Rempt wrote:
> > > > I've made 1.9.95.3 from that svn revision and it is uploaded to > > ftp.kde.org/pub/kde/stable/koffice-1.9.95.3 Is that in svn, too? > > please let me know if you find issues. > > > > @kde-packager: 1.9.95.2 was scratched because of a show stopper bug, > > please try 1.9.95.3. > > This is still not ok : > > CMake Error: Error in cmake code at > /home/neoclust/rpm/BUILD/koffice-1.9.95.3/filters/krita/CMakeLists.txt:21: > endif An ENDIF command was found outside of a proper IF ENDIF > structure. Or its arguments did not match the opening IF command. > Called from: [1] > /home/neoclust/rpm/BUILD/koffice-1.9.95.3/filters/krita/CMakeLists.txt > > This patch fixes the issue : > > > --- filters/krita/CMakeLists.txt~ 2008-02-08 18:17:31.000000000 +0100 > +++ filters/krita/CMakeLists.txt 2008-02-09 00:13:22.000000000 +0100 > @@ -17,7 +17,7 @@ > set(EXIV2_FOUND FALSE) > message(STATUS "Found Exiv2 release < 0.16") > endif(_return_VALUE STREQUAL "0") > - endif(_EXIV2LinkFlags) > + > endif(EXIV2_FOUND) > > macro_log_feature(JPEG_FOUND "jpeg" "The Krita JPEG filter will not > be built" "http://www.ijg.org" FALSE "") Aw, eek. Yes, that was a local change I hadn't yet checked in because of other stuff. I'm becoming more and more convinced that we have a long way to go before we will be able to release our first real beta. Boudewijn _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
