diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-06 08:56:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-06 08:56:15 +0000 |
commit | 14bfbba642bb748ad71e7f15b3746074127aecdc (patch) | |
tree | a29cf38681e4494fa6be352696caa5fb7def7a4b | |
parent | a26df9666ea0fa4995aef2372498fd04779ba2c9 (diff) | |
download | monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.gz monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.bz2 monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.xz monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.zip |
- default on old lrmi code to get ddc via int10
- fix build on vesa-cvt
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | monitor-edid.spec | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = monitor-edid -VERSION = 1.3 +VERSION = 1.4 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) diff --git a/monitor-edid.spec b/monitor-edid.spec index 0f24148..5ada419 100644 --- a/monitor-edid.spec +++ b/monitor-edid.spec @@ -1,5 +1,5 @@ %define name monitor-edid -%define version 1.3 +%define version 1.4 %define release 1mdk Summary: Get monitor details @@ -40,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT %_sbindir/* %changelog +* Wed Apr 6 2005 Pixel <pixel@mandrakesoft.com> 1.4-1mdk +- default on old lrmi code to get ddc via int10 +- fix build on vesa-cvt + * Fri Mar 25 2005 Pixel <pixel@mandrakesoft.com> 1.3-1mdk - added vesa-cvt (allowing to compute reduced-blanking timings) |