Author: qboosh Date: Sun Oct 31 15:05:04 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1.1 - updated confname patch
---- Files affected: packages/xorg-app-xman: xorg-app-xman-confname.patch (1.2 -> 1.3) , xorg-app-xman.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: packages/xorg-app-xman/xorg-app-xman-confname.patch diff -u packages/xorg-app-xman/xorg-app-xman-confname.patch:1.2 packages/xorg-app-xman/xorg-app-xman-confname.patch:1.3 --- packages/xorg-app-xman/xorg-app-xman-confname.patch:1.2 Mon Oct 19 19:07:36 2009 +++ packages/xorg-app-xman/xorg-app-xman-confname.patch Sun Oct 31 16:04:56 2010 @@ -11,19 +11,17 @@ format. .SH "THE MANDESC FILE" .PP ---- xman-1.0.2/Makefile.am.orig 2005-12-08 18:55:17.000000000 +0100 -+++ xman-1.0.2/Makefile.am 2006-10-15 23:05:25.844637250 +0200 -@@ -101,7 +101,9 @@ - -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ - -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ - -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ -- -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' -+ -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' \ -+ -e 's|BASEMANCONF|$(BASEMANCONF)|g' \ -+ -e 's|MANCONF|$(MANCONF)|g' +--- xman-1.1.1/Makefile.am.orig 2010-10-31 02:28:24.000000000 +0200 ++++ xman-1.1.1/Makefile.am 2010-10-31 14:31:27.471101613 +0100 +@@ -73,7 +73,7 @@ - SUFFIXES = .$(APP_MAN_SUFFIX) .man + # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure + .man.$(APP_MAN_SUFFIX): +- $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ ++ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) -e 's|BASEMANCONF|$(BASEMANCONF)|g' -e 's|MANCONF|$(MANCONF)|g' < $< > $@ + + .PHONY: ChangeLog INSTALL --- xman-1.1.0/configure.ac.orig 2009-10-16 23:09:03.000000000 +0200 +++ xman-1.1.0/configure.ac 2009-10-19 18:55:58.673024932 +0200 @@ -83,6 +83,9 @@ ================================================================ Index: packages/xorg-app-xman/xorg-app-xman.spec diff -u packages/xorg-app-xman/xorg-app-xman.spec:1.21 packages/xorg-app-xman/xorg-app-xman.spec:1.22 --- packages/xorg-app-xman/xorg-app-xman.spec:1.21 Mon Oct 19 19:07:36 2009 +++ packages/xorg-app-xman/xorg-app-xman.spec Sun Oct 31 16:04:56 2010 @@ -2,22 +2,23 @@ Summary: xman aplication - manual display program for the X Window System Summary(pl.UTF-8): Aplikacja xman - program do wyĆwietlania manuali dla systemu X Window Name: xorg-app-xman -Version: 1.1.0 +Version: 1.1.1 Release: 1 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/app/xman-%{version}.tar.bz2 -# Source0-md5: 5e5b3351bac26cc1f8490faf1c1402bb +# Source0-md5: 56a00ccb38996c3518f14bb87c03a03e Patch0: %{name}-confname.patch URL: http://xorg.freedesktop.org/ -BuildRequires: autoconf >= 2.57 +BuildRequires: autoconf >= 2.60 BuildRequires: automake # to get /etc/man.config path BuildRequires: man-config BuildRequires: pkgconfig >= 1:0.19 BuildRequires: xorg-lib-libXaw-devel +BuildRequires: xorg-lib-libXmu-devel BuildRequires: xorg-lib-libXt-devel >= 1.0.0 -BuildRequires: xorg-util-util-macros >= 1.3 +BuildRequires: xorg-util-util-macros >= 1.8 Requires: man-config Requires: xorg-lib-libXt >= 1.0.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -68,6 +69,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2010/10/31 15:04:56 qboosh +- updated to 1.1.1 +- updated confname patch + Revision 1.21 2009/10/19 17:07:36 qboosh - updated to 1.1.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-app-xman/xorg-app-xman-confname.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-app-xman/xorg-app-xman.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
