rpms/xorg-x11-drv-radeonhd/devel .cvsignore, 1.33, 1.34 sources, 1.33, 1.34 xorg-x11-drv-radeonhd-README.fedora, 1.31, 1.32 xorg-x11-drv-radeonhd-snapshot.sh, 1.11, 1.12 xorg-x11-drv-radeonhd.spec, 1.43, 1.44

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Sat Jul 19 11:52:58 UTC 2008


Author: ndim

Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4950

Modified Files:
	.cvsignore sources xorg-x11-drv-radeonhd-README.fedora 
	xorg-x11-drv-radeonhd-snapshot.sh xorg-x11-drv-radeonhd.spec 
Log Message:
* Sat Jul 19 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.5.20080719git
- New snapshot (upstream commit 603a35a670c71d32c4f393e21ed09f87449ebbf6):
  - 603a35a6: Fix typo in list of supported chips
  - 3bc154bf: ID: Remove concept of chipset families.
  - 3ac5a2f5: ID: Update list of supported chipsets, bring in sync with chipsets listed.
  - edb72452: MC: Make sure MC engine is all idle before setting up the MC.
  - 4eebf4bc: Define SED var without requiring AC_PROG_SED
  - 2bc4450a: Use 'git foo' instead of 'git-foo'
  - 4134177e: Automatically update man page from rhd_id.c
  - b3717c77: I2C: Fix typo that caused one DDC line to not work properly.
  - bd14f735: Add proper MCIdle() bits for r6xx/r7xx
  - 72477c9e: manpage: Add description on the scaling option.
- Fix removal of build dir in snapshot script



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore	16 Jul 2008 14:41:43 -0000	1.33
+++ .cvsignore	19 Jul 2008 11:52:02 -0000	1.34
@@ -1 +1 @@
-xf86-video-radeonhd-1.2.1-20080716git.tar.bz2
+xf86-video-radeonhd-1.2.1-20080719git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	16 Jul 2008 14:41:43 -0000	1.33
+++ sources	19 Jul 2008 11:52:02 -0000	1.34
@@ -1 +1 @@
-f2750801fc42e733517d1e703f1e8ae0  xf86-video-radeonhd-1.2.1-20080716git.tar.bz2
+3b5a0419b34f30142127123bd795732e  xf86-video-radeonhd-1.2.1-20080719git.tar.bz2


Index: xorg-x11-drv-radeonhd-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-README.fedora,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- xorg-x11-drv-radeonhd-README.fedora	16 Jul 2008 14:41:43 -0000	1.31
+++ xorg-x11-drv-radeonhd-README.fedora	19 Jul 2008 11:52:02 -0000	1.32
@@ -11,7 +11,7 @@
 we are packaging development snapshots of upstream's git repository
 here.
 
-Latest upstream commit: 820187b208ab1ec94a015f07e48abbb381524c89
+Latest upstream commit: 603a35a670c71d32c4f393e21ed09f87449ebbf6
 
 
 Contents


Index: xorg-x11-drv-radeonhd-snapshot.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-snapshot.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-radeonhd-snapshot.sh	13 Jul 2008 17:00:49 -0000	1.11
+++ xorg-x11-drv-radeonhd-snapshot.sh	19 Jul 2008 11:52:02 -0000	1.12
@@ -101,6 +101,7 @@
     [ -f "$specfile" ]
     rpm_version="$($RPM --queryformat "%{VERSION}-%{RELEASE}\n" -q --specfile "${specfile}" | $SED -n 1p | $SED 's/\.fc[0-9]$//')"
 
+    pre_update_dir=`pwd`
     cd "$(dirname "$0")/xf86-video-radeonhd.src"
     [ -d ".git" ]
 
@@ -125,6 +126,7 @@
         mv -f "${fullspecfile}.new" "${fullspecfile}"
     fi
 
+    cd "$pre_update_dir"
 } # End of update_changelog() function
 
 


Index: xorg-x11-drv-radeonhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- xorg-x11-drv-radeonhd.spec	16 Jul 2008 14:41:43 -0000	1.43
+++ xorg-x11-drv-radeonhd.spec	19 Jul 2008 11:52:02 -0000	1.44
@@ -20,8 +20,8 @@
 %endif
 
 %if %{snapshot}
-%define date 20080716
-%define git_commit 820187b208ab1ec94a015f07e48abbb381524c89
+%define date 20080719
+%define git_commit 603a35a670c71d32c4f393e21ed09f87449ebbf6
 %define alphatag .%{date}git
 %define tarball %{tarname}-%{version}-%{date}git
 %define ship_utils 1
@@ -33,7 +33,7 @@
 Summary:       Xorg X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets
 Name:          xorg-x11-drv-radeonhd
 Version:       1.2.1
-Release:       3.4%{?alphatag}%{?dist}
+Release:       3.5%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -160,6 +160,20 @@
 %endif
 
 %changelog
+* Sat Jul 19 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.5.20080719git
+- New snapshot (upstream commit 603a35a670c71d32c4f393e21ed09f87449ebbf6):
+  - 603a35a6: Fix typo in list of supported chips
+  - 3bc154bf: ID: Remove concept of chipset families.
+  - 3ac5a2f5: ID: Update list of supported chipsets, bring in sync with chipsets listed.
+  - edb72452: MC: Make sure MC engine is all idle before setting up the MC.
+  - 4eebf4bc: Define SED var without requiring AC_PROG_SED
+  - 2bc4450a: Use 'git foo' instead of 'git-foo'
+  - 4134177e: Automatically update man page from rhd_id.c
+  - b3717c77: I2C: Fix typo that caused one DDC line to not work properly.
+  - bd14f735: Add proper MCIdle() bits for r6xx/r7xx
+  - 72477c9e: manpage: Add description on the scaling option.
+- Fix removal of build dir in snapshot script
+
 * Wed Jul 16 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-3.4.20080716git
 - New snapshot (upstream commit 820187b208ab1ec94a015f07e48abbb381524c89):
   - 820187b2: Fix hangs when setting up the MC




More information about the fedora-extras-commits mailing list