Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
54f9b80a2c dist-git conversion 2010-07-29 17:39:17 +00:00
Bill Nottingham
ad91aa8da1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:55:58 +00:00
Adam Jackson
d8caa2a307 - libXinerama 1.1 2009-10-06 18:11:57 +00:00
Jesse Keating
46279f9074 Initialize branch F-12 for libXinerama 2009-09-29 05:17:25 +00:00
4 changed files with 5 additions and 23 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: libXinerama
# $Id$
NAME := libXinerama
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),)
# attempt 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

@ -1,6 +1,6 @@
Summary: X.Org X11 libXinerama runtime library
Name: libXinerama
Version: 1.0.99.1
Version: 1.1
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/X11/extensions/panoramiXext.h
%changelog
* Tue Oct 06 2009 Adam Jackson <ajax@redhat.com> 1.1-1
- libXinerama 1.1
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.1-1
- libXinerama 1.0.99.1

View file

@ -1 +1 @@
473725c59bbb2f1dc1afb73ca8a3b5cb libXinerama-1.0.99.1.tar.bz2
a2ac01fc0426cdbb713c5d59cf9955ed libXinerama-1.1.tar.bz2