Hello community,

here is the log from the commit of package libdbi-drivers for openSUSE:Factory 
checked in at 2014-02-11 10:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdbi-drivers (Old)
 and      /work/SRC/openSUSE:Factory/.libdbi-drivers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdbi-drivers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdbi-drivers/libdbi-drivers.changes    
2013-09-12 18:19:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdbi-drivers.new/libdbi-drivers.changes       
2014-02-11 10:30:15.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 11:50:13 UTC 2014 - [email protected]
+
+- Add COPYING to generated package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdbi-drivers.spec ++++++
--- /var/tmp/diff_new_pack.jDneZQ/_old  2014-02-11 10:30:16.000000000 +0100
+++ /var/tmp/diff_new_pack.jDneZQ/_new  2014-02-11 10:30:16.000000000 +0100
@@ -83,6 +83,9 @@
 %setup -q
 %patch -P 1 -P 2 -P 3 -p1
 
+#ensure license doesn't have a executable permission
+chmod 644 COPYING
+
 # Fake the __DATE__ so we do not needelessly rebuild
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" drivers/*/*.c
@@ -108,16 +111,19 @@
 
 %files dbd-mysql
 %defattr(-,root,root)
+%doc COPYING
 %dir %{_libdir}/dbd
 %{_libdir}/dbd/libdbdmysql.so
 
 %files dbd-pgsql
 %defattr(-,root,root)
+%doc COPYING
 %dir %{_libdir}/dbd
 %{_libdir}/dbd/libdbdpgsql.so
 
 %files dbd-sqlite3
 %defattr(-,root,root)
+%doc COPYING
 %dir %{_libdir}/dbd
 %{_libdir}/dbd/libdbdsqlite3.so
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to