mariadb-vl.spec 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. %bcond_with source
  2. %bcond_without onigmo
  3. %define mysqld_user mysql
  4. %define mysqld_group mysql
  5. %define mysqldatadir /var/lib/mysql
  6. # Working around perl dependency problem
  7. %global __perl_requires %{SOURCE998}
  8. %global __perllib_requires %{SOURCE998}
  9. %define _unpackaged_files_terminate_build 1
  10. %define mariadb_base_version 10.4
  11. %define mariadb_version 10.4.7
  12. %define mroonga_version 9.07
  13. %define groonga_version 9.0.7
  14. %define client_version 18
  15. %define galera_api_version 26.4
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: tomop
  19. Name: mariadb
  20. Summary: MariaDB: a very fast and robust SQL database server
  21. Version: %{mariadb_version}
  22. Release: 1%{_dist_release}
  23. Group: Applications/Databases
  24. License: GPL2
  25. URL: http://www.mariadb.org/
  26. Source: http://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/mariadb-%{version}/source/mariadb-%{version}.tar.gz
  27. # Don't depend on lib::mtr*
  28. Source998: perl-requires.sh
  29. Source1000: macros.mariadb.in
  30. # replace mroonga to the newest version.
  31. #patch1000: mariadb-%{mariadb_version}-mroonga-master.patch
  32. Patch1000: 0001-MariaDB-%{mariadb_version}-Mroonga-v%{mroonga_version}-Groonga-v%{groonga_version}.patch
  33. #Patch1001: mroonga_for_mariadb-10.2.patch
  34. #
  35. #Patch2000: mysql-srv_buf_size.patch
  36. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  37. BuildRequires: bison, cmake, gcc-c++, groff, git
  38. BuildRequires: libaio-devel, libboost-devel, libevent-devel, libxml2-devel
  39. BuildRequires: ncurses-devel, perl, openssl-devel, readline-devel
  40. BuildRequires: jemalloc-devel
  41. BuildRequires: pam-devel
  42. BuildRequires: unixODBC-devel
  43. BuildRequires: zlib-devel
  44. BuildRequires: mecab-devel
  45. BuildRequires: lz4-devel
  46. Requires: fileutils sh-utils
  47. Provides: msqlormysql MySQL mysql
  48. Obsoletes: mysql MySQL5
  49. # From the manual
  50. %description
  51. MariaDB: a very fast and robust SQL database server
  52. It is GPL v2 licensed, which means you can use the it free of charge under the
  53. conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
  54. MariaDB documentation can be found at http://kb.askmonty.org/
  55. MariaDB bug reports should be submitted through https://mariadb.atlassian.net/
  56. %package server
  57. Version: %{mariadb_version}
  58. Release: %{release}
  59. Summary: MariaDB: a very fast and robust SQL database server
  60. Group: Applications/Databases
  61. Requires: fileutils sh-utils net-tools mariadb-common
  62. Requires(post): mariadb-common
  63. Provides: mysql-server mysql MySQL MySQL-server mariadbserver-%{mariadb_base_version}
  64. Obsoletes: MySQL mysql mysql-server
  65. Obsoletes: MySQL-server < 5.6.0
  66. %description server
  67. MariaDB: a very fast and robust SQL database server
  68. It is GPL v2 licensed, which means you can use the it free of charge under the
  69. conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
  70. MariaDB documentation can be found at http://kb.askmonty.org/
  71. MariaDB bug reports should be submitted through https://mariadb.atlassian.net/
  72. %package mroonga
  73. ##Version: %{mroonga_version}
  74. Version: %{mariadb_version}
  75. Summary: A fast fulltext searchable storage engine for MariaDB.
  76. Group: Applications/Databases
  77. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  78. Requires: mariadb-server = %{mariadb_version}-%{release}
  79. Obsoletes: MySQL-mroonga < 4.02
  80. Obsoletes: mariadb-mroonga < 4.07
  81. Obsoletes: mariadb-mroonga-doc < 4.07
  82. %description mroonga
  83. Mroonga is a fast fulltext searchable storage plugin for MariaDB.
  84. It is based on groonga that is a fast fulltext search engine and
  85. column store. Groonga is good at real-time update.
  86. %package connect
  87. Version: %{mariadb_version}
  88. Summary: CONNECT storage engine for MariaDB.
  89. Group: Applications/Databases
  90. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  91. Requires: mariadb-server = %{mariadb_version}-%{release}
  92. %description connect
  93. The CONNECT storage engine enables MariaDB to access external
  94. local or remote data (MED). This is done by defining tables
  95. based on different data types, in particular files in various
  96. formats, data extracted from other DBMS or products (such as Excel)
  97. via ODBC, or data retrieved from the environment (for example
  98. DIR, WMI, and MAC tables).
  99. This storage engine supports table partitioning, MariaDB virtual
  100. columns and also permits defining special columns such as ROWID,
  101. FILEID, and SERVID.
  102. %package galera
  103. ##Version: %{mroonga_version}
  104. Version: %{mariadb_version}
  105. Summary: The configuration files and scripts for galera replication
  106. Group: Applications/Databases
  107. Provides: mariadb-server-galera = %{mariadb_version}-%{release}
  108. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  109. Requires: mariadb-server = %{mariadb_version}-%{release}
  110. Requires: galera(%{galera_api_version})
  111. Obsoletes: MySQL-mroonga < 4.02
  112. Obsoletes: mariadb-mroonga < 4.07
  113. Obsoletes: mariadb-mroonga-doc < 4.07
  114. %description galera
  115. This package contains the files for MariaDB Galera Cluster.
  116. %ifarch x86_64
  117. %package tokudb
  118. Version: %{mariadb_version}
  119. Summary: TokuDB storage engine for MariaDB.
  120. Group: Applications/Databases
  121. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  122. Requires: mariadb-server = %{mariadb_version}-%{release}
  123. %description tokudb
  124. The TokuDB storage engine is for use in high-performance and
  125. write-intensive environments, offering increased compression and
  126. better performance.
  127. %endif
  128. %package client
  129. Version: %{mariadb_version}
  130. Summary: MariaDB - Client
  131. Group: Applications/Databases
  132. Obsoletes: mysql-client MySQL-client < 5.6.0
  133. Provides: mysql-client MySQL-client mariadbclient-%{mariadb_base_version}
  134. %description client
  135. This package contains the standard MariaDB clients and administration tools.
  136. %package devel
  137. Version: %{mariadb_version}
  138. Summary: MariaDB - Development libraries and headers
  139. Group: Development/Libraries
  140. Requires: %{name}-static, openssl-devel, zlib-devel
  141. Conflicts: MySQL-devel < 5.6.0
  142. Conflicts: libmysqlclient-devel
  143. Conflicts: libmariadb-devel
  144. %description devel
  145. This package contains the development libraries and headers to develop
  146. MariaDB server components (e.g. plugins or embedded applications).
  147. %package static
  148. Version: %{mariadb_version}
  149. Summary: MariaDB - static libraries
  150. Group: Development/Libraries
  151. Requires: %{name}-devel
  152. %description static
  153. This package provides static libraries of MariaDB.
  154. %if %{with source}
  155. %package source
  156. Version: %{mariadb_version}
  157. Summary: MariaDB - Source
  158. Group: Development/Libraries
  159. Requires: mariadb-devel = %{version}-%{release}
  160. Obsoletes: MySQL-source < 5.6.0
  161. AutoReqProv: no
  162. %description source
  163. This package contains the sources files of MariaDB.
  164. %endif
  165. %package test
  166. Version: %{mariadb_version}
  167. Requires: %{name}-client = %{version}-%{release} perl-DBI perl
  168. Summary: MariaDB - Test suite
  169. Group: Applications/Databases
  170. Obsoletes: mysql-bench MySQL5-bench MySQL-bench MySQL-test < 5.6.0
  171. Provides: perl(mtr_misc.pl)
  172. %description test
  173. This package contains the MariaDB regression test suite.
  174. %package embedded
  175. Version: %{mariadb_version}
  176. Summary: MariaDB as an embeddable library
  177. Group: System Environment/Libraries
  178. Obsoletes: mysql-embedded MySQL-embedded
  179. Provides: mysql-embedded MySQL-embedded
  180. %description embedded
  181. This package contains a version of the MariaDB server that can be embedded
  182. into a client application instead of running as a separate process.
  183. %prep
  184. %setup -q
  185. git --git-dir= apply -p1 %{PATCH1000}
  186. #patch1000 -p1 -b .mroonga
  187. %build
  188. # Be strict about variables, bail at earliest opportunity, etc.
  189. set -eu
  190. # Optional package files
  191. touch optional-files-devel
  192. export CFLAGS=${MYSQL_BUILD_CFLAGS:-${CFLAGS:-$RPM_OPT_FLAGS}}
  193. export CXXFLAGS=${MYSQL_BUILD_CXXFLAGS:-${CXXFLAGS:-$RPM_OPT_FLAGS -felide-constructors -fno-rtti}}
  194. # Build full release
  195. # workaround: force TOKUDB_OK=1
  196. # https://jira.mariadb.org/browse/MDEV-14524?workflowName=MariaDB+v3&stepId=1
  197. mkdir release
  198. (
  199. cd release
  200. cmake ../ \
  201. -DINSTALL_LAYOUT=RPM \
  202. -DBUILD_CONFIG=mysql_release \
  203. -DCMAKE_BUILD_TYPE=Release \
  204. -DINSTALL_UNIX_ADDRDIR="/var/lib/mysql/mysql.sock" \
  205. -DCOMPILATION_COMMENT="Vine Linux MariaDB RPM" \
  206. -DWITH_PIC="ON" \
  207. -DWITH_EMBEDDED_SERVER="ON" \
  208. -DWITH_ZLIB="system" \
  209. -DWITH_LOCALES="yes" \
  210. -DWITH_SSL="system" \
  211. -DWITH_UNIT_TESTS="no" \
  212. -DWITH_SEQUENCE_STORAGE_ENGINE="ON" \
  213. -DWITH_XTRADB_STORAGE_ENGINE="ON" \
  214. -DWITH_JEMALLOC="yes" \
  215. %ifarch x86_64
  216. -DTOKUDB_OK=1 \
  217. %endif
  218. -DGRN_WITH_MECAB="yes" \
  219. %if %{without onigmo}
  220. -DGRN_WITH_ONIGMO="no"
  221. %endif
  222. # -DWITHOUT_TOKUDB="yes"
  223. # -DWITH_PCRE="system"
  224. ln -sf ../../../../../../release/storage/mroonga/vendor/groonga/include/groonga/version.h ../storage/mroonga/vendor/groonga/include/groonga/version.h
  225. echo BEGIN_NORMAL_CONFIG ; egrep '^#define' include/config.h ; echo END_NORMAL_CONFIG
  226. make %{?_smp_mflags} VERBOSE=1
  227. )
  228. %install
  229. rm -rf %{buildroot}
  230. install -d %{buildroot}%{mysqldatadir}/mysql
  231. install -d %{buildroot}%{_infodir}
  232. # Install all binaries
  233. (
  234. cd release
  235. make DESTDIR=%{buildroot} install
  236. )
  237. install -m 0644 Docs/mysql.info %{buildroot}%{_infodir}
  238. rm -rf ./doc
  239. mv -f %{buildroot}%{_docdir} ./
  240. rm doc/README-wsrep
  241. mv -f %{buildroot}%{_datadir}/groonga ./
  242. mv -f %{buildroot}%{_datadir}/groonga-normalizer-mysql ./
  243. %if %{with source}
  244. mkdir -p %{buildroot}%{_datadir}/%{name}-source
  245. pushd %{buildroot}%{_datadir}/%{name}-source
  246. tar zxf %{SOURCE0}
  247. find %{buildroot}%{_datadir}/%{name}-source -type f -exec chmod ugo-x {} \;
  248. popd
  249. %endif
  250. install -d %{buildroot}%{_sysconfdir}/rpm
  251. sed -e 's/@BASEVERSION@/%{mariadb_base_version}/' -e 's/@VERSION@/%{version}/' -e 's/@RELEASE@/%{release}/' < %{SOURCE1000} > %{buildroot}%{_sysconfdir}/rpm/macros.mariadb
  252. rm -f %{buildroot}%{_mandir}/man1/mysql_fix_privilege_tables.1*
  253. rm -f %{buildroot}%{_mandir}/man8/mysqlmanager.8*
  254. rm -f %{buildroot}%{_sysconfdir}/my.cnf
  255. rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf
  256. rm -f %{buildroot}%{_libdir}/libmysqlclient*.so*
  257. rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
  258. %ifarch x86_64
  259. pushd release
  260. install -m644 ./storage/tokudb/tokudb.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/
  261. popd
  262. %else
  263. rm -f %{buildroot}%{_mandir}/man1/tokuft*
  264. %endif
  265. # install files for galera cluster.
  266. install -m755 ./scripts/galera_new_cluster.sh %{buildroot}%{_bindir}/galera_new_cluster
  267. install -m755 ./scripts/galera_recovery.sh %{buildroot}%{_bindir}/galera_recovery
  268. perl -pi -e 's|^wsrep_provider=.*$|wsrep_provider=%{_libdir}/galera/libgalera_smm.so|' %{buildroot}%{_datadir}/mysql/wsrep.cnf
  269. perl -pi -e 's|^wsrep_notify_cmd=.*$|#wsrep_notify_cmd=%{_datadir}/mysql/wsrep_notify|' %{buildroot}%{_datadir}/mysql/wsrep.cnf
  270. install -m644 %{buildroot}%{_datadir}/mysql/wsrep.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/galera.cnf
  271. # force linking statically.
  272. perl -pi -e 's,-lmariadb,%{_libdir}/libmariadbclient.a,' %{buildroot}%{_bindir}/mysql_config
  273. perl -pi -e 's,-lmariadb,%{_libdir}/libmariadbclient.a,' %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
  274. # drop systemd files.
  275. rm -rf %{buildroot}%{_sysconfdir}/systemd
  276. # drop client library
  277. rm -f %{buildroot}%{_libdir}/libmariadb.so*
  278. rm -f %{buildroot}%{_prefix}/lib/pkgconfig/libmariadb.pc
  279. ##############################################################################
  280. %pre server
  281. # Create a MySQL user and group. Do not report any problems if it already
  282. # exists.
  283. datadir=/var/lib/mysql
  284. groupadd -r mysql 2> /dev/null || true
  285. useradd -M -r -d $datadir -s /bin/bash -c "MySQL server" -g mysql mysql 2> /dev/null || true
  286. # The user may already exist, make sure it has the proper group nevertheless (BUG#12823)
  287. usermod -g mysql mysql 2> /dev/null || true
  288. %post server
  289. # Make MySQL start/shutdown automatically when the machine does it.
  290. if [ $1 = 1 ] ; then
  291. if [ -x /sbin/chkconfig ] ; then
  292. /sbin/chkconfig --add mysql
  293. fi
  294. basedir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--basedir=//p'|tail -1`
  295. if [ -z "$basedir" ] ; then
  296. basedir=/usr
  297. fi
  298. datadir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  299. if [ -z "$datadir" ] ; then
  300. datadir=/var/lib/mysql
  301. else
  302. # datadir may be relative to a basedir!
  303. if ! expr $datadir : / > /dev/null; then
  304. datadir=$basedir/$datadir
  305. fi
  306. fi
  307. tmpdir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  308. if [ -z "$datadir" ] ; then
  309. datadir=/var/lib/mysql
  310. else
  311. # datadir may be relative to a basedir!
  312. if ! expr $datadir : / > /dev/null; then
  313. datadir=$basedir/$datadir
  314. fi
  315. fi
  316. # Change permissions so that the user that will run the MySQL daemon
  317. # owns all database files.
  318. chown -R mysql:mysql $datadir
  319. if [ ! -e $datadir/mysql ]; then
  320. # Create data directory
  321. mkdir -p $datadir/{mysql,test}
  322. chown -R mysql:mysql $datadir
  323. # Initiate databases
  324. /usr/bin/mysql_install_db --rpm --user=mysql
  325. fi
  326. # Change permissions again to fix any new files.
  327. chown -R mysql:mysql $datadir
  328. # Fix permissions for the permission database so that only the user
  329. # can read them.
  330. chmod -R og-rw $datadir/mysql
  331. fi
  332. %preun server
  333. if [ $1 = 0 ] ; then
  334. # Stop MySQL before uninstalling it
  335. if [ -x /etc/init.d/mysql ] ; then
  336. /etc/init.d/mysql stop > /dev/null
  337. fi
  338. # Don't start it automatically anymore
  339. if [ -x /sbin/chkconfig ] ; then
  340. /sbin/chkconfig --del mysql
  341. fi
  342. fi
  343. %postun server
  344. if [ $1 -ge 1 ]; then
  345. if [ -x /etc/init.d/mysql ] ; then
  346. # only restart the server if it was alredy running
  347. /etc/init.d/mysql status > /dev/null 2>&1 && \
  348. /etc/init.d/mysql restart
  349. fi
  350. fi
  351. %pre mroonga
  352. if [ $1 -gt 1 ]; then
  353. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql || cat <<EOF
  354. An error occured when to unregister plugin.
  355. Please run a command below:
  356. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql
  357. EOF
  358. fi
  359. %post mroonga
  360. if [ $1 -eq 1 ] ; then
  361. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  362. An error occured when to register plugin.
  363. Please run a command below:
  364. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  365. EOF
  366. fi
  367. %postun mroonga
  368. if [ $1 -gt 0 ] ; then
  369. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  370. An error occured when to register plugin.
  371. Please run a command below:
  372. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  373. EOF
  374. fi
  375. # Clean up the BuildRoot
  376. %clean
  377. [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
  378. %files server
  379. %defattr(-,root,root)
  380. %{!?_licensedir:%global license %%doc}
  381. %license COPYING* EXCEPTIONS-CLIENT
  382. %doc CREDITS README.md doc/*
  383. %doc support-files/rpm/*.cnf
  384. %doc release/support-files/*.cnf
  385. %doc %{_infodir}/mysql.info*
  386. %doc %{_mandir}/man1/aria_*.1*
  387. %doc %{_mandir}/man1/innochecksum.1*
  388. %doc %{_mandir}/man1/mariabackup.1*
  389. %doc %{_mandir}/man1/mariadb-backup.1.gz
  390. %doc %{_mandir}/man1/mariadb-convert-table-format.1.gz
  391. %doc %{_mandir}/man1/mariadb-dumpslow.1.gz
  392. %doc %{_mandir}/man1/mariadb-fix-extensions.1.gz
  393. %doc %{_mandir}/man1/mariadb-hotcopy.1.gz
  394. %doc %{_mandir}/man1/mariadb-install-db.1.gz
  395. %doc %{_mandir}/man1/mariadb-ldb.1.gz
  396. %doc %{_mandir}/man1/mariadb-secure-installation.1.gz
  397. %doc %{_mandir}/man1/mariadb-service-convert.1*
  398. %doc %{_mandir}/man1/mariadb-setpermission.1.gz
  399. %doc %{_mandir}/man1/mariadb-tzinfo-to-sql.1.gz
  400. %doc %{_mandir}/man1/mariadb-upgrade.1.gz
  401. %doc %{_mandir}/man1/mariadbd-multi.1.gz
  402. %doc %{_mandir}/man1/mariadbd-safe-helper.1.gz
  403. %doc %{_mandir}/man1/mariadbd-safe.1.gz
  404. %doc %{_mandir}/man1/mbstream.1*
  405. %doc %{_mandir}/man1/my_print_defaults.1*
  406. %doc %{_mandir}/man1/my_safe_process.1*
  407. %doc %{_mandir}/man1/myisam_ftdump.1*
  408. %doc %{_mandir}/man1/myisamchk.1*
  409. %doc %{_mandir}/man1/myisamlog.1*
  410. %doc %{_mandir}/man1/myisampack.1*
  411. %doc %{_mandir}/man1/mysql_convert_table_format.1*
  412. %doc %{_mandir}/man1/mysql_fix_extensions.1*
  413. %doc %{_mandir}/man1/mysqld_multi.1*
  414. %doc %{_mandir}/man1/mysqld_safe.1*
  415. %doc %{_mandir}/man1/mysqld_safe_helper.1*
  416. %doc %{_mandir}/man1/mysqldumpslow.1*
  417. %doc %{_mandir}/man1/mysql_install_db.1*
  418. %doc %{_mandir}/man1/mysql_ldb.1*
  419. %doc %{_mandir}/man1/mysql_secure_installation.1*
  420. %doc %{_mandir}/man1/mysql_setpermission.1*
  421. %doc %{_mandir}/man1/mysql_upgrade.1*
  422. %doc %{_mandir}/man1/mysqlhotcopy.1*
  423. %doc %{_mandir}/man1/mysql.server.1*
  424. %doc %{_mandir}/man1/mysqltest.1*
  425. %doc %{_mandir}/man1/mysql_tzinfo_to_sql.1*
  426. %doc %{_mandir}/man1/perror.1*
  427. %doc %{_mandir}/man1/replace.1*
  428. %doc %{_mandir}/man1/resolve_stack_dump.1*
  429. %doc %{_mandir}/man1/resolveip.1*
  430. %doc %{_mandir}/man1/wsrep_sst_*.1*
  431. %doc %{_mandir}/man8/mysqld.8*
  432. %doc %{_mandir}/man8/mariadbd.8.gz
  433. %{_bindir}/aria_*
  434. %{_bindir}/innochecksum
  435. %{_bindir}/mariabackup
  436. %{_bindir}/mariadb-backup
  437. %{_bindir}/mariadb-convert-table-format
  438. %{_bindir}/mariadb-dumpslow
  439. %{_bindir}/mariadb-fix-extensions
  440. %{_bindir}/mariadb-hotcopy
  441. %{_bindir}/mariadb-install-db
  442. %{_bindir}/mariadb-secure-installation
  443. %{_bindir}/mariadb-setpermission
  444. %{_bindir}/mariadb-tzinfo-to-sql
  445. %{_bindir}/mariadb-upgrade
  446. %{_bindir}/mariadbd-multi
  447. %{_bindir}/mariadbd-safe
  448. %{_bindir}/mariadbd-safe-helper
  449. %{_bindir}/mbstream
  450. %{_bindir}/my_print_defaults
  451. %{_bindir}/myisam_ftdump
  452. %{_bindir}/myisamchk
  453. %{_bindir}/myisamlog
  454. %{_bindir}/myisampack
  455. %{_bindir}/mysql_convert_table_format
  456. %{_bindir}/mysql_fix_extensions
  457. %{_bindir}/mysql_install_db
  458. %{_bindir}/mysql_secure_installation
  459. %{_bindir}/mysql_setpermission
  460. %{_bindir}/mysql_tzinfo_to_sql
  461. %{_bindir}/mysql_upgrade
  462. %{_bindir}/mysqld_multi
  463. %{_bindir}/mysqld_safe
  464. %{_bindir}/mysqld_safe_helper
  465. %{_bindir}/mysqldumpslow
  466. %{_bindir}/mysqlhotcopy
  467. %{_bindir}/mysqltest
  468. %{_bindir}/perror
  469. %{_bindir}/replace
  470. %{_bindir}/resolve_stack_dump
  471. %{_bindir}/resolveip
  472. %{_bindir}/wsrep*
  473. %{_sbindir}/mariadbd
  474. %{_sbindir}/mysqld
  475. %{_sbindir}/rcmysql
  476. %dir %{_libdir}/mysql
  477. %dir %{_libdir}/mysql/plugin
  478. %attr(0700,mysql,root) %dir %{_libdir}/mysql/plugin/auth_pam_tool_dir
  479. %attr(4755,root,root) %{_libdir}/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
  480. %{_libdir}/mysql/plugin/*.so
  481. %exclude %{_libdir}/mysql/plugin/ha_connect.so
  482. %exclude %{_libdir}/mysql/plugin/ha_mroonga.so
  483. %exclude %{_datadir}/mysql/mroonga
  484. %dir %{_sysconfdir}/my.cnf.d
  485. %config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
  486. %config(noreplace) %{_sysconfdir}/my.cnf.d/server.cnf
  487. %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
  488. %{_sysconfdir}/init.d/mysql
  489. %{_datadir}/mysql
  490. %attr(755, mysql, mysql) %dir %{mysqldatadir}
  491. %ifarch x86_64
  492. %{_bindir}/mariadb-ldb
  493. %{_bindir}/myrocks_hotbackup
  494. %{_bindir}/mysql_ldb
  495. %{_bindir}/sst_dump
  496. %exclude %{_libdir}/mysql/plugin/ha_tokudb.so
  497. %endif
  498. %files mroonga
  499. %defattr(-, root, root)
  500. %{!?_licensedir:%global license %%doc}
  501. %license groonga groonga-normalizer-mysql
  502. %{_libdir}/mysql/plugin/ha_mroonga.so
  503. %{_datadir}/mysql/mroonga
  504. %files connect
  505. %defattr(-, root, root)
  506. %{_libdir}/mysql/plugin/ha_connect.so
  507. %files galera
  508. %defattr(-, root, root)
  509. %doc Docs/README-wsrep
  510. %doc %{_mandir}/man1/galera_new_cluster.1*
  511. %doc %{_mandir}/man1/galera_recovery.1*
  512. %dir %{_sysconfdir}/my.cnf.d
  513. %config(noreplace) %{_sysconfdir}/my.cnf.d/galera.cnf
  514. %{_bindir}/galera_new_cluster
  515. %{_bindir}/galera_recovery
  516. %ifarch x86_64
  517. %files tokudb
  518. %defattr(-, root, root)
  519. %dir %{_sysconfdir}/my.cnf.d
  520. %config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf
  521. %{_libdir}/mysql/plugin/ha_tokudb.so
  522. %{_bindir}/tokuft*
  523. %doc %{_mandir}/man1/tokuft*
  524. %endif
  525. %files client
  526. %defattr(-, root, root)
  527. %{!?_licensedir:%global license %%doc}
  528. %license COPYING* EXCEPTIONS-CLIENT
  529. %config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
  530. %{_bindir}/mariadb
  531. %{_bindir}/mariadb-access
  532. %{_bindir}/mariadb-admin
  533. %{_bindir}/mariadb-binlog
  534. %{_bindir}/mariadb-check
  535. %{_bindir}/mariadb-dump
  536. %{_bindir}/mariadb-find-rows
  537. %{_bindir}/mariadb-import
  538. %{_bindir}/mariadb-plugin
  539. %{_bindir}/mariadb-show
  540. %{_bindir}/mariadb-slap
  541. %{_bindir}/mariadb-waitpid
  542. %{_bindir}/msql2mysql
  543. %{_bindir}/mysql
  544. %{_bindir}/mysql_find_rows
  545. %{_bindir}/mysql_plugin
  546. %{_bindir}/mysql_waitpid
  547. %{_bindir}/mysqlaccess
  548. %{_bindir}/mysqladmin
  549. %{_bindir}/mysqlbinlog
  550. %{_bindir}/mysqlcheck
  551. %{_bindir}/mysqldump
  552. %{_bindir}/mysqlimport
  553. %{_bindir}/mysqlshow
  554. %{_bindir}/mysqlslap
  555. %{_bindir}/mytop
  556. %doc %{_mandir}/man1/mariadb.1.gz
  557. %doc %{_mandir}/man1/mariadb-access.1.gz
  558. %doc %{_mandir}/man1/mariadb-admin.1.gz
  559. %doc %{_mandir}/man1/mariadb-binlog.1.gz
  560. %doc %{_mandir}/man1/mariadb-check.1.gz
  561. %doc %{_mandir}/man1/mariadb-dump.1.gz
  562. %doc %{_mandir}/man1/mariadb-find-rows.1.gz
  563. %doc %{_mandir}/man1/mariadb-import.1.gz
  564. %doc %{_mandir}/man1/mariadb-plugin.1.gz
  565. %doc %{_mandir}/man1/mariadb-show.1.gz
  566. %doc %{_mandir}/man1/mariadb-slap.1.gz
  567. %doc %{_mandir}/man1/mariadb-waitpid.1.gz
  568. %doc %{_mandir}/man1/msql2mysql.1*
  569. %doc %{_mandir}/man1/mysql.1*
  570. %doc %{_mandir}/man1/mysql_find_rows.1*
  571. %doc %{_mandir}/man1/mysql_waitpid.1*
  572. %doc %{_mandir}/man1/mysqlaccess.1*
  573. %doc %{_mandir}/man1/mysqladmin.1*
  574. %doc %{_mandir}/man1/mysqlbinlog.1*
  575. %doc %{_mandir}/man1/mysqlcheck.1*
  576. %doc %{_mandir}/man1/mysqldump.1*
  577. %doc %{_mandir}/man1/mysqlimport.1*
  578. %doc %{_mandir}/man1/mysql_plugin.1*
  579. %doc %{_mandir}/man1/mysqlshow.1*
  580. %doc %{_mandir}/man1/mysqlslap.1*
  581. %files devel
  582. %defattr(-, root, root)
  583. %doc %{_mandir}/man1/mysql_config.1*
  584. %{_bindir}/mariadb_config
  585. %{_bindir}/mysql_config
  586. %{_includedir}/mysql
  587. %{_datadir}/aclocal/mysql.m4
  588. %{_datadir}/pkgconfig/mariadb.pc
  589. %exclude %{_libdir}/pkgconfig/libmariadb.pc
  590. %{_libdir}/*.so
  591. %{_sysconfdir}/rpm/*
  592. %{_bindir}/mariadb-embedded
  593. %{_bindir}/mysql_embedded
  594. %doc %{_mandir}/man1/mariadb-embedded.1.gz
  595. %doc %{_mandir}/man1/mysql_embedded.1*
  596. %files static
  597. %defattr(-,root,root)
  598. %{_libdir}/lib*.a
  599. %if %{with source}
  600. %files source
  601. %defattr(-, root, root)
  602. %{_datadir}/mariadb-source
  603. %endif
  604. %files test
  605. %defattr(-, root, root)
  606. %attr(-, root, root) %{_datadir}/mysql-test
  607. %{_bindir}/mariadb-client-test
  608. %{_bindir}/mariadb-client-test-embedded
  609. %{_bindir}/mariadb-test
  610. %{_bindir}/mariadb-test-embedded
  611. %{_bindir}/mysql_client_test
  612. %{_bindir}/mysql_client_test_embedded
  613. %{_bindir}/mysqltest_embedded
  614. %{_bindir}/test-connect-t
  615. %doc %{_mandir}/man1/mariadb-client-test-embedded.1.gz
  616. %doc %{_mandir}/man1/mariadb-client-test.1.gz
  617. %doc %{_mandir}/man1/mariadb-test-embedded.1.gz
  618. %doc %{_mandir}/man1/mariadb-test.1.gz
  619. %doc %{_mandir}/man1/mysql_client_test.1*
  620. %doc %{_mandir}/man1/mysql-stress-test.pl.1*
  621. %doc %{_mandir}/man1/mysql-test-run.pl.1*
  622. %doc %{_mandir}/man1/mysql_client_test_embedded.1*
  623. %doc %{_mandir}/man1/mysqltest_embedded.1*
  624. %files embedded
  625. %defattr(-,root,root)
  626. %{_libdir}/libmariadbd.so.*
  627. %changelog
  628. * Fri Aug 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.7-1
  629. - new upstream release.
  630. - replaced patch1000 to update Groonga to v9.0.7.
  631. * Fri May 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.15-1
  632. - new upstream release.
  633. - replaced patch1000 to update Groonga to v9.0.3.
  634. - added BR:lz4-devel.
  635. * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.14-1
  636. - new upstream release.
  637. - replaced patch1000 to update Groonga to v9.0.2.
  638. - added a subpackage for galera cluster.
  639. - enabled regexp with groonga.
  640. * Thu Jan 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.12-1
  641. - new upstream release.
  642. - replaced patch1000 to update Groonga to v8.1.1.
  643. * Fri Nov 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.11-1
  644. - new upstream release.
  645. - replaced patch1000 to update Mroonga to v8.09.
  646. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-2
  647. - drop shared client library.
  648. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-1
  649. - new upstream release.
  650. - replaced patch1000 to update Mroonga to v8.07.
  651. * Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.14-1
  652. - new upstream release.
  653. - replaced patch1000 to update Mroonga to v8.01.
  654. * Sat Dec 02 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.11-1
  655. - new upstream release.
  656. - replaced patch1000 to update Mroonga to v7.09.
  657. * Sun Jul 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.7-1
  658. - new upstream release.
  659. - replaced patch1000 to update Mroonga to v7.04.
  660. * Thu May 4 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.23-1
  661. - new upstream release.
  662. - replaced patch1000 to update Mroonga to v7.02.
  663. * Thu Mar 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.22-1
  664. - new upstream release.
  665. - replaced patch1000 to update Mroonga to v7.00.
  666. * Wed Dec 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.20-1
  667. - new upstream release.
  668. - replaced patch1000 to update Mroonga to v6.11.
  669. * Tue Jul 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.16-1
  670. - new upstream release.
  671. - replaced patch1000 to update Mroonga to v6.06.
  672. * Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.14-1
  673. - new upstream release.
  674. - replaced patch1000 to update Mroonga to v6.02.
  675. * Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.13-1
  676. - new upstream release.
  677. - replaced patch1000 to update Mroonga to v6.01.
  678. * Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.12-1
  679. - new upstream release.
  680. - replaced patch1000 to update Mroonga to git HEAD.
  681. * Sat Jan 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.11-1
  682. - new upstream release.
  683. - replaced patch1000 to update Mroonga to v5.12.
  684. * Fri Jan 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.10-1
  685. - new upstream release.
  686. - replaced patch1000 to update Mroonga to v5.11.
  687. - moved CONNECT and TokuDB storage engines to subpackages.
  688. * Sun Nov 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-4
  689. - replaced patch1000 to update Mroonga to git HEAD.
  690. * Sat Nov 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-3
  691. - replaced patch1000 to update Mroonga to git HEAD.
  692. * Thu Nov 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-2
  693. - replaced patch1000 to update Mroonga to git HEAD.
  694. * Tue Nov 24 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-1
  695. - new upstream release.
  696. - replaced patch1000 to update Mroonga to git HEAD.
  697. * Fri Oct 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-3
  698. - added BR:jemalloc-devel.
  699. * Thu Oct 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-2
  700. - replaced patch1000 to update Mroonga to 5.09.
  701. * Wed Oct 21 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-1
  702. - new upstream release.
  703. - replaced patch1000 for MariaDB 10.1.8.
  704. * Fri Oct 9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-3
  705. - replaced patch1000 to update Mroonga to 5.08.
  706. * Mon Aug 31 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-2
  707. - replaced patch1000 to update Mroonga to 5.06.
  708. * Mon Aug 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-1
  709. - new upstream release.
  710. - added patch1000 to update Mroonga from 5.02 to 5.05.
  711. * Tue Jun 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-2
  712. - fixed dependencies.
  713. * Fri Jun 19 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-1
  714. - new upstream release.
  715. * Sun May 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.19-1
  716. - new upstream release.
  717. * Fri May 8 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.18-1
  718. - new upstream release.
  719. * Tue Mar 3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.17-1
  720. - new upstream release.
  721. * Wed Jan 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.16-1
  722. - new upstream release.
  723. * Wed Nov 26 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.15-1
  724. - new upstream release.
  725. - enabled bundled Mroonga.
  726. * Mon Sep 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.14-1
  727. - new upstream release.
  728. * Sat May 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.11-1
  729. - new upstream release.
  730. * Sun Apr 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-2
  731. - fixed Conflicts: and Obsoletes:.
  732. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-1
  733. - new upstream release.
  734. * Mon Mar 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.9-1
  735. - new upstream release.
  736. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.8-1
  737. - new upstream release.
  738. * Sat Dec 07 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-2
  739. - removed duplicated files.
  740. * Wed Dec 04 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-1
  741. - switched to MariaDB.
  742. * Wed Feb 20 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.30-1
  743. - new upstream release.
  744. * Fri Nov 16 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.28-1
  745. - new upstream release.
  746. * Sat Sep 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.27-1
  747. - new upstream release.
  748. - added a sub-package 'MySQL-source".
  749. - added some macros for rpm.
  750. * Thu Jun 21 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.25-1
  751. - new upstream release.
  752. * Thu May 10 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.24-1
  753. - new upstream release.
  754. * Tue May 01 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.23-1
  755. - new upstream release.
  756. - added "Vendor:" and "Distribution:" tag.
  757. * Tue Aug 23 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.15-1
  758. - new upstream release.
  759. - removed NDB cluster support.
  760. * Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-3
  761. - Added "BR: zlib-devel" to MySQL-devel.
  762. * Sun Apr 03 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-2
  763. - Added "BR: openssl-devel" to MySQL-devel.
  764. * Fri Mar 11 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-1
  765. - new upstream release.
  766. * Mon Jan 10 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.54-1
  767. - new upstream release.
  768. - updated jp-patch.
  769. - added ssl support.
  770. * Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
  771. - new upstream release.
  772. - replaced '%%__find_requires' to '%%__perl_requires'.
  773. - updated jp-patch.
  774. * Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
  775. - added mysql-5.1.44-lib64.patch (on x86_64)
  776. - added -fPIC (on x86_64)
  777. * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.44-2
  778. - made embedded package again
  779. * Fri Mar 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.44-1
  780. - new upstream release.
  781. - updated jp-patch.
  782. * Thu Feb 04 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-2
  783. - VineSeed: rebuilt with new toolchain.
  784. * Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-1
  785. - new upstream release.
  786. - fixed CVE-2009-4484.
  787. * Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
  788. - new upstream release.
  789. * Thu Nov 19 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-2
  790. - added net-tools to 'Requires'.
  791. - added groff to 'BuildRequires'.
  792. - renamed subpackage 'MySQL-shared' to 'libmysqlclient16' (VineSeed only).
  793. * Tue Nov 10 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-1
  794. - new upstream release.
  795. * Sat Sep 26 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.39-1
  796. - new upstream release.
  797. * Sun Jul 5 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.36-1
  798. - new upstream release.
  799. - dropped %%Patch100 (fixed in upstream).
  800. * Sat Jun 6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.35-1
  801. - new upstream release.
  802. - add %%Patch100 (no longer needed for MySQL-5.1.36 or later).
  803. * Thu May 21 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.34-1
  804. - new upstream release.
  805. - rename 'MySQL-bench' to 'MySQL-test'.
  806. - update Patch0.
  807. - change default charset to 'utf8'.
  808. * Sat Apr 12 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.51a-1
  809. - new upstream release.
  810. - update Patch0.
  811. - add "--with-client-charset=ujis".
  812. - sync %%files to official RPM.
  813. - remove MySQL-Max.
  814. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl7
  815. - for VineSeed
  816. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl6
  817. - move shared library from /usr/lib/ to /usr/lib/mysql/
  818. - add /etc/ld.so.conf.d/*.conf
  819. - fix broken libmysqlcient*.la files (or should we remove them permanently?)
  820. * Sat Jun 16 2007 IWAI, Masaharu <iwai@alib.jp> 5.0.27-0vl5
  821. - rebuild <BTS:VineLinux:534>
  822. * Mon Nov 13 2006 NAKAMURA Kenta <kenta@vinelinux.org> 5.0.27-0vl4
  823. - added -fPIC
  824. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl3
  825. - fixed dependency. <BTS:338>
  826. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl2
  827. - add %%Patch1. <BTS:320>
  828. * Sat Oct 28 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl1
  829. - new upstream release.
  830. * Fri Oct 27 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.26-0vl1
  831. - new upstream release.
  832. * Sat Jun 3 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.22-0vl1
  833. - new upstream release.
  834. * Sat May 13 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl1
  835. - release++.
  836. * Wed May 10 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl0
  837. - new upstream release.
  838. - for VineSeed.
  839. * Wed Feb 8 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.16-0vl0
  840. - new upstream release.
  841. - replace Patch0 for MySQL-4.1.16.
  842. * Thu Oct 6 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.14-0vl0
  843. - new upstream release.
  844. - add Patch0.
  845. * Tue Sep 6 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.25-0vl0
  846. - new upstream version
  847. -- mysql-4.0.25
  848. * Fri Jan 21 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.23-0vl0
  849. - new upstream version
  850. -- mysql-4.0.23
  851. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.22-0vl0
  852. - new upstream version
  853. -- mysql-4.0.22
  854. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.21-0vl1
  855. - new upstream version
  856. -- mysql-4.0.21
  857. * Fri May 21 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.20-0vl1
  858. - new upstream version
  859. -- mysql-4.0.20
  860. * Tue May 04 2004 Tomoya TAKA <taka@vinelinux.org> 4.0.18-0vl2
  861. - modify CFLAGS, CXXFLAGS and configure options for alpha
  862. * Tue Mar 23 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.18-0vl1
  863. - Upgraded to MySQL-4
  864. - added "with-charset=ujis" and "without-readline" to configure (vineseed-plus-02150)
  865. - merged to MySQL Official packages
  866. -- renamed package "MySQL" to "MySQL-server"
  867. -- when using gcc, _always_ use CXX=gcc
  868. -- replaced Copyright with License field (Copyright is obsolete)
  869. -- added myisam_ftdump to the Server package
  870. -- marked /etc/logrotate.d/mysql as a config file (BUG 2156)
  871. -- fixed file permissions (BUG 1672)
  872. -- removed dependency on MySQL-client from the MySQL-devel subpackage
  873. -- as it is not really required. (BUG 1610)
  874. -- Fixed BUG 1162 (removed macro names from the changelog)
  875. -- Really fixed BUG 998 (disable the checking for installed but
  876. -- unpackaged files)
  877. -- Fixed BUG 959 (libmysqld not being compiled properly)
  878. -- Fixed BUG 998 (RPM build errors): added missing files to the
  879. -- distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
  880. -- mysql_fix_privilege_tables.1), removed "-n" from install section.
  881. -- removed the GIF Icon (file was not included in the sources anyway)
  882. -- removed unused variable shared_lib_version
  883. -- do not run automake before building the standard binary
  884. -- (should not be necessary)
  885. -- add server suffix '-standard' to standard binary (to be in line
  886. -- with the binary tarball distributions)
  887. -- allow overriding CC and CXX (required when building
  888. -- with other compilers)
  889. * Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.23.56-0vl5
  890. - added BuildRequires: automake16
  891. * Thu Apr 03 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl3
  892. - add '-fPIC -DPIC' to CFLAGS on alpha
  893. - little fix of spec file
  894. * Thu Mar 27 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl2
  895. - enable MySQL-shared subpackage for alpha
  896. - delete 'BuildPrereq: kernel24-headers' for alpha
  897. - fix shared %files (exclude sparc)
  898. * Tue Mar 18 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.56-0vl1
  899. - new upstream version
  900. * Sun Mar 9 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.23.55-0vl2
  901. - fixed devel %files (dropped *.la files)
  902. * Tue Jan 28 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.55-0vl1
  903. - new upstream version
  904. - fixed document permission
  905. * Sat Dec 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.54a-0vl1
  906. - new upstream version
  907. * Sat Oct 19 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl2
  908. - dropped MySQL-Max sub-pakage for sparc/sparc64/alpha
  909. -- don't work
  910. * Wed Oct 16 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl1
  911. - new upstream version
  912. - diseble-assembler in configure on sparc,sparc64,alpha
  913. * Wed Aug 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.52-0vl1
  914. - new upstream version
  915. - moved some man files to main package
  916. - added enable-local-infile in configure
  917. - changed --with-extra-charsets=all in configure
  918. * Fri Jun 14 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl2
  919. - fixed changelog
  920. * Thu Jun 13 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl1
  921. - updated to mysql-3.23.51
  922. * Fri Mar 15 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl2
  923. - rebuild on zlib-1.1.4(security fix.)
  924. * Mon Feb 18 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl1
  925. - updated to mysql-2.23.49
  926. * Tue Feb 12 2002 Tomoya TAKA <taka@vinelinux.org> 3.23.48-0vl2
  927. - add 'BuildPrereq: kernel24-headers' on alpha
  928. - remove shared library and max on alpha
  929. * Tue Feb 12 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.48-0vl1
  930. - updated to mysql-3.23.48
  931. * Thu Jan 03 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.47-0vl1
  932. - updated to mysql-3.23.47
  933. * Wed Dec 05 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.46-0vl1
  934. - updated to mysql-3.23.46
  935. * Thu Nov 29 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.45-0vl1
  936. - updated to mysql-3.23.45
  937. * Mon Nov 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.44-0vl1
  938. - updated to mysql-3.23.44
  939. * Sat Oct 13 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.43-0vl1
  940. - updated to mysql-3.23.43
  941. - removed shared library and max on sparc
  942. * Wed Sep 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.42-0vl1
  943. - updated to mysql-3.23.42
  944. - changed MYSQL_BUILD_CC: and MYSQL_BUILD_XCC: to -gcc
  945. * Thu Aug 30 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.41-0vl1
  946. - updated to mysql-3.23.41
  947. * Wed Aug 22 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.40-0vl1
  948. - updated to mysql-3.23.40
  949. * Tue Jul 10 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.39-0vl1
  950. - updated to mysql-3.23.39
  951. * Fri Jun 15 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  952. - added configure --with-charset=ujis
  953. * Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  954. - used some rpmmacro
  955. * Fri May 25 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl1
  956. - updated to MySQL-3.23.38
  957. * Thu Dec 07 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl2
  958. - removed Bench pakages
  959. * Tue Dec 05 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl1
  960. - removed pt_BR locale
  961. - build on Vine Linux
  962. - partially used rpmmacros
  963. - added %clean tag
  964. * Fri Aug 18 2000 Tim Smith <tim@mysql.com>
  965. - Added separate libmysql_r directory; now both a threaded
  966. and non-threaded library is shipped.
  967. * Tue Sep 28 1999 David Axmark <davida@mysql.com>
  968. - Added the support-files/my-example.cnf to the docs directory.
  969. - Removed devel dependency on base since it is about client
  970. development.
  971. * Wed Sep 8 1999 David Axmark <davida@mysql.com>
  972. - Cleaned up some for 3.23.
  973. * Thu Jul 1 1999 David Axmark <davida@mysql.com>
  974. - Added support for shared libraries in a separate sub
  975. package. Original fix by David Fox (dsfox@cogsci.ucsd.edu)
  976. - The --enable-assembler switch is now automatically disables on
  977. platforms there assembler code is unavailable. This should allow
  978. building this RPM on non i386 systems.
  979. * Mon Feb 22 1999 David Axmark <david@detron.se>
  980. - Removed unportable cc switches from the spec file. The defaults can
  981. now be overridden with environment variables. This feature is used
  982. to compile the official RPM with optimal (but compiler version
  983. specific) switches.
  984. - Removed the repetitive description parts for the sub rpms. Maybe add
  985. again if RPM gets a multiline macro capability.
  986. - Added support for a pt_BR translation. Translation contributed by
  987. Jorge Godoy <jorge@bestway.com.br>.
  988. * Wed Nov 4 1998 David Axmark <david@detron.se>
  989. - A lot of changes in all the rpm and install scripts. This may even
  990. be a working RPM :-)
  991. * Sun Aug 16 1998 David Axmark <david@detron.se>
  992. - A developers changelog for MySQL is available in the source RPM. And
  993. there is a history of major user visible changed in the Reference
  994. Manual. Only RPM specific changes will be documented here.