Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unixODBC for openSUSE:Factory 
checked in at 2021-11-18 10:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unixODBC (Old)
 and      /work/SRC/openSUSE:Factory/.unixODBC.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unixODBC"

Thu Nov 18 10:33:12 2021 rev:40 rq:931801 version:2.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/unixODBC/unixODBC.changes        2021-02-11 
12:47:53.929533554 +0100
+++ /work/SRC/openSUSE:Factory/.unixODBC.new.1895/unixODBC.changes      
2021-11-18 10:33:32.803891385 +0100
@@ -1,0 +2,8 @@
+Tue Nov 16 14:55:18 UTC 2021 - Michael Vetter <[email protected]>
+
+- SLE-20556 Expand documentation:
+  Add:
+  * unixODBC-doc-website.patch
+  * unixODBC-doc-drivers.patch
+
+-------------------------------------------------------------------

New:
----
  unixODBC-doc-drivers.patch
  unixODBC-doc-website.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ unixODBC.spec ++++++
--- /var/tmp/diff_new_pack.b6dJlz/_old  2021-11-18 10:33:33.995892494 +0100
+++ /var/tmp/diff_new_pack.b6dJlz/_new  2021-11-18 10:33:33.999892498 +0100
@@ -31,6 +31,10 @@
 # https://github.com/lurcher/unixODBC/issues/8
 Patch3:         unixODBC-2.3.1-libodbcinst-exports.patch
 Patch4:         unixODBC-2.3.6-declarations.patch 
+# SLE-20556 -  https://github.com/lurcher/unixODBC/pull/85
+Patch5:         unixODBC-doc-drivers.patch
+# SLE-20556 - https://github.com/lurcher/unixODBC/pull/84
+Patch6:         unixODBC-doc-website.patch
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  gcc-c++
@@ -69,8 +73,10 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
-chmod -x NEWS README doc/*.html doc/*.gif
+chmod -x NEWS README doc/*.html doc/*.gif Drivers/README
 
 %build
 perl -i -pe 's{^ACLOCAL_AMFLAGS.*}{}' Makefile.am
@@ -96,6 +102,9 @@
 %install
 install -d -m 755 "%{buildroot}/%{_sysconfdir}/%{name}"
 install -d -m 755 "%{buildroot}/%{_libdir}/%{name}"
+mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/Drivers
+cp Drivers/README %{buildroot}/%{_defaultdocdir}/%{name}/Drivers/README
+
 %make_install
 rm -rf "%{buildroot}/%{_datadir}/libtool"
 # packaged in gui-gtk
@@ -111,6 +120,7 @@
 %files
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README doc/*.html doc/*.gif
+%doc %{_defaultdocdir}/%{name}
 %docdir %{_mandir}
 %{_mandir}/man1/dltest.1%{?ext_man}
 %{_mandir}/man1/isql.1%{?ext_man}

++++++ unixODBC-doc-drivers.patch ++++++
>From fe24ac16eadd0cf61d8d868f9475eea059f9056b Mon Sep 17 00:00:00 2001
From: Michael Vetter <[email protected]>
Date: Tue, 16 Nov 2021 15:19:14 +0100
Subject: [PATCH] Mention state of drivers

---
 Drivers/README | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Drivers/README b/Drivers/README
index 9b59fa5..dde0c71 100644
--- a/Drivers/README
+++ b/Drivers/README
@@ -8,6 +8,13 @@
 | Drivers                                                     |
 +-------------------------------------------------------------+
 
+The drivers in here are historical ones or example drivers.
+They are not supported anymore. But can be used as a starting
+point to write your own.
+
+A list of some third party drivers can be found at:
+http://www.unixodbc.org/drivers.html
+
 Some unixODBC drivers have been coded from scratch while others
 have been integerated (tweeked to compile and tested) into
 unixODBC.
++++++ unixODBC-doc-website.patch ++++++
>From f1712186b932581ca8010713565ecdf6f09a2496 Mon Sep 17 00:00:00 2001
From: Michael Vetter <[email protected]>
Date: Tue, 16 Nov 2021 15:08:15 +0100
Subject: [PATCH] readme: add github and website links

---
 README | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 39a259f..07b8fd6 100644
--- a/README
+++ b/README
@@ -52,3 +52,5 @@ Config Files:
 Resources:
 
         http://sourceforge.net/projects/unixodbc/
+        https://github.com/lurcher/unixODBC/
+        http://www.unixodbc.org/

Reply via email to