The branch, master has been updated
via 49a41e911a08ce04ad742222e265786a73a71e40 (commit)
from 32fe45e285754d03b3c783d2ffb86acb14d23678 (commit)
- Log -----------------------------------------------------------------
commit 49a41e911a08ce04ad742222e265786a73a71e40
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Mon Apr 25 19:00:02 2016 +0200
rpm spec file: Include ftdi_eeprom/example.conf
Moved the config file to the right directory, too.
Also update the expected final release month in the ChangeLog.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
libftdi1.spec.in | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0315662..cad21ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-New in 1.3 - 2016-04-xx
+New in 1.3 - 2016-05-xx
-----------------------
* Added ftdi_usb_get_strings2() to prevent automatic device close (Fahrzin
Hemmati)
* Added ftdi_transfer_data_cancel() for cancellation of a submitted transfer,
diff --git a/libftdi1.spec.in b/libftdi1.spec.in
index e5c45b1..4717a84 100644
--- a/libftdi1.spec.in
+++ b/libftdi1.spec.in
@@ -67,6 +67,11 @@ rm -f $RPM_BUILD_ROOT/usr/bin/baud_test
# Clean python compiled files in examples dir
find $RPM_BUILD_ROOT%{prefix}/share/libftdi/examples -name "*.pyc" -or -name
"*.pyo" -exec rm -f \{\} \;
+# move documentation to version specific directory
+# Is there an easy way in cmake to set the DOCDIR?
+mkdir -p $RPM_BUILD_ROOT%{prefix}/share/doc/%{name}-%{version}
+mv $RPM_BUILD_ROOT%{prefix}/share/doc/%{name}/*
$RPM_BUILD_ROOT%{prefix}/share/doc/%{name}-%{version}
+
%clean
rm -fr $RPM_BUILD_ROOT
hooks/post-receive
--
A library to talk to FTDI chips
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|