rpms/xorg-x11-twm/devel .cvsignore, 1.6, 1.7 sources, 1.5, 1.6 xorg-x11-twm.spec, 1.18, 1.19

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Wed Aug 22 05:21:54 UTC 2007


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-twm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32289

Modified Files:
	.cvsignore sources xorg-x11-twm.spec 
Log Message:
* Wed Aug 22 2007 Dave Airlie <airlied at redhat.com> - 1.0.3-1
- Upgrade to 1.0.3 - fix URI for source
- no sure about the system.twmrc, rm the spare copy for now



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-twm/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	22 Jun 2006 03:53:40 -0000	1.6
+++ .cvsignore	22 Aug 2007 05:21:21 -0000	1.7
@@ -1,3 +1,3 @@
 *.tar.bz2
 *.tar.gz
-clog
\ No newline at end of file
+clog


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-twm/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	31 Jan 2006 15:21:42 -0000	1.5
+++ sources	22 Aug 2007 05:21:21 -0000	1.6
@@ -1 +1 @@
-b1a8abf4cd9d8d7269e6627c62ffee0f  twm-1.0.1.tar.bz2
+a56b71dc40249195b32b304633c28a3e  twm-1.0.3.tar.bz2


Index: xorg-x11-twm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-twm/devel/xorg-x11-twm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-x11-twm.spec	21 Aug 2007 19:27:30 -0000	1.18
+++ xorg-x11-twm.spec	22 Aug 2007 05:21:21 -0000	1.19
@@ -4,14 +4,14 @@
 Name: xorg-x11-%{pkgname}
 # NOTE: Remove Epoch line if package gets renamed to something like "twm"
 Epoch: 1
-Version: 1.0.1
-Release: 4%{?dist}
+Version: 1.0.3
+Release: 1%{?dist}
 License: MIT/X11
 Group: User Interface/X
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0: ftp://ftp.x.org/pub/individual/lib/%{pkgname}-%{version}.tar.bz2
+Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
 
 BuildRequires: pkgconfig
 # checking TWM_LIBS... -lXmu -lXt -lSM -lICE -lXext -lX11 -ldl
@@ -61,6 +61,7 @@
    echo "FIXME: Upstream doesn't install systemwide config by default"
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/twm
    install -m 0644 src/system.twmrc $RPM_BUILD_ROOT%{_sysconfdir}/X11/twm/
+   rm $RPM_BUILD_ROOT%{_datadir}/X11/twm/system.twmrc
 }
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -70,11 +71,15 @@
 %doc AUTHORS COPYING NEWS README ChangeLog
 %{_bindir}/twm
 #%dir %{_mandir}/man1x
-%{_mandir}/man1/twm.1x*
+%{_mandir}/man1/twm.1*
 %dir %{_sysconfdir}/X11/twm
 %config %{_sysconfdir}/X11/twm/system.twmrc
 
 %changelog
+* Wed Aug 22 2007 Dave Airlie <airlied at redhat.com> - 1.0.3-1
+- Upgrade to 1.0.3 - fix URI for source
+- no sure about the system.twmrc, rm the spare copy for now
+
 * Tue Aug 21 2007 Adam Jackson <ajax at redhat.com> - 1:1.0.1-4
 - Rebuild for build id
 




More information about the scm-commits mailing list