Browse Source

upgrading package: cego 1.0.11 -> 1.1.1

master
parent
commit
6637954c7e
  1. 16
      cego/cego.patch
  2. 6
      cego/cego.spec

16
cego/cego.patch

@ -1,6 +1,6 @@
Index: cego/src/CegoOutput.cc
--- cego/src/CegoOutput.cc.orig 2007-04-14 08:43:48 +0200
+++ cego/src/CegoOutput.cc 2007-04-15 10:01:57 +0200
--- cego/src/CegoOutput.cc.orig 2007-06-24 13:59:26 +0200
+++ cego/src/CegoOutput.cc 2007-06-26 08:08:20 +0200
@@ -35,6 +35,7 @@
#include "Datetime.h"
@ -9,15 +9,3 @@ Index: cego/src/CegoOutput.cc
#include "CegoOutput.h"
#include "CegoDefs.h"
Index: cego/src/Makefile.in
--- cego/src/Makefile.in.orig 2007-04-13 19:25:52 +0200
+++ cego/src/Makefile.in 2007-04-15 10:01:57 +0200
@@ -21,7 +21,7 @@
LIBS = -lXML -lBase @LIBS@
DEFS= @DEFS@
# LDFLAGS = -static-libgcc
-LDFLAGS = -L$(LIBDIR)
+LDFLAGS = -L$(LIBDIR) @LDFLAGS@
# CFLAGS = -I$(INCDIR)
CFLAGS = -I$(INCDIR) @CFLAGS@ @CPPFLAGS@
RANLIB = @RANLIB@

6
cego/cego.spec

@ -23,9 +23,9 @@
##
# package version
%define V_base 1.0.14
%define V_base 1.0.15
%define V_xml 1.0.8
%define V_cego 1.0.11
%define V_cego 1.1.1
# package information
Name: cego
@ -38,7 +38,7 @@ Class: EVAL
Group: Database
License: GPL
Version: %{V_cego}
Release: 20070623
Release: 20070626
# list of sources
Source0: http://www.lemke-it.com/base-%{V_base}.tar.gz

Loading…
Cancel
Save