[monitor-edid/el6/master] update to 3.0 as libx86 now available

Remi Collet remi at fedoraproject.org
Sat Aug 7 11:58:49 UTC 2010


commit 89a28cd39d4f1d601eed67fa9f9e3a79529caef2
Author: remi <fedora at famillecollet.com>
Date:   Sat Aug 7 13:58:42 2010 +0200

    update to 3.0 as libx86 now available

 monitor-edid-makesource.sh |    4 ++--
 monitor-edid.spec          |   19 +++++++++++++------
 sources                    |    2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/monitor-edid-makesource.sh b/monitor-edid-makesource.sh
index d0d955c..c788d8b 100644
--- a/monitor-edid-makesource.sh
+++ b/monitor-edid-makesource.sh
@@ -2,8 +2,8 @@
 
 # check http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/monitor-edid/trunk/
 
-VERSION=2.0
-RELEASE=242031
+VERSION=3.0
+RELEASE=266060
 
 svn export -r $RELEASE http://svn.mandriva.com/svn/soft/monitor-edid/trunk monitor-edid-$VERSION && \
   tar cjf monitor-edid-$VERSION.tar.bz2 monitor-edid-$VERSION && \
diff --git a/monitor-edid.spec b/monitor-edid.spec
index 05562e2..5421b5b 100644
--- a/monitor-edid.spec
+++ b/monitor-edid.spec
@@ -1,12 +1,11 @@
 Name:           monitor-edid
 Summary:        Tool for probing and parsing monitor EDID
 
-# monitor-edid is GPLv3+, x86emu is BSD
-License:        GPLv3+ and BSD
+License:        GPLv3+
 Group:          System Environment/Base
 Url:            http://wiki.mandriva.com/en/Tools/monitor-edid
 
-Version:        2.4
+Version:        3.0
 Release:        1%{?dist}
 
 # run monitor-edid-makesource.sh to create
@@ -16,8 +15,8 @@ Source1:        %{name}-makesource.sh
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%ifarch %{ix86} 
-BuildRequires: lrmi-devel
+%ifarch %{ix86} x86_64
+BuildRequires: libx86-devel
 %endif
 
 %description
@@ -46,12 +45,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README NEWS COPYING
+%doc README NEWS COPYING ChangeLog
 %{_bindir}/*
 %{_sbindir}/*
 
 
 %changelog
+* Sat Feb 13 2010 Remi Collet <Fedora at famillecollet.com> 3.0-1
+- update to new upstream version
+- switch from lrmi to libx86
+
+* Sun Oct 25 2009 Remi Collet <Fedora at famillecollet.com> 2.5-1
+- new version
+- bundle lrmi (not available on EL)
+
 * Sat Oct 17 2009 Remi Collet <Fedora at famillecollet.com> 2.4-1
 - new version
 
diff --git a/sources b/sources
index d1e3498..a1cc96a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aad83368248b58736c3699cc7d9caaf1  monitor-edid-2.4.tar.bz2
+8026d49d585e5abf7e4366431a7e7567  monitor-edid-3.0.tar.bz2


More information about the scm-commits mailing list