diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-08 15:13:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-08 15:13:16 +0000 |
commit | cac3d5e332f3dcce548a7fe8823e7ce9664c56f7 (patch) | |
tree | 05c44b59de94d8e5362f5e3dfd01e18112cabc6f | |
parent | 9c7db2abb46e590ccb42ed08f294227cf82c14a2 (diff) | |
download | monitor-edid-cac3d5e332f3dcce548a7fe8823e7ce9664c56f7.tar monitor-edid-cac3d5e332f3dcce548a7fe8823e7ce9664c56f7.tar.gz monitor-edid-cac3d5e332f3dcce548a7fe8823e7ce9664c56f7.tar.bz2 monitor-edid-cac3d5e332f3dcce548a7fe8823e7ce9664c56f7.tar.xz monitor-edid-cac3d5e332f3dcce548a7fe8823e7ce9664c56f7.zip |
*** empty log message ***
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | monitor-edid.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = monitor-edid -VERSION = 1.0 +VERSION = 1.1 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 e761860..1dc2ec9 100644 --- a/monitor-edid.spec +++ b/monitor-edid.spec @@ -1,5 +1,5 @@ %define name monitor-edid -%define version 1.0 +%define version 1.1 %define release 1mdk Summary: Get monitor details @@ -39,5 +39,8 @@ rm -rf $RPM_BUILD_ROOT %_sbindir/* %changelog +* Tue Mar 8 2005 Pixel <pixel@mandrakesoft.com> 1.1-1mdk +- new release + * Wed Feb 23 2005 Pixel <pixel@mandrakesoft.com> 1.0-1mdk - first package |