Logoj0ke.net Open Build Service > Projects > internetx:mysql5 > ipv6-functions-mysql > Changes
Sign Up | Log In

Changes of Revision 6

[-] Changed ipv6_functions_mysql.spec
x
 
1
@@ -1,7 +1,7 @@
2
 %define    pkgname mysql-udf-ipv6
3
 Name:      mysql-ipv6-functions
4
 Version:   0.3
5
-Release:   1
6
+Release:   2
7
 License:   EUPL
8
 Group:         Server
9
 Summary:   IPv6 functions for mysql
10
@@ -48,9 +48,14 @@
11
 %files
12
 %defattr(-,root,root)
13
 %doc README
14
-%{_libdir}/mysql_udf_ipv6.so
15
+%dir %{_libdir}/mysql
16
+%dir %{_libdir}/mysql/plugin
17
+%{_libdir}/mysql/plugin/mysql_udf_ipv6.so
18
 
19
 %changelog
20
+* Wed Feb 23 2011 Carsten Schoene <cs@linux-administrator.com> - 0.3-2
21
+- change plugin directory
22
+
23
 * Thu Jul 15 2010 Carsten Schoene <cs@linux-administrator.com> - 0.3-1
24
 - update to release 0.3
25
 
26
[+] Changed mysql-udf-ipv6-makefile.patch ^