From eff763cdc0e767dfc7ac40de520c598e3b642bf1 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Feb 20 2013 08:55:41 +0000 Subject: Update to 5.2.13 --- diff --git a/.gitignore b/.gitignore index f4cee29..0546f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ bacula-docs-5.0.3.tar.bz2 /bacula-5.2.10.tar.gz /bacula-5.2.11.tar.gz /bacula-5.2.12.tar.gz +/bacula-5.2.13.tar.gz diff --git a/bacula-5.2.11-bat-build.patch b/bacula-5.2.11-bat-build.patch deleted file mode 100644 index 24196c5..0000000 --- a/bacula-5.2.11-bat-build.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Naur bacula-5.2.11.old/src/qt-console/bat.pro.in bacula-5.2.11/src/qt-console/bat.pro.in ---- bacula-5.2.11.old/src/qt-console/bat.pro.in 2012-09-12 14:02:40.954271883 +0200 -+++ bacula-5.2.11/src/qt-console/bat.pro.in 2012-09-12 14:03:21.913062191 +0200 -@@ -6,13 +6,13 @@ - # - # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - # --CONFIG += qt debug @QWT@ -+CONFIG += qt release @QWT@ - - bins.path = /$(DESTDIR)@sbindir@ - bins.files = bat - confs.path = /$(DESTDIR)@sysconfdir@ - confs.commands = ./install_conf_file --help.path = /$(DESTDIR)@docdir@ -+help.path = /$(DESTDIR)@htmldir@ - help.files = help/*.html images/status.png images/mail-message-new.png - - TEMPLATE = app -diff -Naur bacula-5.2.11.old/src/qt-console/main.cpp bacula-5.2.11/src/qt-console/main.cpp ---- bacula-5.2.11.old/src/qt-console/main.cpp 2012-09-12 14:02:40.940271612 +0200 -+++ bacula-5.2.11/src/qt-console/main.cpp 2012-09-12 14:03:04.496726144 +0200 -@@ -40,9 +40,9 @@ - /* - * We need Qt version 4.7.4 or later to be able to comple correctly - */ --#if QT_VERSION < 0x040704 -+#if QT_VERSION < 0x040602 - #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" --#error "You need Qt version 4.7.4 or later to build Bat" -+#error "You need Qt version 4.6.2 or later to build Bat" - #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - #endif - diff --git a/bacula-5.2.12-update-postgresql-table.patch b/bacula-5.2.12-update-postgresql-table.patch deleted file mode 100644 index 4e9c5d5..0000000 --- a/bacula-5.2.12-update-postgresql-table.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/updatedb/update_postgresql_tables_10_to_11.in b/updatedb/update_postgresql_tables_10_to_11.in -index f5df19f..1be8033 100644 ---- a/updatedb/update_postgresql_tables_10_to_11.in -+++ b/updatedb/update_postgresql_tables_10_to_11.in -@@ -10,7 +10,7 @@ bindir=@POSTGRESQL_BINDIR@ - PATH="$bindir:$PATH" - db_name=${db_name:-@db_name@} - --psql -f - -d ${db_name} $* </dev/null || useradd -u %uid -r -s /sbin/nologin \ exit 0 -%if 0%{?fedora} == 16 || 0%{?fedora} == 17 +%if 0%{?fedora} == 17 %post client if [ $1 -eq 1 ] ; then @@ -908,6 +906,10 @@ fi %changelog +* Wed Feb 20 2013 Simone Caronni - 5.2.13-1 +- Update to 5.2.13, drop upstreamed patch. +- Remove Fedora 16 (EOL) checks. + * Sun Feb 10 2013 Rahul Sundaram - 5.2.12-9 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 diff --git a/sources b/sources index a7ea3ea..3b815d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b04c22b128b73359e4bbc9de06652c38 bacula-5.2.12.tar.gz +43417bae0c221afb1f30a581c9e0f2fe bacula-5.2.13.tar.gz