Skip to content

Commit 5589133

Browse files
committed
Addendum to the fix for bug #20085672: fixed the changelog year
1 parent ad3b185 commit 5589133

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packaging/rpm-docker/mysql.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ rm -r $(readlink var) var
287287
%dir %attr(750, mysql, mysql) /var/lib/mysql-files
288288

289289
%changelog
290+
* Mon Mar 14 2016 Georgi Kodinov <[email protected]> - 5.6.31-1
291+
- Add test_udf_services.so plugin
292+
290293
* Thu Jun 25 2015 Balasubramanian Kandasamy <[email protected]> - 5.6.26-1
291294
- Update package names
292295

packaging/rpm-fedora/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n
718718
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
719719

720720
%changelog
721-
* Mon Mar 14 2015 Georgi Kodinov <[email protected]> - 5.6.31-1
721+
* Mon Mar 14 2016 Georgi Kodinov <[email protected]> - 5.6.31-1
722722
- Add test_udf_services.so plugin
723723

724724
* Wed Jan 14 2015 Balasubramanian Kandasamy <[email protected]> - 5.6.24-1

packaging/rpm-oel/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ fi
951951
%endif
952952

953953
%changelog
954-
* Mon Mar 14 2015 Georgi Kodinov <[email protected]> - 5.6.31-1
954+
* Mon Mar 14 2016 Georgi Kodinov <[email protected]> - 5.6.31-1
955955
- Add test_udf_services.so plugin
956956

957957
* Tue Sep 29 2015 Balasubramanian Kandasamy <[email protected]> - 5.6.28-1

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ fi
820820
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
821821

822822
%changelog
823-
* Mon Mar 14 2015 Georgi Kodinov <[email protected]> - 5.6.31-1
823+
* Mon Mar 14 2016 Georgi Kodinov <[email protected]> - 5.6.31-1
824824
- Add test_udf_services.so plugin
825825

826826
* Tue Sep 29 2015 Balasubramanian Kandasamy <[email protected]> - 5.6.28-1

0 commit comments

Comments
 (0)