Update to 1.1.0:
No changes to the protocol itself, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags. Move bigreqstr.h to bigreqsproto.h.
This commit is contained in:
parent
49883c74be
commit
ca34d73f6c
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:14 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/08/29 15:23:32 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bigreqsproto-1.0.2
|
||||
DISTNAME= bigreqsproto-1.1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 17:38:16 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2009/08/29 15:23:32 wiz Exp $
|
||||
include/X11/extensions/bigreqsproto.h
|
||||
include/X11/extensions/bigreqstr.h
|
||||
lib/pkgconfig/bigreqsproto.pc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/11/03 17:38:16 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/08/29 15:23:32 wiz Exp $
|
||||
|
||||
SHA1 (bigreqsproto-1.0.2.tar.bz2) = 8f6c112f607a137dce5d8958753c770ac3f06c14
|
||||
RMD160 (bigreqsproto-1.0.2.tar.bz2) = 153bc6e44f7e41743c7a9607173fc2c52301bda4
|
||||
Size (bigreqsproto-1.0.2.tar.bz2) = 36676 bytes
|
||||
SHA1 (bigreqsproto-1.1.0.tar.bz2) = 32ae0505ec963cc5c0e3ee9258b126e6865d1b1b
|
||||
RMD160 (bigreqsproto-1.1.0.tar.bz2) = 445f8bde2c03561255c505860fdba9fedb029edc
|
||||
Size (bigreqsproto-1.1.0.tar.bz2) = 48575 bytes
|
||||
|
|
Loading…
Reference in a new issue