Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit serdisplib
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 13 Aug 2007 00:18:30 +0200
- Message-id: <20070812221830.934C2678333@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package serdisplib
checked in at Mon Aug 13 00:18:30 CEST 2007.
--------
--- arch/i386/serdisplib/serdisplib.changes 2007-05-16 21:39:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/serdisplib/serdisplib.changes 2007-08-12 11:55:21.000000000 +0200
@@ -1,0 +2,19 @@
+Sun Aug 12 11:27:41 CEST 2007 - tsieden@xxxxxxx
+
+- update to release 1.97.6
+ * fixed potential linking problem in src/Makefile (thanks to Bernhard Walle):
+ libserdisp.so is now linked against libusb (if --enable-libusb is set)
+ --> obsoletes patch from Mon Apr 2 11:41:18 CEST 2007
+ * enhancements / bug-removals in serdisp_tools.c, serdisp_colour.c, testserdisp.s
+ * added support for S1D15G10-based displays in nokcol driver -> driver now uses
+ generic sdtools_generic_get/setpixel() functions
+ * added support for PCF8511-based displays in PCD8544 driver
+ * backported the following displays/controllers (from current devel version):
+ * Osram Pictiva 96X36 OLED 1bit, 1", monochrome
+ * Osram Pictiva 96X64 OLED 16bit, 1", colour
+ * Osram Pictiva 128X64 OLED 4bit, 2.7", greyscale
+ * other minor changes / code beautifyings
+
+- fix build (BuildRequires libusb-devel only if suse_version >1020)
+
+-------------------------------------------------------------------
Old:
----
serdisplib-1.97.5.tar.bz2
serdisplib-add-libusb
New:
----
serdisplib-1.97.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ serdisplib.spec ++++++
--- /var/tmp/diff_new_pack.i23438/_old 2007-08-13 00:18:19.000000000 +0200
+++ /var/tmp/diff_new_pack.i23438/_new 2007-08-13 00:18:19.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package serdisplib (Version 1.97.5)
+# spec file for package serdisplib (Version 1.97.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -10,16 +10,20 @@
Name: serdisplib
-BuildRequires: gd-devel libusb-devel
-License: GNU General Public License (GPL)
+BuildRequires: gd-devel
+%if 0%{?suse_version} > 1020
+BuildRequires: libusb-devel
+%else
+BuildRequires: libusb
+%endif
+License: GPL v2 or later
Group: System/Libraries
-Version: 1.97.5
-Release: 15
+Version: 1.97.6
+Release: 1
Source0: %{name}-%{version}.tar.bz2
URL: http://serdisplib.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Library for Certain Serial and Parallel LC Displays
-Patch0: serdisplib-add-libusb
%description
This is a library with support for certain serial and parallel LC
@@ -64,7 +68,6 @@
%prep
%setup
-%patch0 -p1
%build
CFLAGS="$RPM_OPT_FLAGS" \
@@ -97,6 +100,21 @@
%{_bindir}/*
%changelog
+* Sun Aug 12 2007 - tsieden@xxxxxxx
+- update to release 1.97.6
+ * fixed potential linking problem in src/Makefile (thanks to Bernhard Walle):
+ libserdisp.so is now linked against libusb (if --enable-libusb is set)
+ --> obsoletes patch from Mon Apr 2 11:41:18 CEST 2007
+ * enhancements / bug-removals in serdisp_tools.c, serdisp_colour.c, testserdisp.s
+ * added support for S1D15G10-based displays in nokcol driver -> driver now uses
+ generic sdtools_generic_get/setpixel() functions
+ * added support for PCF8511-based displays in PCD8544 driver
+ * backported the following displays/controllers (from current devel version):
+ * Osram Pictiva 96X36 OLED 1bit, 1", monochrome
+ * Osram Pictiva 96X64 OLED 16bit, 1", colour
+ * Osram Pictiva 128X64 OLED 4bit, 2.7", greyscale
+ * other minor changes / code beautifyings
+- fix build (BuildRequires libusb-devel only if suse_version >1020)
* Wed May 16 2007 - olh@xxxxxxx
- Buildrequires libusb -> libusb-devel
* Mon Apr 02 2007 - bwalle@xxxxxxx
++++++ serdisplib-1.97.5.tar.bz2 -> serdisplib-1.97.6.tar.bz2 ++++++
++++ 5038 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |