*** empty log message ***
CVS patchset: 951 CVS date: 1996/08/14 16:51:39
This commit is contained in:
parent
613fbe8a10
commit
bc1e6bd997
3
CHANGES
3
CHANGES
|
@ -1,3 +1,6 @@
|
|||
2.2.3 -> 2.2.4:
|
||||
- allow -R to %patch
|
||||
|
||||
2.2.2 -> 2.2.3:
|
||||
- fixed script file md5 checking when files are in a root
|
||||
- implemented proper strdup/free logic for dependency conflict
|
||||
|
|
|
@ -18,7 +18,7 @@ CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib -Ibuild -I../lib -I../build
|
|||
LDFLAGS = $(DEBUG) -Llib -Lbuild -L../lib -L../build
|
||||
AR = ar r
|
||||
RANLIB = ranlib
|
||||
VERSION = 2.2.3
|
||||
VERSION = 2.2.4
|
||||
|
||||
BINDIR=$(prefix)/bin
|
||||
RPMBINDIR=$(subst usr/bin,bin,$(BINDIR))
|
||||
|
|
Loading…
Reference in New Issue