diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-03 15:44:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-03 15:44:42 +0100 |
commit | 3a0421c9d27e08138df0f04a105a81119e782a39 (patch) | |
tree | fde2551fbb1ca6cc58790928d5dc1c8e3187ffa3 | |
parent | 4ff4026c131113c494f74160dea38d0e7ca6c21a (diff) |
-rw-r--r-- | mydumper.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mydumper.spec b/mydumper.spec index e1f5bea..b837aaf 100644 --- a/mydumper.spec +++ b/mydumper.spec @@ -11,7 +11,7 @@ Name: mydumper Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-performance MySQL backup tool Group: Applications/Databases @@ -43,6 +43,8 @@ Documentation: /usr/share/doc/mydumper/html/index.html %prep %setup -q +sed -e 's/-Werror//' -i CMakeLists.txt + %build cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" . @@ -73,6 +75,10 @@ rm -rf %{buildroot} %changelog +* Thu Jan 3 2013 Remi Collet <remi@fedoraproject.org> - 0.2.3-2 +- don't break build because of warnings + (lot of deprecated glib calls on fedora 18) + * Sun Apr 15 2012 Remi Collet <remi@fedoraproject.org> - 0.2.3-1 - initial package |