summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-08-28 19:44:14 +0200
committerRemi Collet <fedora@famillecollet.com>2010-08-28 19:44:14 +0200
commit7a99df977043204c18a085228eafdf2976edf6cc (patch)
tree8fb308148e7682588deacf47904cd8ea510ce687
parentbc6c3c991044d506067502446ca759e5659c200e (diff)
MySQL: same patch in rawhide :) synergy is great !
-rw-r--r--mysql.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql.spec b/mysql.spec
index 1ee9e00..5cca5e3 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -610,6 +610,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
+* Sat Aug 28 2010 Tom Lane <tgl@redhat.com> 5.1.50-2
+- Include my_compiler.h in distribution, per upstream bug #55846.
+ Otherwise PHP, for example, won't build.
+
* Sat Aug 28 2010 Remi Collet <RPMS@FamilleCollet.com> - 5.1.50-2
- sync with rawhide
- add patch for missing header (and notify mysql-owner)