[lcdproc] Update to 0.5.4

Nicolas Chauvet kwizart at fedoraproject.org
Tue Mar 29 22:12:59 UTC 2011


commit 089421e1086b019c7cb147b889c3e49f540dda5e
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed Mar 30 00:12:47 2011 +0200

    Update to 0.5.4

 .gitignore                     |    1 +
 lcdproc-0.5.2-novalidate.patch |   22 ----------------------
 lcdproc.spec                   |   15 ++++++++++-----
 sources                        |    2 +-
 4 files changed, 12 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 945d27f..d416b26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lcdproc-0.5.2.tar.gz
 lcdproc-0.5.3.tar.gz
+/lcdproc-0.5.4.tar.gz
diff --git a/lcdproc.spec b/lcdproc.spec
index f9f41f4..c14e0c3 100644
--- a/lcdproc.spec
+++ b/lcdproc.spec
@@ -1,17 +1,17 @@
 Summary:        LCDproc displays real-time system information on a 20x4 backlit LCD
 Name:           lcdproc
-Version:        0.5.3
-Release:        6%{?dist}
+Version:        0.5.4
+Release:        1%{?dist}
 License:        GPLv2
 URL:            http://lcdproc.omnipotent.net
 Group:          System Environment/Libraries
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         lcdproc-0.5.3-initscripts.patch
-Patch1:         lcdproc-0.5.2-novalidate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen
 BuildRequires:  graphviz
+BuildRequires:  libtool
 
 BuildRequires:  libusb-devel
 BuildRequires:  lirc-devel
@@ -50,17 +50,19 @@ See also http://lcdproc.omnipotent.net.
 %prep
 %setup -q
 %patch0 -p1 -b .initscripts
-%patch1 -p1 -b .novalidate
 chmod 644 server/drivers/timing.h
 
 sed -i -e 's|server/drivers|%{_libdir}/lcdproc|' LCDd.conf
 touch -r TODO LCDd.conf
 
+#Disable svga for now
+sed -i -e 's|SureElec,svga|SureElec|' acinclude.m4
+autoreconf -vif
+
 %build
 %configure \
   --sysconfdir=%{_sysconfdir}/sysconfig/%{name} \
   --enable-libusb \
-  --enable-ldap \
   --enable-drivers=all \
   --enable-permissive-menu-goto \
   --enable-lcdproc-menus \
@@ -137,6 +139,9 @@ rm -rf $RPM_BUILD_ROOT __doc
 
 
 %changelog
+* Wed Mar 30 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.5.4-1
+- Update to 0.5.4
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 540f1dd..3c7de92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe9a7c9d8f2c5e76250ce2ea8f644921  lcdproc-0.5.3.tar.gz
+4d075c3928e84a90bfccf07313b13721  lcdproc-0.5.4.tar.gz


More information about the scm-commits mailing list