Compare commits

...

4 Commits
rawhide ... f12

Author SHA1 Message Date
Fedora Release Engineering
ae9fa3339f dist-git conversion 2010-07-29 04:46:07 +00:00
Bill Nottingham
6f2b69a4d9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:21:07 +00:00
Richard W.M. Jones
5d9a4293b1 Force rebuild against newer lablgtk. 2009-09-29 15:14:33 +00:00
Jesse Keating
36bd00d4c7 Initialize branch F-12 for ocaml-ocamlnet 2009-09-29 05:45:52 +00:00
3 changed files with 4 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ocaml-ocamlnet
# $Id$
NAME := ocaml-ocamlnet
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -6,7 +6,7 @@
Name: ocaml-ocamlnet Name: ocaml-ocamlnet
Version: 2.2.9 Version: 2.2.9
Release: 14%{?dist} Release: 15%{?dist}
Summary: Network protocols for OCaml Summary: Network protocols for OCaml
Group: Development/Libraries Group: Development/Libraries
@ -243,6 +243,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Sep 29 2009 Richard W.M. Jones <rjones@redhat.com> - 2.2.9-15
- Force rebuild against newer lablgtk.
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-14 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild