diff --git a/0003-build-do-not-upload-tarball-to-fedorahosted.org.patch b/0003-build-do-not-upload-tarball-to-fedorahosted.org.patch new file mode 100644 index 0000000..308cc78 --- /dev/null +++ b/0003-build-do-not-upload-tarball-to-fedorahosted.org.patch @@ -0,0 +1,38 @@ +From 16bcce2f12eb844602cf78d6c186e6d5c519fd6d Mon Sep 17 00:00:00 2001 +From: Matej Habrnal +Date: Mon, 13 Mar 2017 10:07:30 +0100 +Subject: [PATCH] build: do not upload tarball to fedorahosted.org + +fedorahosted.org was retired on March 1st, 2017. +As we have all previous tarball created from github and all +version tags are in place I choose to use github as our new +tarball source. + +We don't need to upload tarball anymore. + +Signed-off-by: Matej Habrnal +--- + Makefile.am | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index a127364..8632816 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -78,7 +78,7 @@ DIST=rawhide + scratch-build: srpm + koji build --scratch $(DIST) `make srpm | grep Wrote | cut -d' ' -f2` + +-UPLOAD_URL ?= fedorahosted.org:abrt ++UPLOAD_URL ?= localhost + + upload: dist + scp $(distdir).tar.gz $$(test -n "$$UPLOAD_LOGIN" && echo "$$UPLOAD_LOGIN@")$(UPLOAD_URL) +@@ -114,4 +114,3 @@ release: + git tag "$$NEW_VER"; \ + echo -n "$$NEW_VER" > abrt-version + autoconf --force +- $(MAKE) upload +-- +2.9.4 + diff --git a/0004-Fix-Typo.patch b/0004-Fix-Typo.patch new file mode 100644 index 0000000..1aeee4e --- /dev/null +++ b/0004-Fix-Typo.patch @@ -0,0 +1,26 @@ +From 98bca432496794889dc748d24bc07759382d1b77 Mon Sep 17 00:00:00 2001 +From: kprkpr +Date: Tue, 14 Mar 2017 15:41:11 +0100 +Subject: [PATCH] Fix Typo + +Daemize -> Daemonize +--- + src/daemon/abrt-upload-watch.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/daemon/abrt-upload-watch.c b/src/daemon/abrt-upload-watch.c +index a42b285..137135c 100644 +--- a/src/daemon/abrt-upload-watch.c ++++ b/src/daemon/abrt-upload-watch.c +@@ -278,7 +278,7 @@ main(int argc, char **argv) + struct options program_options[] = { + OPT__VERBOSE(&g_verbose), + OPT_BOOL('s', NULL, NULL , _("Log to syslog")), +- OPT_BOOL('d', NULL, NULL , _("Daemize")), ++ OPT_BOOL('d', NULL, NULL , _("Daemonize")), + OPT_INTEGER('w', NULL, &concurrent_workers, _("Number of concurrent workers. Default is "STRINGIZE(DEFAULT_COUNT_OF_WORKERS))), + OPT_INTEGER('c', NULL, &cache_size_mib, _("Maximal cache size in MiB. Default is "STRINGIZE(DEFAULT_CACHE_MIB_SIZE))), + OPT_END() +-- +2.9.4 + diff --git a/0005-Spelling-fixes.patch b/0005-Spelling-fixes.patch new file mode 100644 index 0000000..0e0cbf3 --- /dev/null +++ b/0005-Spelling-fixes.patch @@ -0,0 +1,405 @@ +From 3cd13f7b688fe02e221a6d483c9b241643c41a40 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Ville=20Skytt=C3=A4?= +Date: Sun, 26 Mar 2017 00:03:42 +0200 +Subject: [PATCH] Spelling fixes + +--- + doc/abrt-dump-journal-oops.txt | 2 +- + doc/abrt-dump-journal-xorg.txt | 6 +++--- + doc/abrt-server.txt | 2 +- + doc/deployment/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml | 2 +- + doc/doxygen.cfg | 2 +- + doc/project/abrt.tex | 6 +++--- + maint/pull-translations | 2 +- + src/configuration-gui/abrt-config-widget.c | 4 ++-- + src/daemon/abrt-action-save-package-data.c | 4 ++-- + src/daemon/abrt-action-save-package-data.conf | 2 +- + src/daemon/abrt.conf | 2 +- + src/dbus/abrt_problems2_session.c | 10 +++++----- + src/dbus/abrt_problems2_task_new_problem.c | 2 +- + src/lib/hooklib.c | 2 +- + src/lib/ignored_problems.c | 2 +- + src/lib/notify_new_path.c | 4 ++-- + src/plugins/abrt-action-analyze-c.c | 2 +- + src/plugins/abrt-action-install-debuginfo.in | 2 +- + src/plugins/abrt-action-list-dsos | 2 +- + src/plugins/abrt-dump-journal-core.c | 2 +- + src/plugins/vimrc_event.conf | 2 +- + src/plugins/xorg.conf | 2 +- + src/python-problem/doc/properties.rst | 4 ++-- + 23 files changed, 35 insertions(+), 35 deletions(-) + +diff --git a/doc/abrt-dump-journal-oops.txt b/doc/abrt-dump-journal-oops.txt +index e0b8d79..ddeb9fe 100644 +--- a/doc/abrt-dump-journal-oops.txt ++++ b/doc/abrt-dump-journal-oops.txt +@@ -45,7 +45,7 @@ OPTIONS + Same as -d DumpLocation, DumpLocation is specified in abrt.conf + + -s CURSOR:: +- Starts scannig systemd-journal from CURSOR ++ Starts scanning systemd-journal from CURSOR + + -e:: + Starts following systemd-journal from the end +diff --git a/doc/abrt-dump-journal-xorg.txt b/doc/abrt-dump-journal-xorg.txt +index 8f531b9..c860c29 100644 +--- a/doc/abrt-dump-journal-xorg.txt ++++ b/doc/abrt-dump-journal-xorg.txt +@@ -32,11 +32,11 @@ Configuration file + ~~~~~~~~~~~~~~~~~~ + The conf file is located in /etc/abrt/plugins/xorg.conf. + Configuration file lines should have 'PARAM = VALUE' format. The parameters for +-abrt-dump-jounral-xorg are: ++abrt-dump-journal-xorg are: + + 'JournalFilters':: + Specify list of comma separated filters which are used for searching Xorg +- crashes in jounral (e.g. JournalFilters = _COMM=gdm-x-session, [...]) ++ crashes in journal (e.g. JournalFilters = _COMM=gdm-x-session, [...]) + + OPTIONS + ------- +@@ -56,7 +56,7 @@ OPTIONS + Same as -d DumpLocation, DumpLocation is specified in abrt.conf + + -s CURSOR:: +- Starts scannig systemd-journal from CURSOR ++ Starts scanning systemd-journal from CURSOR + + -e:: + Starts following systemd-journal from the end +diff --git a/doc/abrt-server.txt b/doc/abrt-server.txt +index bf9b40d..22fb4cb 100644 +--- a/doc/abrt-server.txt ++++ b/doc/abrt-server.txt +@@ -35,7 +35,7 @@ Protocol + Initializing new dump: + connect to UNIX domain socket /var/run/abrt.socket + +-Providing data (writting data to the socket): ++Providing data (writing data to the socket): + + ------------------------------------------------- + -> "POST / HTTP/1.1\r\n" +diff --git a/doc/deployment/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml b/doc/deployment/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml +index 0aaffab..9661b95 100644 +--- a/doc/deployment/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml ++++ b/doc/deployment/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml +@@ -13,7 +13,7 @@ + + For Red Hat Enterprise Linux 6.2, the Automatic Bug Reporting Tool has been upgraded to version 2.0. The ABRT 2-series brings major improvements to automatic bug detection and reporting. + +- +