summaryrefslogtreecommitdiffstats
path: root/mysql55.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-02 10:51:41 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-02 10:51:41 +0200
commit64692e617d3be58c39b48e1e739696a3ce720245 (patch)
tree3ba5c249985c381c7d8d2e34b3d8fb772a5f1a92 /mysql55.spec
parent0c0d8c5dce3ddecc14ed76eb38e992e1d1e69375 (diff)
MySQL 5.5.39
Diffstat (limited to 'mysql55.spec')
-rw-r--r--mysql55.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/mysql55.spec b/mysql55.spec
index da85cc0..30bda25 100644
--- a/mysql55.spec
+++ b/mysql55.spec
@@ -3,14 +3,14 @@
%else
%global with_systemd 0
%endif
-%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
-%global with_dtrace 1
-%else
+#if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
+#global with_dtrace 1
+#else
%global with_dtrace 0
-%endif
+#endif
Name: mysql
-Version: 5.5.38
+Version: 5.5.39
Release: 1%{?dist}
Summary: MySQL client programs and shared libraries
@@ -344,6 +344,8 @@ cmake . -DBUILD_CONFIG=mysql_release \
-DENABLED_LOCAL_INFILE=ON \
%if %{with_dtrace}
-DENABLE_DTRACE=ON \
+%else
+ -DENABLE_DTRACE=OFF \
%endif
-DWITH_EMBEDDED_SERVER=ON \
-DWITH_READLINE=ON \
@@ -842,6 +844,11 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
+* Sat Aug 2 2014 Remi Collet <RPMS@FamilleCollet.com> - 5.5.39-1
+- update to MySQL 5.5.39 Community Server GA
+ http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-39.html
+- disable dtrace
+
* Mon Jun 2 2014 Remi Collet <RPMS@FamilleCollet.com> - 5.5.38-1
- update to MySQL 5.5.38 Community Server GA
http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-38.html