rpms/xdg-utils/devel .cvsignore, 1.11, 1.12 sources, 1.10, 1.11 xdg-utils-cvs_checkout.sh, 1.1, 1.2 xdg-utils.spec, 1.22, 1.23

Rex Dieter rdieter at fedoraproject.org
Sun Sep 13 19:53:34 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xdg-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27739

Modified Files:
	.cvsignore sources xdg-utils-cvs_checkout.sh xdg-utils.spec 
Log Message:
* Sun Sep 13 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.2-11.20090913cvs
- 20090913cvs snapshot
- xdg-open in xdg-utils expects xprop to be available (#506857)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	25 Aug 2009 03:11:05 -0000	1.11
+++ .cvsignore	13 Sep 2009 19:53:34 -0000	1.12
@@ -1 +1 @@
-xdg-utils-20090824cvs.tgz
+xdg-utils-20090913cvs.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	25 Aug 2009 03:11:05 -0000	1.10
+++ sources	13 Sep 2009 19:53:34 -0000	1.11
@@ -1 +1 @@
-78598c3e7ff5877577dd5c83ada1a925  xdg-utils-20090824cvs.tgz
+c4fd2aa002dbb61520db9462b233f2b3  xdg-utils-20090913cvs.tgz


Index: xdg-utils-cvs_checkout.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/devel/xdg-utils-cvs_checkout.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xdg-utils-cvs_checkout.sh	21 Nov 2008 20:25:45 -0000	1.1
+++ xdg-utils-cvs_checkout.sh	13 Sep 2009 19:53:34 -0000	1.2
@@ -1,6 +1,8 @@
 #!/bin/bash
 
 
+CVSUSER=:pserver:anonymous
+#CVSUSER=rdieter
 MODULE=$(basename $0 -cvs_checkout.sh)
 DATE=$(date +%Y%m%d)
 
@@ -8,7 +10,7 @@ set -x
 
 rm -rf $MODULE
 
-cvs -z3 -d:pserver:anonymous at cvs.freedesktop.org:/cvs/portland checkout -P portland/$MODULE 
+cvs -z3 -d$CVSUSER at cvs.freedesktop.org:/cvs/portland checkout -P portland/$MODULE 
 pushd portland
 tar czf ../$MODULE-${DATE}cvs.tgz $MODULE
 popd


Index: xdg-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/devel/xdg-utils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- xdg-utils.spec	25 Aug 2009 03:11:05 -0000	1.22
+++ xdg-utils.spec	13 Sep 2009 19:53:34 -0000	1.23
@@ -1,10 +1,10 @@
 
-%define cvs 20090824cvs
+%define cvs 20090913cvs
 
 Summary: Basic desktop integration functions 
 Name:    xdg-utils
 Version: 1.0.2
-Release: 10.%{cvs}%{?dist}
+Release: 11.%{cvs}%{?dist}
 
 URL:     http://portland.freedesktop.org/ 
 %if 0%{?cvs:1}
@@ -106,6 +106,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 13 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.2-11.20090913cvs
+- 20090913cvs snapshot
+- xdg-open in xdg-utils expects xprop to be available (#506857)
+
 * Mon Aug 24 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.2-10.20090824cvs
 - 20090824cvs snapshot
 




More information about the fedora-extras-commits mailing list