public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 97652d8ae509e022daa82abe63e9edf401bda028
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-06-10T13:05:43+00:00
Stats  : +21/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/97652d8ae509e022daa82abe63e9edf401bda028?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index c05a4b0..6f9b278 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.1.4.tar.gz
+abrt-1.1.5.tar.gz

diff --git a/abrt.spec b/abrt.spec
index e19425d..c169681 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -16,7 +16,7 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.1.4
+Version: 1.1.5
 Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
@@ -465,6 +465,24 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Thu Jun 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.5-1
+- GUI: polished the reporter assistant (jmoskovc@redhat.com)
+- Logger reporter: do not store useless info (vda.linux@googlemail.com)
+- ccpp hook: add SaveBinaryImage option which saves of the crashed binary (vda.linux@googlemail.com)
+- SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings rhbz#599364 (jmoskovc@redhat.com)
+- GUI: don't remove user comments when re-reporting the bug rhbz#601779 (jmoskovc@redhat.com)
+- remove "(deleted)" from executable path rhbz#593037 (jmoskovc@redhat.com)
+- CCpp analyzer: add 60 sec cap on gdb run time. (vda.linux@googlemail.com)
+- add new file *hostname* into debugdump directory (npajkovs@redhat.com)
+- rhticket: upload real tarball, not a bogus file (vda.linux@googlemail.com)
+- abrt-hook-ccpp: eliminate race between process exit and compat coredump creation rhbz#584554 (vda.linux@googlemail.com)
+- rhticket: actually do create ticket, using Gavin's lib code (vda.linux@googlemail.com)
+- properly obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
+- GUI: remember comment and howto on backtrace refresh rhbz#545690 (jmoskovc@redhat.com)
+- use header case in button label rhbz#565812 (jmoskovc@redhat.com)
+- make log window resizable (vda.linux@googlemail.com)
+- rename a few remaining /var/cache/abrt -> /var/spool/abrt (vda.linux@googlemail.com)
+
 * Wed May 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.4-1
 - added reporting wizard
 - fixed few leaked fds

diff --git a/sources b/sources
index f38ac94..0b717f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5921a5f60e3fb0af9482fffbe6078bb0  abrt-1.1.4.tar.gz
+39dfb3c2cf130dc2ffa0a99b40964e07  abrt-1.1.5.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 02218746cb0df748a1ee69dbe95c61a5e842d313
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-07-26T12:20:42+00:00
Stats  : +102/-54 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/02218746cb0df748a1ee69dbe95c61a5e842d313?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/abrt.spec b/abrt.spec
index 7ea0776..14eadee 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -16,8 +16,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.1.5
-Release: %{?pkg_release}.1
+Version: 1.1.10
+Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -26,6 +26,7 @@ Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
 Patch1: abrt_disable_gpgcheck.diff
+Patch2: blacklist_mono.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -152,36 +153,23 @@ Requires: %{name} = %{version}-%{release}
 %description plugin-bugzilla
 Plugin to report bugs into the bugzilla.
 
-%package plugin-rhfastcheck
-Summary: %{name}'s rhfastcheck plugin
+%package plugin-rhtsupport
+Summary: %{name}'s RHTSupport plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Obsoletes: abrt-plugin-catcut
+Obsoletes: abrt-plugin-rhfastcheck
+Obsoletes: abrt-plugin-rhticket
 
-%description plugin-rhfastcheck
-Plugin to quickly check RH support DB for known solution.
-
-%package plugin-rhticket
-Summary: %{name}'s rhticket plugin
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description plugin-rhticket
+%description plugin-rhtsupport
 Plugin to report bugs into RH support system.
 
-%package plugin-catcut
-Summary: %{name}'s catcut plugin
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description plugin-catcut
-Plugin to report bugs into the catcut.
-
-%package plugin-ticketuploader
+%package plugin-reportuploader
 Summary: %{name}'s ticketuploader plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
-%description plugin-ticketuploader
+%description plugin-reportuploader
 Plugin to report bugs into anonymous FTP site associated with ticketing system.
 
 %package plugin-filetransfer
@@ -241,6 +229,8 @@ Virtual package to make easy default installation on desktop environments.
 %patch0 -p1 -b .hideprefs
 # rawhide packages are not signed, so we need to disable the gpg check
 %patch1 -p1 -b .disable_gpg_check
+# general patches
+%patch2 -p1 -b .blacklist_mono
 
 %build
 %configure
@@ -319,6 +309,7 @@ fi
 %doc README COPYING
 %{_sbindir}/%{name}d
 %{_bindir}/%{name}-debuginfo-install
+%{_bindir}/%{name}-handle-upload
 %{_bindir}/%{name}-backtrace
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
@@ -347,7 +338,9 @@ fi
 
 %files devel
 %defattr(-,root,root,-)
+%{_includedir}/*
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/*
 
 %files gui
 %defattr(-,root,root,-)
@@ -413,33 +406,18 @@ fi
 %{_libdir}/%{name}/Bugzilla.GTKBuilder
 %{_mandir}/man7/%{name}-Bugzilla.7.gz
 
-%files plugin-rhfastcheck
-%defattr(-,root,root,-)
-#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhfastcheck.conf
-%{_libdir}/%{name}/librhfastcheck.so*
-#%{_libdir}/%{name}/rhfastcheck.GTKBuilder
-#%{_mandir}/man7/%{name}-rhfastcheck.7.gz
-
-%files plugin-rhticket
+%files plugin-rhtsupport
 %defattr(-,root,root,-)
-#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhticket.conf
-%{_libdir}/%{name}/librhticket.so*
-#%{_libdir}/%{name}/rhticket.GTKBuilder
-#%{_mandir}/man7/%{name}-rhticket.7.gz
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/RHTSupport.conf
+%{_libdir}/%{name}/libRHTSupport.so*
+%{_libdir}/%{name}/RHTSupport.GTKBuilder
 
-%files plugin-catcut
+%files plugin-reportuploader
 %defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf
-%{_libdir}/%{name}/libCatcut.so*
-%{_libdir}/%{name}/Catcut.GTKBuilder
-#%{_mandir}/man7/%{name}-Catcut.7.gz
-
-%files plugin-ticketuploader
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/TicketUploader.conf
-%{_libdir}/%{name}/libTicketUploader.so*
-%{_libdir}/%{name}/TicketUploader.GTKBuilder
-%{_mandir}/man7/%{name}-TicketUploader.7.gz
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/ReportUploader.conf
+%{_libdir}/%{name}/libReportUploader.so*
+%{_libdir}/%{name}/ReportUploader.GTKBuilder
+%{_mandir}/man7/%{name}-ReportUploader.7.gz
 
 %files plugin-filetransfer
 %defattr(-,root,root,-)
@@ -450,7 +428,6 @@ fi
 %files addon-python
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Python.conf
-%attr(4755, abrt, abrt) %{_libexecdir}/abrt-hook-python
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
 %{python_site}/abrt.pth
@@ -466,6 +443,66 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-1
+- blacklisted mono-core package
+- die with an error message if the database plugin is not accessible when needed (kklic@redhat.com)
+- change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk@redhat.com)
+- the Logger plugin returns a message as the result of Report() call instead of a file URL (kklic@redhat.com)
+- Cut off prelink suffixes from executable name if any (mtoman@redhat.com)
+- CCpp: abrt-debuginfo-install output lines can be long, accomodate them (dvlasenk@redhat.com)
+- do not pop up message on crash if the same crash is the same (dvlasenk@redhat.com)
+- fedora bugs do not depend on rhel bugs (npajkovs@redhat.com)
+- GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457 (jmoskovc@redhat.com)
+- added a document about interpreted language integration (kklic@redhat.com)
+- moved devel header files to inc/ and included them in -devel package (jmoskovc@redhat.com, npajkovs@redhat.com)
+- renamed abrt-utils.pc to abrt.pc (jmoskovc@redhat.com)
+- string updates based on a UI text review (kklic@redhat.com)
+- rhtsupport obsoletes the old rh plugins (jmoskovc@redhat.com)
+- list allowed items in RHTSupport.conf (kklic@redhat.com)
+- GUI: fixed package name in warning message when the packge is kernel rhbz#612191 (jmoskovc@redhat.com)
+- remove rating for python crashes (jmoskovc@redhat.com)
+- CCpp: give zero rating to an empty backtrace (jmoskovc@redhat.com)
+- GUI: allow sending crashes without rating (jmoskovc@redhat.com)
+- RHTSupport: set default URL to api.access.redhat.com/rs (dvlasenk@redhat.com)
+- abort initialization on abrt.conf parsing errors (dvlasenk@redhat.com)
+- changing NoSSLVerify to SSLVerify in bugzilla plugin (mtoman@redhat.com)
+- added rating to python crashes
+- show hostname in cli (kklic@redhat.com)
+- updated po files (jmoskovc@redhat.com)
+- added support for package specific actions rhbz#606917 (jmoskovc@redhat.com)
+- renamed TicketUploader to ReportUploader (jmoskovc@redhat.com)
+- bad hostnames on remote crashes (npajkovs@redhat.com)
+- unlimited MaxCrashReportsSize (npajkovs@redhat.com)
+- abrt_rh_support: improve error messages rhbz#608698 (vda.linux@googlemail.com)
+- Added BacktraceRemotes option. (kklic@redhat.com)
+- Allow remote crashes to not to belong to a package. Skip GPG check on remote crashes. (kklic@redhat.com)
+- remove obsolete Catcut and rhfastcheck reporters (vda.linux@googlemail.com)
+- make rhel bug point to correct place rhbz#578397 (npajkovs@redhat.com)
+- Show comment and how to reproduce fields when reporing crashes in abrt-cli (kklic@redhat.com)
+- Bash completion update (kklic@redhat.com)
+- Rename --get-list to --list (kklic@redhat.com)
+- Update man page (kklic@redhat.com)
+- Options overhaul (kklic@redhat.com)
+- abrt should not point to Fedora bugs but create new RHEL bug instead (npajkovs@redhat.com)
+- Don't show global uuid in report (npajkovs@redhat.com)
+- GUI: don't try to use action plugins as reporters (jmoskovc@redhat.com)
+- Added WatchCrashdumpArchiveDir directive to abrt.conf and related code (vda.linux@googlemail.com)
+- GUI: don't show the placehondler icon rhbz#605693 (jmoskovc@redhat.com)
+- Make "Loaded foo.conf" message less confusing (vda.linux@googlemail.com)
+- Fixed a flaw in strbuf_prepend_str (kklic@redhat.com)
+- TicketUploader: do not add '\n' to text files in crashdump (vda.linux@googlemail.com)
+- GUI: skip the plugin selection, if it's not needed (jmoskovc@redhat.com)
+- Check conf file for syntax errors (kklic@redhat.com)
+- move misplaced sanity checks in cron parser (vda.linux@googlemail.com)
+- GUI: don't require the rating for all reporters (jmoskovc@redhat.com)
+- GUI: fixed exception when there is no configure dialog for plugin rhbz#603745 (jmoskovc@redhat.com)
+- Add a GUI config dialog for RHTSupport plugin (vda.linux@googlemail.com)
+- abrt_curl: fix a problem with incorrect content-length on 32-bit arches (vda.linux@googlemail.com)
+- sosreport: save the dump directly to crashdump directory (vda.linux@googlemail.com)
+- plugin rename: rhticket -> RHTSupport (vda.linux@googlemail.com)
+- Daemon socket for reporting crashes (karel@localhost.localdomain)
+- GUI: fixed few typos (jmoskovc@redhat.com)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 

diff --git a/abrt_disable_gpgcheck.diff b/abrt_disable_gpgcheck.diff
index 7699939..26e00fc 100644
--- a/abrt_disable_gpgcheck.diff
+++ b/abrt_disable_gpgcheck.diff
@@ -1,11 +1,11 @@
---- abrt-1.1.1/src/Daemon/abrt.conf	2010-05-12 15:48:18.000000000 +0200
-+++ abrt-1.1.1_/src/Daemon/abrt.conf	2010-05-13 11:15:15.773258050 +0200
-@@ -3,7 +3,7 @@
- # only crashes in signed packages will be analyzed.
+--- abrt-1.1.10/src/Daemon/abrt.conf	2010-06-30 15:08:48.000000000 +0200
++++ abrt-1.1.10_/src/Daemon/abrt.conf	2010-07-26 13:59:27.484253074 +0200
+@@ -4,7 +4,7 @@
  # the list of public keys used to check the signature is
  # in the file gpg_keys
+ #
 -OpenGPGCheck = yes
 +OpenGPGCheck = no
+ 
  # Blacklisted packages
- BlackList = nspluginwrapper, valgrind, strace
- # Process crashes in executables which do not belong to any package?
+ #

diff --git a/blacklist_mono.patch b/blacklist_mono.patch
new file mode 100644
index 0000000..11fde35
--- /dev/null
+++ b/blacklist_mono.patch
@@ -0,0 +1,11 @@
+--- abrt-1.1.10/src/Daemon/abrt.conf	2010-07-26 14:00:36.914502040 +0200
++++ abrt-1.1.10_/src/Daemon/abrt.conf	2010-07-26 14:01:07.597502575 +0200
+@@ -8,7 +8,7 @@
+ 
+ # Blacklisted packages
+ #
+-BlackList = nspluginwrapper, valgrind, strace
++BlackList = nspluginwrapper, valgrind, strace, mono-core
+ 
+ # Process crashes in executables which do not belong to any package?
+ #

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : e96f5e28a2cf9ccf60dc05fb13f2f1ead2a32a8d
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-05-26T21:56:26+00:00
Stats  : +9/-204 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/e96f5e28a2cf9ccf60dc05fb13f2f1ead2a32a8d?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index 16b7be2..c05a4b0 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.1.3.tar.gz
+abrt-1.1.4.tar.gz

diff --git a/abrt-1.0.9-better-bz-summary.patch b/abrt-1.0.9-better-bz-summary.patch
deleted file mode 100644
index 6d3f0c3..0000000
--- a/abrt-1.0.9-better-bz-summary.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-commit fcde1a65a0a283ed785cafa8a44ae219e1a79912
-Author: Nikola Pajkovsky <npajkovs@redhat.com>
-Date:   Wed Apr 7 17:47:32 2010 +0200
-
-    add function name into summary(if it's found)
-    
-    Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
-
-diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
-index e59e9a7..bffccc1 100644
---- a/lib/Plugins/Bugzilla.cpp
-+++ b/lib/Plugins/Bugzilla.cpp
-@@ -352,8 +352,15 @@ xmlrpc_int32 ctx::new_bug(const map_crash_data_t& pCrashData)
-     const std::string& arch      = get_crash_data_item_content(pCrashData, FILENAME_ARCHITECTURE);
-     const std::string& duphash   = get_crash_data_item_content(pCrashData, CD_DUPHASH);
-     const char *reason           = get_crash_data_item_content_or_NULL(pCrashData, FILENAME_REASON);
-+    const char *function         = get_crash_data_item_content_or_NULL(pCrashData, FILENAME_CRASH_FUNCTION);
- 
-     std::string summary = "[abrt] crash in " + package;
-+    if (function != NULL && strlen(function) < 30)
-+    {
-+        summary += ": ";
-+        summary += function;
-+    }
-+
-     if (reason != NULL)
-     {
-         summary += ": ";

diff --git a/abrt-1.0.9-crash-function-detect.patch b/abrt-1.0.9-crash-function-detect.patch
deleted file mode 100644
index 0b5667a..0000000
--- a/abrt-1.0.9-crash-function-detect.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-commit f05c9b25335c84c7b5861fce80fd941ec81212f3
-Author: Karel Klic <kklic@redhat.com>
-Date:   Thu Apr 15 12:12:59 2010 +0200
-
-    Crash function is now detected even for threads without an abort frame.
-
-diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp
-index 9bdcda9..cf25c73 100644
---- a/lib/Plugins/CCpp.cpp
-+++ b/lib/Plugins/CCpp.cpp
-@@ -761,13 +761,12 @@ void CAnalyzerCCpp::CreateReport(const char *pDebugDumpDir, int force)
-         /* Get the function name from the crash frame. */
-         if (crash_thread)
-         {
-+            struct frame *crash_frame = crash_thread->frames;
-             struct frame *abort_frame = thread_find_abort_frame(crash_thread);
-             if (abort_frame)
--            {
--                struct frame *crash_frame = abort_frame->next;
--                if (crash_frame && crash_frame->function && 0 != strcmp(crash_frame->function, "??"))
--                    dd.SaveText(FILENAME_CRASH_FUNCTION, crash_frame->function);
--            }
-+                crash_frame = abort_frame->next;
-+            if (crash_frame && crash_frame->function && 0 != strcmp(crash_frame->function, "??"))
-+                dd.SaveText(FILENAME_CRASH_FUNCTION, crash_frame->function);
-         }
- 
-         backtrace_free(backtrace);

diff --git a/abrt-1.0.9-ignore_user_scripts.patch b/abrt-1.0.9-ignore_user_scripts.patch
deleted file mode 100644
index fe3783a..0000000
--- a/abrt-1.0.9-ignore_user_scripts.patch
+++ /dev/null
@@ -1,126 +0,0 @@
-commit a6daecbb32cf5fb0f71bdc14dddd35e7422dd4bb
-Author: Karel Klic <kklic@redhat.com>
-Date:   Tue Apr 13 14:57:20 2010 +0200
-
-    do not catch perl/python crashes when the script is not of known package origin
-
-diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp
-index a0ead47..5c9ecb7 100644
---- a/src/Daemon/MiddleWare.cpp
-+++ b/src/Daemon/MiddleWare.cpp
-@@ -594,43 +594,51 @@ void LoadOpenGPGPublicKey(const char* key)
- }
- 
- /**
-- * Get a package name from executable name and save
-- * package description to particular debugdump directory of a crash.
-- * @param pExecutable A name of crashed application.
-- * @param pDebugDumpDir A debugdump dir containing all necessary data.
-- * @return It return results of operation. See mw_result_t.
-+ * Returns the first full path argument in the command line or NULL.
-+ * Skips options are in form "-XXX".
-+ * Caller must delete the returned string using free().
-  */
- static char *get_argv1_if_full_path(const char* cmdline)
- {
--    char *argv1 = (char*) strchr(cmdline, ' ');
-+    const char *argv1 = strpbrk(cmdline, " \t");
-     while (argv1 != NULL)
-     {
-         /* we found space in cmdline, so it might contain
-          * path to some script like:
-          * /usr/bin/python [-XXX] /usr/bin/system-control-network
-          */
--        argv1++;
--        if (*argv1 == '-')
-+        argv1++; /* skip the space */
-+        if (*argv1 == '-') /* skip arguments */
-         {
-             /* looks like -XXX in "perl -XXX /usr/bin/script.pl", skip */
--            argv1 = strchr(argv1, ' ');
-+            argv1 = strpbrk(argv1, " \t");
-             continue;
-         }
--        /* if the string following the space doesn't start
--         * with '/' it's probably not a full path to script
--         * and we can't use it to determine the package name
--         */
--        if (*argv1 != '/')
-+        else if (*argv1 == ' ' || *argv1 == '\t') /* skip multiple spaces */
-+            continue;
-+        else if (*argv1 != '/')
-         {
--            return NULL;
-+            /* if the string following the space doesn't start
-+             * with '/' it's probably not a full path to script
-+             * and we can't use it to determine the package name
-+             */
-+            break;
-         }
-+
-+        /* cut the rest of cmdline arguments */
-         int len = strchrnul(argv1, ' ') - argv1;
--        /* cut the cmdline arguments */
--        argv1 = xstrndup(argv1, len);
--        break;
-+        return xstrndup(argv1, len);
-     }
--    return argv1;
-+    return NULL;
- }
-+
-+/**
-+ * Get a package name from executable name and save
-+ * package description to particular debugdump directory of a crash.
-+ * @param pExecutable A name of crashed application.
-+ * @param pDebugDumpDir A debugdump dir containing all necessary data.
-+ * @return It return results of operation. See mw_result_t.
-+ */
- static mw_result_t SavePackageDescriptionToDebugDump(
-                 const char *pExecutable,
-                 const char *cmdline,
-@@ -692,6 +700,7 @@ static mw_result_t SavePackageDescriptionToDebugDump(
-              * This will work only if the cmdline contains the whole path.
-              * Example: python /usr/bin/system-control-network
-              */
-+            bool knownOrigin = false;
-             char *script_name = get_argv1_if_full_path(cmdline);
-             if (script_name)
-             {
-@@ -707,9 +716,16 @@ static mw_result_t SavePackageDescriptionToDebugDump(
-                     rpm_pkg = script_pkg;
-                     scriptName = script_name;
-                     pExecutable = scriptName.c_str();
-+                    knownOrigin = true;
-                 }
-                 free(script_name);
-             }
-+
-+            if (!knownOrigin && !g_settings_bProcessUnpackaged)
-+            {
-+                log("Interpreter crashed, but no packaged script detected: '%s'", cmdline);
-+                return MW_PACKAGE_ERROR;
-+            }
-         }
- 
-         package = rpm_pkg;
-@@ -717,7 +733,7 @@ static mw_result_t SavePackageDescriptionToDebugDump(
-         VERB2 log("Package:'%s' short:'%s'", rpm_pkg, packageName.c_str());
-         free(rpm_pkg);
- 
--	if (g_setBlackList.find(packageName) != g_setBlackList.end())
-+        if (g_setBlackList.find(packageName) != g_setBlackList.end())
-         {
-             log("Blacklisted package '%s'", packageName.c_str());
-             return MW_BLACKLISTED;
-@@ -838,8 +854,8 @@ static void RunAnalyzerActions(const char *pAnalyzer, const char *pDebugDumpDir,
-             if (!action)
-             {
-                 /* GetAction() already complained if no such plugin.
--		 * If plugin exists but isn't an Action, it's not an error.
--		 */
-+                 * If plugin exists but isn't an Action, it's not an error.
-+                 */
-                 continue;
-             }
-             try

diff --git a/abrt-localizedyum.patch b/abrt-localizedyum.patch
deleted file mode 100644
index 4567a55..0000000
--- a/abrt-localizedyum.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 306a4686200c33e34c0650b6ad09b1a5a3f32a77
-Author: Jiri Moskovcak <jmoskovc@redhat.com>
-Date:   Tue Apr 13 16:51:30 2010 +0200
-
-    fixed problem with localized yum output rhbz#581804
-
-diff --git a/src/Daemon/abrt-debuginfo-install b/src/Daemon/abrt-debuginfo-install
-index 521d42a..84d2446 100755
---- a/src/Daemon/abrt-debuginfo-install
-+++ b/src/Daemon/abrt-debuginfo-install
-@@ -303,7 +303,7 @@ $debug && echo "build_ids:$build_ids"
- # When we look for debuginfo we need only -debuginfo* repos, we can disable the rest
- # and thus make it faster.
- yum_repo_opts="'--disablerepo=*'"
--for enabled_repo in `yum repolist all | grep 'enabled:' | cut -f1 -d' ' | grep -v -- '-debuginfo'`; do
-+for enabled_repo in `LANG=C yum repolist all | grep 'enabled:' | cut -f1 -d' ' | grep -v -- '-debuginfo'`; do
-     yum_repo_opts="$yum_repo_opts '--enablerepo=${enabled_repo}-debuginfo*'"
- done
- 

diff --git a/abrt.spec b/abrt.spec
index aa5947c..e19425d 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -16,7 +16,7 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.1.3
+Version: 1.1.4
 Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
@@ -465,6 +465,12 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed May 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.4-1
+- added reporting wizard
+- fixed few leaked fds
+- fixed kerneloops --- cut here --- problem
+- updated translations
+
 * Fri May 21 2010 Denys Vlasenko <dvlasenk@redhat.com> 1.1.3-1
 - More fixes for /var/cache/abrt -> /var/spool/abrt conversion
 

diff --git a/sources b/sources
index 6ac0af8..f38ac94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28ad7bde10485c255ed60945fa690313  abrt-1.1.3.tar.gz
+5921a5f60e3fb0af9482fffbe6078bb0  abrt-1.1.4.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : c8513d28d20cd632fb8fb812b7fd92e93d70b165
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-05-18T22:25:28+00:00
Stats  : +17/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/c8513d28d20cd632fb8fb812b7fd92e93d70b165?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index 36dd2d7..39ac9ff 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.1.1.tar.gz
+abrt-1.1.2.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 7e58044..2c849ce 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -16,7 +16,7 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.1.1
+Version: 1.1.2
 Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
@@ -195,6 +195,7 @@ Plugin to uploading files to a server.
 Summary: %{name}'s addon for catching and analyzing Python exceptions
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Obsoletes: gnome-python2-bugbuddy
 
 %description addon-python
 This package contains python hook and python analyzer plugin for handling
@@ -461,6 +462,19 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed May 19 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-1
+- updated translation
+- obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
+- Report "INFO: possible recursive locking detected rhbz#582378 (vda.linux@googlemail.com)
+- kill yumdownloader if abrt-debuginfo-install is terminated mid-flight (vda.linux@googlemail.com)
+- do not create Python dumps if argv[0] is not absolute (vda.linux@googlemail.com)
+- improve kerneloops hash (vda.linux@googlemail.com)
+- Move /var/cache/abrt to /var/spool/abrt. rhbz#568101. (vda.linux@googlemail.com)
+- bugzilla: better summary and decription messages (npajkovs@redhat.com)
+- renamed daemon pid and lock file rhbz#588315 (jmoskovc@redhat.com)
+- Daemon socket for reporting crashes (kklic@redhat.com)
+- Move hooklib from src/Hooks to lib/Utils (kklic@redhat.com)
+
 * Thu May 13 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-1
 - updated translations
 - removed avant-window-navigator from blacklist (jmoskovc@redhat.com)

diff --git a/sources b/sources
index d7e0297..3309e41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a358fa88e1746b5f755b1e1fb2f15c6  abrt-1.1.1.tar.gz
+47d553a62c206471df501eb624dc7677  abrt-1.1.2.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: New version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : f3025fa350ef9983c1e2361cb572d9a7d0d92556
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-04-07T13:38:25+00:00
Stats  : +133/-24 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/f3025fa350ef9983c1e2361cb572d9a7d0d92556?branch=update-2.17.9-f44

Log:
New version

---
diff --git a/.cvsignore b/.cvsignore
index 44a8899..9d5f94a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.0.8.tar.gz
+abrt-1.0.9.tar.gz

diff --git a/abrt-1.0.9-hideprefs.patch b/abrt-1.0.9-hideprefs.patch
new file mode 100644
index 0000000..668f092
--- /dev/null
+++ b/abrt-1.0.9-hideprefs.patch
@@ -0,0 +1,11 @@
+--- abrt-1.0.9/src/Gui/ccgui.glade	2010-03-31 10:34:14.000000000 +0200
++++ abrt-1.0.9_hideprefs/src/Gui/ccgui.glade	2010-03-31 21:39:27.653364662 +0200
+@@ -102,7 +102,7 @@
+                     <child>
+                       <widget class="GtkImageMenuItem" id="miPreferences">
+                         <property name="label">gtk-preferences</property>
+-                        <property name="visible">True</property>
++                        <property name="visible">False</property>
+                         <property name="use_underline">True</property>
+                         <property name="use_stock">True</property>
+                         <property name="always_show_image">True</property>

diff --git a/abrt.spec b/abrt.spec
index 4cda131..9ecca6b 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -1,15 +1,29 @@
 %{!?python_site: %define python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 # platform-dependent
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
+# please modify the "_buildid" define in a way that identifies
+# that the built package isn't the stock distribution package,
+# for example, by setting the define to ".local" or ".bz123456"
+#
+# % define _buildid .local
+
+%if 0%{?_buildid}
+%define pkg_release 0.%{?_buildid}%{?dist}
+%else
+%define pkg_release 1%{?dist}
+%endif
+
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.8
-Release: 1%{?dist}
+Version: 1.0.9
+Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
-Source: http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz
+Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
+Patch0: abrt-1.0.9-hideprefs.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -31,7 +45,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
 Requires(pre): shadow-utils
 Obsoletes: abrt-plugin-sqlite3
-Patch0: abrt_disable_gpgcheck.diff
 
 %description
 %{name} is a tool to help users to detect defects in applications and
@@ -80,17 +93,6 @@ Requires: %{name} = %{version}-%{release}
 This package contains hook for C/C++ crashed programs and %{name}'s C/C++
 analyzer plugin.
 
-#%package plugin-firefox
-#Summary: %{name}'s Firefox analyzer plugin
-#Group: System Environment/Libraries
-#Requires: gdb >= 7.0-3
-#Requires: elfutils
-#Requires: yum-utils
-#Requires: %{name} = %{version}-%{release}
-
-#%description plugin-firefox
-#This package contains hook for Firefox
-
 %package addon-kerneloops
 Summary: %{name}'s kerneloops addon
 Group: System Environment/Libraries
@@ -148,6 +150,22 @@ Requires: %{name} = %{version}-%{release}
 %description plugin-bugzilla
 Plugin to report bugs into the bugzilla.
 
+%package plugin-rhfastcheck
+Summary: %{name}'s rhfastcheck plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-rhfastcheck
+Plugin to quickly check RH support DB for known solution.
+
+%package plugin-rhticket
+Summary: %{name}'s rhticket plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-rhticket
+Plugin to report bugs into RH support system.
+
 %package plugin-catcut
 Summary: %{name}'s catcut plugin
 Group: System Environment/Libraries
@@ -217,7 +235,7 @@ Virtual package to make easy default installation on desktop environments.
 
 %prep
 %setup -q
-%patch0 -p1 -b .disable_gpg
+%patch0 -p1 -b .hideprefs
 
 %build
 %configure
@@ -261,6 +279,13 @@ exit 0
 %post
 /sbin/chkconfig --add %{name}d
 
+%post gui
+# update icon cache
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 %post libs -p /sbin/ldconfig
 
 %preun
@@ -271,6 +296,12 @@ fi
 
 %postun libs -p /sbin/ldconfig
 
+%postun gui
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 %posttrans
 if [ "$1" -eq "0" ]; then
     service %{name}d condrestart >/dev/null 2>&1 || :
@@ -313,10 +344,13 @@ fi
 %files gui
 %defattr(-,root,root,-)
 %{_bindir}/%{name}-gui
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+# all glade, gtkbuilder and py files for gui
+%{_datadir}/%{name}/*.py*
+%{_datadir}/%{name}/*.glade
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/pixmaps/abrt.png
-%{_datadir}/icons/hicolor/48x48/apps/*.png
+%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/%{name}/icons/hicolor/*/status/*
 %{_bindir}/%{name}-applet
 %{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
 
@@ -327,9 +361,6 @@ fi
 %{_libdir}/%{name}/libCCpp.so*
 %{_libexecdir}/abrt-hook-ccpp
 
-#%files plugin-firefox
-#%{_libdir}/%{name}/libFirefox.so*
-
 %files addon-kerneloops
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf
@@ -373,6 +404,20 @@ fi
 %{_libdir}/%{name}/Bugzilla.GTKBuilder
 %{_mandir}/man7/%{name}-Bugzilla.7.gz
 
+%files plugin-rhfastcheck
+%defattr(-,root,root,-)
+#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhfastcheck.conf
+%{_libdir}/%{name}/librhfastcheck.so*
+#%{_libdir}/%{name}/rhfastcheck.GTKBuilder
+#%{_mandir}/man7/%{name}-rhfastcheck.7.gz
+
+%files plugin-rhticket
+%defattr(-,root,root,-)
+#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhticket.conf
+%{_libdir}/%{name}/librhticket.so*
+#%{_libdir}/%{name}/rhticket.GTKBuilder
+#%{_mandir}/man7/%{name}-rhticket.7.gz
+
 %files plugin-catcut
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf
@@ -399,6 +444,7 @@ fi
 %attr(4755, abrt, abrt) %{_libexecdir}/abrt-hook-python
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
+%{python_site}/abrt.pth
 
 
 %files cli
@@ -411,6 +457,58 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Apr 06 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-1
+- hooklib: fix excessive rounding down in free space calculation (bz#575644) (vda.linux@googlemail.com)
+- gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and such (vda.linux@googlemail.com)
+- trivial: fix 566806 "abrt-gui sometimes can't be closed" (vda.linux@googlemail.com)
+- gui: fix the last case where gnome-keyring's find_items_sync() may throw DeniedError (vda.linux@googlemail.com)
+- fixed some compilation problems on F13 (jmoskovc@redhat.com)
+- updated translations (jmoskovc@redhat.com)
+- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
+
+* Wed Mar 31 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-0.201003312045.1
+- test day build
+- updated translation
+- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
+- GUI: total rewrite based on design from Mairin Duffy (jmoskovc@redhat.com)
+- trivial: better HTTP/curl error reporting (vda.linux@googlemail.com)
+- Use backtrace parser from abrtutils, new backtrace rating algorithm, store crash function if it's known (kklic@redhat.com)
+- abrt-rate-backtrace is replaced by abrt-backtrace --rate (kklic@redhat.com)
+- Ignore some temp files (kklic@redhat.com)
+- PYHOOK: don't use sitecustomize.py rhbz#539497 (jmoskovc@redhat.com)
+- rhfastcheck: a new reporter plugin based on Gavin's work (vda.linux@googlemail.com)
+- rhticket: new reporter plugin (vda.linux@googlemail.com)
+- GUI: fixed few window icons (jmoskovc@redhat.com)
+- Allow user to select which reporter he wants to use to report a crash using CLI.(kklic@redhat.com)
+- bz reporter: s/uuid/duphash; more understandable message; simplify result str generation; fix indentation (vda.linux@googlemail.com)
+- GUI: fixed crash count column sorting rhbz#573139 (jmoskovc@redhat.com)
+- Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. (vda.linux@googlemail.com)
+- Kerneloops: fix a case when we file an oops w/o backtrace (vda.linux@googlemail.com)
+- minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26 (jmoskovc@redhat.com)
+- GUI: added action to applet to directly report last crash (jmoskovc@redhat.com)
+- Never flag backtrace as binary file (fixes problem observed in bz#571411) (vda.linux@googlemail.com)
+- improve syslog file detection. closes bz#565983 (vda.linux@googlemail.com)
+- add arch, package and release in comment (npajkovs@redhat.com)
+- add ProcessUnpackaged option to abrt.conf (vda.linux@googlemail.com)
+- abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos (vda.linux@googlemail.com)
+- fix format security error (fcrozat@mandriva.com)
+- icons repackaging (jmoskovc@redhat.com)
+- partial fix for bz#565983 (vda.linux@googlemail.com)
+- SPEC: Updated source URL (jmoskovc@redhat.com)
+- removed unneeded patches
+- and much more ...
+
+* Sat Mar 13 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-3
+- fixed kerneloops reporting rhbz#570081
+- fixed Source url
+- fixed debuginfo-install to work on F13
+  - improved debuginfo-install (vda.linux@googlemail.com)
+  - fix debuginfo-install to work with yum >= 3.2.26 (jmoskovc@redhat.com)
+
+* Wed Mar  3 2010  Denys Vlasenko <dvlasenk@redhat.com> 1.0.8-2
+- fix initscript even more (npajkovs@redhat.com)
+- remove -R2 from yum command line
+
 * Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
 - fix initscript (npajkovs@redhat.com)
 - Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)

diff --git a/sources b/sources
index 9f112fc..d0b613c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e480999bb77b3babe19373c03057df4  abrt-1.0.8.tar.gz
+aaa31f787ae7c144c57837928d26fdc9  abrt-1.0.9.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : 3ac3bbb37ab87928386d57ab53987e960417e784
            Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
            Date   : 2010-02-22T15:54:35+00:00
            Stats  : +41/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/3ac3bbb37ab87928386d57ab53987e960417e784?branch=update-2.17.9-f44

            Log:
            new version
- fixes problem with recent kernels (2.6.33)

---
diff --git a/.cvsignore b/.cvsignore
index 4e5bc58..44a8899 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.0.6.tar.gz
+abrt-1.0.8.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 33609d7..8e3ccdd 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,8 +3,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.6
-Release: 1%{?dist}
+Version: 1.0.8
+Release: 0.git20100222%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -19,6 +19,7 @@ BuildRequires: desktop-file-utils
 #BuildRequires: nss-devel
 BuildRequires: libnotify-devel
 BuildRequires: xmlrpc-c-devel
+BuildRequires: xmlrpc-c-client
 BuildRequires: file-devel
 BuildRequires: python-devel
 BuildRequires: gettext
@@ -205,7 +206,7 @@ Requires: %{name}-addon-ccpp, %{name}-addon-python
 # Default config of addon-ccpp requires gdb
 Requires: gdb >= 7.0-3
 Requires: %{name}-gui
-Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
+Requires: %{name}-plugin-logger, %{name}-plugin-bugzilla, %{name}-plugin-runapp
 #Requires: %{name}-plugin-firefox
 Obsoletes: bug-buddy
 Provides: bug-buddy
@@ -408,6 +409,39 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
+- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
+- make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)
+- lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876) (vda.linux@googlemail.com)
+
+* Fri Feb 12 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.7-1
+- enabled column sorting rhbz#541853
+- Load plugin settings also from ~/.abrt/*.conf (kklic@redhat.com)
+- fix bz#541088 "abrt should not catch python excp EPIPE" (vda.linux@googlemail.com)
+- fix bz#554242 "Cannot tab between input areas in report dialog" (vda.linux@googlemail.com)
+- fix bz#563484 "abrt uses unnecessary disk space when getting debug info" (vda.linux@googlemail.com)
+- Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971 (jmoskovc@redhat.com)
+- fix big-endian build problem (vda.linux@googlemail.com)
+- Fixes, displays package owners (kklic@redhat.com)
+- GUI: fixed exception in plugin settings dialog rhbz#560851 (jmoskovc@redhat.com)
+- GUI: respect system settings for toolbars rhbz#552161 (jmoskovc@redhat.com)
+- python hook: move UUID generation to abrtd; generate REASON, add it to bz title (vda.linux@googlemail.com)
+- make "reason" field less verbose; bz reporter: include it in "summary" (vda.linux@googlemail.com)
+- added avant-window-navigator to blacklist per maintainer request (jmoskovc@redhat.com)
+- CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars) (vda.linux@googlemail.com)
+- Ask for login and password if missing from reporter plugin. (kklic@redhat.com)
+- abrtd: fix handling of dupes (weren't deleting dup's directory); better logging (vda.linux@googlemail.com)
+- abrtd: handle "perl -w /usr/bin/script" too (vda.linux@googlemail.com)
+- Component-wise duplicates (kklic@redhat.com)
+- abrtd: fix rhbz#560642 - don't die on bad plugin names (vda.linux@googlemail.com)
+- Fixed parsing backtrace from rhbz#549293 (kklic@redhat.com)
+- GUI: fixed scrolling in reporter dialog rhbz#559687 (jmoskovc@redhat.com)
+- fixed button order in plugins windows rhbz#560961 (jmoskovc@redhat.com)
+- GUI: fixed windows icons and titles rhbz#537240, rhbz#560964 (jmoskovc@redhat.com)
+- Fix to successfully parse a backtrace from rhbz#550642 (kklic@redhat.com)
+- cli: fix the problem of not showing oops text in editor (vda.linux@googlemail.com)
+- GUI: fix rhbz#560971 "Don't show empty 'Not loaded plugins' section" (vda.linux@googlemail.com)
+
 * Tue Feb  2 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.6-1
 - print __glib_assert_msg (rhbz#549735);
 - SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com)
@@ -446,6 +480,8 @@ fi
 - attribute SEGVs in perl to script's package, like we already do for python (vda.linux@googlemail.com)
 
 * Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
+- enabled sosreport
+- fixes in ticketuploader
 - GUI: redesign of reporter dialog (jmoskovc@redhat.com)
 - Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
 - CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)

diff --git a/sources b/sources
index d0b9043..ae466cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd6d64ad3aab3eedc88af843de4320cf  abrt-1.0.6.tar.gz
+1c20d0197b4db9f2870db53effe752a2  abrt-1.0.8.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: New version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 42bc2497dd5e4c0e5c44b2bab16866920d2ce0cc
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-02-03T14:56:59+00:00
Stats  : +49/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/42bc2497dd5e4c0e5c44b2bab16866920d2ce0cc?branch=update-2.17.9-f44

Log:
New version

---
diff --git a/.cvsignore b/.cvsignore
index 2cba6c4..4e5bc58 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.0.4.tar.gz
+abrt-1.0.6.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 90b5968..33609d7 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.4
+Version: 1.0.6
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -176,16 +176,19 @@ Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
 %description addon-python
-This package contains python hook and python analyzer plugin for hadnling
+This package contains python hook and python analyzer plugin for handling
 uncaught exception in python programs.
 
 %package cli
 Summary: %{name}'s command line interface
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
+Requires: %{name}-addon-kerneloops
+Requires: %{name}-addon-ccpp, %{name}-addon-python
+Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
 
 %description cli
-This package contains simple command line client for controling abrt daemon over
+This package contains simple command line client for controlling abrt daemon over
 the sockets.
 
 %package desktop
@@ -208,7 +211,7 @@ Obsoletes: bug-buddy
 Provides: bug-buddy
 
 %description desktop
-Virtual package to make easy default instalation on desktop environments.
+Virtual package to make easy default installation on desktop environments.
 
 %prep
 %setup -q
@@ -277,6 +280,7 @@ fi
 %{_bindir}/%{name}-debuginfo-install
 %{_bindir}/%{name}-backtrace
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
 %dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/%{name}
@@ -355,8 +359,10 @@ fi
 
 %files plugin-sosreport
 %defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/SOSreport.conf
 %{_libdir}/%{name}/libSOSreport.so*
 
+
 %files plugin-bugzilla
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
@@ -402,6 +408,43 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Feb  2 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.6-1
+- print __glib_assert_msg (rhbz#549735);
+- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com)
+- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com)
+- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com)
+- GUI: made report message labels wrap (jmoskovc@redhat.com)
+- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc@redhat.com)
+- disabled the autoreporting of kerneloopses (jmoskovc@redhat.com)
+- Kerneloops: fix BZ reporting of oopses (vda.linux@googlemail.com)
+- GUI: wider report message dialog (jmoskovc@redhat.com)
+- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
+- Logger: create log file with mode 0600 (vda.linux@googlemail.com)
+- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
+- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
+- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
+
+* Fri Jan 29 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.5-1
+- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
+- Logger: create log file with mode 0600 rhbz#559545 (vda.linux@googlemail.com)
+- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
+- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
+- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
+- fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux@googlemail.com)
+- GUI ReporterDialog: hide log button (vda.linux@googlemail.com)
+- added valgrind and strace to blacklist (jmoskovc@redhat.com)
+- SOSreport: do not leave stray files in /tmp (vda.linux@googlemail.com)
+- Save the core where it belongs if ulimit -c is > 0 (jmoskovc@redhat.com)
+- reenabled gpg check (jmoskovc@redhat.com)
+- SOSreport: run it niced (vda.linux@googlemail.com)
+- report GUI: rename buttons: Log -> Show log, Send -> Send report (vda.linux@googlemail.com)
+- applet: reduce blinking timeout to 3 sec (vda.linux@googlemail.com)
+- fix dbus autostart (vda.linux@googlemail.com)
+- abrtd: set "Reported" status only if at least one reporter succeeded (vda.linux@googlemail.com)
+- SQLite3: disable newline escaping, SQLite does not handle it (vda.linux@googlemail.com)
+- SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO (vda.linux@googlemail.com)
+- attribute SEGVs in perl to script's package, like we already do for python (vda.linux@googlemail.com)
+
 * Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
 - GUI: redesign of reporter dialog (jmoskovc@redhat.com)
 - Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)

diff --git a/sources b/sources
index 513c6e4..d0b9043 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-103e02558d7d11282a2d45f114b943ba  abrt-1.0.4.tar.gz
+dd6d64ad3aab3eedc88af843de4320cf  abrt-1.0.6.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 91cd8a752bce5b9572887f94a959394f385ff689
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-01-22T14:53:31+00:00
Stats  : +62/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/91cd8a752bce5b9572887f94a959394f385ff689?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index 1bb3c17..2cba6c4 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.0.2.tar.gz
+abrt-1.0.4.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 4c0a900..90b5968 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.2
+Version: 1.0.4
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -16,13 +16,12 @@ BuildRequires: curl-devel
 BuildRequires: rpm-devel >= 4.6
 BuildRequires: sqlite-devel > 3.0
 BuildRequires: desktop-file-utils
-BuildRequires: nss-devel
+#BuildRequires: nss-devel
 BuildRequires: libnotify-devel
 BuildRequires: xmlrpc-c-devel
 BuildRequires: file-devel
 BuildRequires: python-devel
 BuildRequires: gettext
-BuildRequires: nss-devel
 BuildRequires: polkit-devel
 BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
 BuildRequires: intltool
@@ -71,7 +70,6 @@ GTK+ wizard for convenient bug reporting.
 %package addon-ccpp
 Summary: %{name}'s C/C++ addon
 Group: System Environment/Libraries
-Requires: gdb >= 7.0-3
 Requires: elfutils
 Requires: yum-utils
 Requires: %{name} = %{version}-%{release}
@@ -201,6 +199,8 @@ Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-addon-kerneloops
 Requires: %{name}-addon-ccpp, %{name}-addon-python
+# Default config of addon-ccpp requires gdb
+Requires: gdb >= 7.0-3
 Requires: %{name}-gui
 Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
 #Requires: %{name}-plugin-firefox
@@ -249,6 +249,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 getent group abrt >/dev/null || groupadd -f --system abrt
+getent passwd abrt >/dev/null || useradd --system -g abrt -d /etc/abrt -s /sbin/nologin abrt
 exit 0
 
 %post
@@ -278,11 +279,12 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
-%dir %attr(0775, root, abrt) %{_localstatedir}/cache/%{name}
+%dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/%{name}
 %dir /var/run/%{name}
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
+%{_mandir}/man1/%{name}-backtrace.1.gz
 %{_mandir}/man8/abrtd.8.gz
 %{_mandir}/man5/%{name}.conf.5.gz
 #%{_mandir}/man5/pyhook.conf.5.gz
@@ -384,10 +386,12 @@ fi
 
 %files addon-python
 %defattr(-,root,root,-)
-%attr(2755, root, abrt) %{_libexecdir}/abrt-hook-python
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/Python.conf
+%attr(4755, abrt, abrt) %{_libexecdir}/abrt-hook-python
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
 
+
 %files cli
 %defattr(-,root,root,-)
 %{_bindir}/abrt-cli
@@ -398,6 +402,56 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
+- GUI: redesign of reporter dialog (jmoskovc@redhat.com)
+- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
+- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)
+- s/os.exit/sys.exit - closes rhbz#556313 (vda.linux@googlemail.com)
+- use repr() to print variable values in python hook rhbz#545070 (jmoskovc@redhat.com)
+- gui: add logging infrastructure (vda.linux@googlemail.com)
+- Added "Enabled = yes" to all plugin's config files (jmoskovc@redhat.com)
+- *: disable plugin loading/unloading through GUI. Document keyring a bit (vda.linux@googlemail.com)
+- fix memory leaks in catcut plugin (npajkovs@redhat.com)
+- fix memory leaks in bugzilla (npajkovs@redhat.com)
+- abrt-hook-python: sanitize input more; log to syslog (vda.linux@googlemail.com)
+- Fixed /var/cache/abrt/ permissions (kklic@redhat.com)
+- Kerneloops: we require commandline for every crash, save dummy one for oopses (vda.linux@googlemail.com)
+- *: remove nss dependencies (vda.linux@googlemail.com)
+- CCpp: use our own sha1 implementation (less pain with nss libs) (vda.linux@googlemail.com)
+- DebugDump: more consistent logic in setting mode and uid:gid on dump dir (vda.linux@googlemail.com)
+- fixes based on security review (vda.linux@googlemail.com)
+- SOSreport/TicketUploader: use more restrictive file modes (vda.linux@googlemail.com)
+- abrt-hook-python: add input sanitization and directory size guard (vda.linux@googlemail.com)
+- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general (vda.linux@googlemail.com)
+- DebugDump: use more restrictive modes (vda.linux@googlemail.com)
+- SQLite3: check for SQL injection (vda.linux@googlemail.com)
+- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no (vda.linux@googlemail.com)
+- abrt.spec: move "requires: gdb" to abrt-desktop (vda.linux@googlemail.com)
+- ccpp: add a possibility to disable backtrace generation (vda.linux@googlemail.com)
+- abrtd: limit the number of frames in backtrace to 3000 (vda.linux@googlemail.com)
+
+* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.3-1
+- speed optimalization of abrt-debuginfo-install (jmoskovc@redhat.com)
+- updated credits (jmoskovc@redhat.com)
+- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc@redhat.com)
+- abrt-backtrace manpage installed (kklic@redhat.com)
+- cmdline and daemon checking is done by abrt-python-hook (kklic@redhat.com)
+- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic@redhat.com)
+- large file support for whole abrt (kklic@redhat.com)
+- made s_signal_caught volatile (vda.linux@googlemail.com)
+- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux@googlemail.com)
+- remove unsafe log() from signal handler (vda.linux@googlemail.com)
+- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux@googlemail.com)
+- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux@googlemail.com)
+- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux@googlemail.com)
+- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc@redhat.com)
+- GUI: autoscroll log window (jmoskovc@redhat.com)
+- Kerneloops.conf: better comments (vda.linux@googlemail.com)
+- applet: reduce blinking time to 30 seconds (vda.linux@googlemail.com)
+- add paranoia checks on setuid/setgid (vda.linux@googlemail.com)
+- more "obviously correct" code for secure opening of /dev/null (vda.linux@googlemail.com)
+- get rid of ugly sleep call inside while() (vda.linux@googlemail.com)
+
 * Mon Dec 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
 - disabled GPG check again (jmoskovc@redhat.com)
 - abrt-pyhook-helper rename (vda.linux@googlemail.com)

diff --git a/sources b/sources
index eac3698..513c6e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-755f119d24511b613b02270b51d09312  abrt-1.0.2.tar.gz
+103e02558d7d11282a2d45f114b943ba  abrt-1.0.4.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: New version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 8d35b37ae0582569276f69f672899eb7ecd9ade7
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-12-15T13:23:27+00:00
Stats  : +76/-55 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/8d35b37ae0582569276f69f672899eb7ecd9ade7?branch=update-2.17.9-f44

Log:
New version

---
diff --git a/.cvsignore b/.cvsignore
index 9dfea8c..1bb3c17 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.0.0.tar.gz
+abrt-1.0.2.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 8f8d414..4c0a900 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.0
+Version: 1.0.2
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -26,9 +26,11 @@ BuildRequires: nss-devel
 BuildRequires: polkit-devel
 BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
 BuildRequires: intltool
+BuildRequires: bison
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
-Requires(pre): /usr/sbin/groupadd 
+Requires(pre): shadow-utils
+Obsoletes: abrt-plugin-sqlite3
 
 %description
 %{name} is a tool to help users to detect defects in applications and
@@ -56,15 +58,12 @@ Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
 Requires: dbus-python, pygtk2, pygtk2-libglade,
 Requires: gnome-python2-gnomevfs, gnome-python2-gnomekeyring
-# only if gtk2 version < 2.17
+# only if gtk2 version < 2.17:
 #Requires: python-sexy
+# we used to have abrt-applet, now abrt-gui includes it:
 Provides: abrt-applet = %{version}-%{release}
 Obsoletes: abrt-applet < 0.0.5
 Conflicts: abrt-applet < 0.0.5
-Obsoletes: bug-buddy
-Provides: bug-buddy
-#FIXME: upgrade workaround
-Requires: abrt-desktop
 
 %description gui
 GTK+ wizard for convenient bug reporting.
@@ -95,32 +94,16 @@ analyzer plugin.
 %package addon-kerneloops
 Summary: %{name}'s kerneloops addon
 Group: System Environment/Libraries
-Requires: %{name}-plugin-kerneloopsreporter = %{version}-%{release}
+Requires: curl
 Requires: %{name} = %{version}-%{release}
 Obsoletes: kerneloops
 Obsoletes: abrt-plugin-kerneloops
+Obsoletes: abrt-plugin-kerneloopsreporter
 
 %description addon-kerneloops
-This package contains plugins for kernel crashes information collecting.
-
-%package plugin-kerneloopsreporter
-Summary: %{name}'s kerneloops reporter plugin
-Group: System Environment/Libraries
-Requires: curl
-Requires: %{name} = %{version}-%{release}
-
-%description plugin-kerneloopsreporter
-This package contains reporter plugin, that sends, collected by %{name}'s kerneloops
-addon, information about kernel crashes to specified server, e.g. kerneloops.org.
-
-%package plugin-sqlite3
-Summary: %{name}'s SQLite3 database plugin
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description plugin-sqlite3
-This package contains SQLite3 database plugin. It is used for storing the data
-required for creating a bug report.
+This package contains plugin for collecting kernel crash information
+and reporter plugin which sends this information to specified server,
+usually to kerneloops.org.
 
 %package plugin-logger
 Summary: %{name}'s logger reporter plugin
@@ -128,7 +111,7 @@ Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
 %description plugin-logger
-The simple reporter plugin, which writes a report to a specified file.
+The simple reporter plugin which writes a report to a specified file.
 
 %package plugin-mailx
 Summary: %{name}'s mailx reporter plugin
@@ -137,8 +120,8 @@ Requires: %{name} = %{version}-%{release}
 Requires: mailx
 
 %description plugin-mailx
-The simple reporter plugin, which sends a report via mailx to a specified
-email.
+The simple reporter plugin which sends a report via mailx to a specified
+email address.
 
 %package plugin-runapp
 Summary: %{name}'s runapp plugin
@@ -210,13 +193,19 @@ the sockets.
 %package desktop
 Summary: Virtual package to install all necessary packages for usage from desktop environment
 Group: User Interface/Desktops
+# This package gets installed when anything requests bug-buddy -
+# happens when users upgrade Fn to Fn+1;
+# or if user just wants "typical desktop installation".
+# Installing abrt-desktop should result in the abrt which works without
+# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
 Requires: %{name} = %{version}-%{release}
-Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger
-#workaround for broken upgrade, remove!
-#Requires: %{name}-gui
 Requires: %{name}-addon-kerneloops
 Requires: %{name}-addon-ccpp, %{name}-addon-python
+Requires: %{name}-gui
+Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
 #Requires: %{name}-plugin-firefox
+Obsoletes: bug-buddy
+Provides: bug-buddy
 
 %description desktop
 Virtual package to make easy default instalation on desktop environments.
@@ -259,7 +248,8 @@ desktop-file-install \
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-/usr/sbin/groupadd -f --system abrt
+getent group abrt >/dev/null || groupadd -f --system abrt
+exit 0
 
 %post
 /sbin/chkconfig --add %{name}d
@@ -284,21 +274,24 @@ fi
 %doc README COPYING
 %{_sbindir}/%{name}d
 %{_bindir}/%{name}-debuginfo-install
+%{_bindir}/%{name}-backtrace
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
-%dir %attr(0775, root, abrt) /var/cache/%{name}
-%dir /var/cache/%{name}-di
+%dir %attr(0775, root, abrt) %{_localstatedir}/cache/%{name}
 %dir /var/run/%{name}
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
 %{_mandir}/man8/abrtd.8.gz
 %{_mandir}/man5/%{name}.conf.5.gz
-%{_mandir}/man5/pyhook.conf.5.gz
+#%{_mandir}/man5/pyhook.conf.5.gz
 %{_mandir}/man7/%{name}-plugins.7.gz
 %{_datadir}/polkit-1/actions/org.fedoraproject.abrt.policy
 %{_datadir}/dbus-1/system-services/com.redhat.abrt.service
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/SQLite3.conf
+%{_libdir}/%{name}/libSQLite3.so*
+%{_mandir}/man7/%{name}-SQLite3.7.gz
 
 %files libs
 %defattr(-,root,root,-)
@@ -321,8 +314,9 @@ fi
 %files addon-ccpp
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
+%dir %{_localstatedir}/cache/%{name}-di
 %{_libdir}/%{name}/libCCpp.so*
-%{_libexecdir}/hookCCpp
+%{_libexecdir}/abrt-hook-ccpp
 
 #%files plugin-firefox
 #%{_libdir}/%{name}/libFirefox.so*
@@ -330,25 +324,14 @@ fi
 %files addon-kerneloops
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsScanner.conf
 %{_bindir}/dumpoops
 %{_libdir}/%{name}/libKerneloops.so*
 %{_libdir}/%{name}/libKerneloopsScanner.so*
 %{_mandir}/man7/%{name}-KerneloopsScanner.7.gz
-
-%files plugin-kerneloopsreporter
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsReporter.conf
 %{_libdir}/%{name}/libKerneloopsReporter.so*
 %{_libdir}/%{name}/KerneloopsReporter.GTKBuilder
 %{_mandir}/man7/%{name}-KerneloopsReporter.7.gz
 
-%files plugin-sqlite3
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/SQLite3.conf
-%{_libdir}/%{name}/libSQLite3.so*
-%{_mandir}/man7/%{name}-SQLite3.7.gz
-
 %files plugin-logger
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Logger.conf
@@ -401,9 +384,7 @@ fi
 
 %files addon-python
 %defattr(-,root,root,-)
-%attr(2755, root, abrt) %{_bindir}/%{name}-pyhook-helper
-%config(noreplace) %{_sysconfdir}/%{name}/pyhook.conf
-#%{python_sitearch}/ABRTUtils.so
+%attr(2755, root, abrt) %{_libexecdir}/abrt-hook-python
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
 
@@ -417,6 +398,46 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Dec 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
+- disabled GPG check again (jmoskovc@redhat.com)
+- abrt-pyhook-helper rename (vda.linux@googlemail.com)
+- abrt-cli: report success/failure of reporting. closes bug 71 (vda.linux@googlemail.com)
+- less logging (vda.linux@googlemail.com)
+- mkde abrt-gui --help and --version behave as expected. closes bug 85 (vda.linux@googlemail.com)
+- dbus lib: fix parsing of 0-element arrays. Fixes bug 95 (vda.linux@googlemail.com)
+- make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 (vda.linux@googlemail.com)
+- applet: make animation stop after 1 minute. (closes bug 108) (vda.linux@googlemail.com)
+- show comment and how to reproduce fields, when BT rating > 3 (jmoskovc@redhat.com)
+- Gui: make report status window's text wrap. Fixes bug 82 (vda.linux@googlemail.com)
+- CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90) (vda.linux@googlemail.com)
+- added link to bugzilla new account page to Bugzilla config dialog (jmoskovc@redhat.com)
+- GUI: added log window (jmoskovc@redhat.com)
+
+* Tue Dec  8 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.1-1
+- PyHook: better logic for checking if abrtd is running rhbz#539987 (jmoskovc@redhat.com)
+- re-enabled gpg sign checking (jmoskovc@redhat.com)
+- PyHook: use repr() for displaying variables rhbz#545070 (jmoskovc@redhat.com)
+- kerneloops: fix the linux kernel version identification (aarapov@redhat.com)
+- gui review (rrakus@redhat.com)
+- when we trim the dir, we must delete it from DB too rhbz#541854 (vda.linux@googlemail.com)
+- improved dupe checking (kklic@redhat.com)
+- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 (jmoskovc@redhat.com)
+- Add abrt group only if it is missing; fixes rhbz#543250 (kklic@redhat.com)
+- GUI: more string fixes rhbz#543266 (jmoskovc@redhat.com)
+- abrt.spec: straighten out relations between abrt-desktop and abrt-gui (vda.linux@googlemail.com)
+- refuse to start if some required plugins are missing rhbz#518422 (vda.linux@googlemail.com)
+- GUI: survive gnome-keyring access denial rhbz#543200 (jmoskovc@redhat.com)
+- typo fixes rhbz#543266 (jmoskovc@redhat.com)
+- abrt-debuginfo-install: better fix for incorrect passing double quotes (vda.linux@googlemail.com)
+- APPLET: stop animation when it's not needed rhbz#542157 (jmoskovc@redhat.com)
+- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) (vda.linux@googlemail.com)
+- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 (vda.linux@googlemail.com)
+- SPEC: removed sqlite3 package, fixed some update problems (jmoskovc@redhat.com)
+- Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf (npajkovs@redhat.com)
+- remove word 'detected' from description rhbz#541459 (vda.linux@googlemail.com)
+- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... (vda.linux@googlemail.com)
+- CCpp.cpp: quote parameters if needed rhbz#540164 (vda.linux@googlemail.com)
+
 * Fri Nov 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
 - new version
 - comment input wraps words rhbz#531276

diff --git a/sources b/sources
index f9df441..eac3698 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62a8a6a1d7712472133b97b38469683e  abrt-1.0.0.tar.gz
+755f119d24511b613b02270b51d09312  abrt-1.0.2.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: New version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 083af501d14d45c5bc260b542ecda64d588f087e
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-11-22T20:32:15+00:00
Stats  : +125/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/083af501d14d45c5bc260b542ecda64d588f087e?branch=update-2.17.9-f44

Log:
New version

---
diff --git a/.cvsignore b/.cvsignore
index 5b73039..9dfea8c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.10.tar.gz
+abrt-1.0.0.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 1cac950..8f8d414 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,8 +3,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 0.0.10
-Release: 2%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -25,8 +25,10 @@ BuildRequires: gettext
 BuildRequires: nss-devel
 BuildRequires: polkit-devel
 BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
+BuildRequires: intltool
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
+Requires(pre): /usr/sbin/groupadd 
 
 %description
 %{name} is a tool to help users to detect defects in applications and
@@ -61,6 +63,8 @@ Obsoletes: abrt-applet < 0.0.5
 Conflicts: abrt-applet < 0.0.5
 Obsoletes: bug-buddy
 Provides: bug-buddy
+#FIXME: upgrade workaround
+Requires: abrt-desktop
 
 %description gui
 GTK+ wizard for convenient bug reporting.
@@ -68,13 +72,26 @@ GTK+ wizard for convenient bug reporting.
 %package addon-ccpp
 Summary: %{name}'s C/C++ addon
 Group: System Environment/Libraries
-Requires: gdb
+Requires: gdb >= 7.0-3
+Requires: elfutils
+Requires: yum-utils
 Requires: %{name} = %{version}-%{release}
 
 %description addon-ccpp
 This package contains hook for C/C++ crashed programs and %{name}'s C/C++
 analyzer plugin.
 
+#%package plugin-firefox
+#Summary: %{name}'s Firefox analyzer plugin
+#Group: System Environment/Libraries
+#Requires: gdb >= 7.0-3
+#Requires: elfutils
+#Requires: yum-utils
+#Requires: %{name} = %{version}-%{release}
+
+#%description plugin-firefox
+#This package contains hook for Firefox
+
 %package addon-kerneloops
 Summary: %{name}'s kerneloops addon
 Group: System Environment/Libraries
@@ -148,6 +165,14 @@ Requires: %{name} = %{version}-%{release}
 %description plugin-bugzilla
 Plugin to report bugs into the bugzilla.
 
+%package plugin-catcut
+Summary: %{name}'s catcut plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-catcut
+Plugin to report bugs into the catcut.
+
 %package plugin-ticketuploader
 Summary: %{name}'s ticketuploader plugin
 Group: System Environment/Libraries
@@ -186,9 +211,12 @@ the sockets.
 Summary: Virtual package to install all necessary packages for usage from desktop environment
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
-Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla
-Requires: %{name}-gui, %{name}-addon-kerneloops
+Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger
+#workaround for broken upgrade, remove!
+#Requires: %{name}-gui
+Requires: %{name}-addon-kerneloops
 Requires: %{name}-addon-ccpp, %{name}-addon-python
+#Requires: %{name}-plugin-firefox
 
 %description desktop
 Virtual package to make easy default instalation on desktop environments.
@@ -214,10 +242,14 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
 install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/abrtd
 mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}
+mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}-di
+mkdir -p $RPM_BUILD_ROOT/var/run/%{name}
 
 desktop-file-install \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
-        src/Gui/%{name}.desktop
+        --vendor fedora \
+        --delete-original \
+        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 desktop-file-install \
         --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
@@ -226,6 +258,9 @@ desktop-file-install \
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+/usr/sbin/groupadd -f --system abrt
+
 %post
 /sbin/chkconfig --add %{name}d
 
@@ -239,14 +274,22 @@ fi
 
 %postun libs -p /sbin/ldconfig
 
+%posttrans
+if [ "$1" -eq "0" ]; then
+    service %{name}d condrestart >/dev/null 2>&1 || :
+fi
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING
 %{_sbindir}/%{name}d
+%{_bindir}/%{name}-debuginfo-install
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
-%dir /var/cache/%{name}
+%dir %attr(0775, root, abrt) /var/cache/%{name}
+%dir /var/cache/%{name}-di
+%dir /var/run/%{name}
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
@@ -269,7 +312,9 @@ fi
 %defattr(-,root,root,-)
 %{_bindir}/%{name}-gui
 %{_datadir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/pixmaps/abrt.png
+%{_datadir}/icons/hicolor/48x48/apps/*.png
 %{_bindir}/%{name}-applet
 %{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
 
@@ -279,8 +324,12 @@ fi
 %{_libdir}/%{name}/libCCpp.so*
 %{_libexecdir}/hookCCpp
 
+#%files plugin-firefox
+#%{_libdir}/%{name}/libFirefox.so*
+
 %files addon-kerneloops
 %defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsScanner.conf
 %{_bindir}/dumpoops
 %{_libdir}/%{name}/libKerneloops.so*
@@ -330,6 +379,13 @@ fi
 %{_libdir}/%{name}/Bugzilla.GTKBuilder
 %{_mandir}/man7/%{name}-Bugzilla.7.gz
 
+%files plugin-catcut
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf
+%{_libdir}/%{name}/libCatcut.so*
+%{_libdir}/%{name}/Catcut.GTKBuilder
+#%{_mandir}/man7/%{name}-Catcut.7.gz
+
 %files plugin-ticketuploader
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/TicketUploader.conf
@@ -345,21 +401,77 @@ fi
 
 %files addon-python
 %defattr(-,root,root,-)
+%attr(2755, root, abrt) %{_bindir}/%{name}-pyhook-helper
 %config(noreplace) %{_sysconfdir}/%{name}/pyhook.conf
-%{python_sitearch}/ABRTUtils.so
+#%{python_sitearch}/ABRTUtils.so
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
 
 %files cli
 %defattr(-,root,root,-)
 %{_bindir}/abrt-cli
+%{_mandir}/man1/abrt-cli.1.gz
+%{_sysconfdir}/bash_completion.d/abrt-cli.bash
 
 %files desktop
 %defattr(-,root,root,-)
 
 %changelog
-* Fri Oct 16 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-2
-- bump release
+* Fri Nov 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
+- new version
+- comment input wraps words rhbz#531276
+- fixed hiding password dialog rhbz#529583
+- easier kerneloops reporting rhbz#528395
+- made menu entry translatable rhbz#536878 (jmoskovc@redhat.com)
+- GUI: don't read the g-k every time we want to use the setting (jmoskovc@redhat.com)
+- GUI: survive if g-k access is denied rhbz#534171 (jmoskovc@redhat.com)
+- include more info into oops (we were losing the stack dump) (vda.linux@googlemail.com)
+- make BZ insert small text attachments inline; move text file detection code (vda.linux@googlemail.com)
+- GUI: fixed text wrapping in comment field rhbz#531276 (jmoskovc@redhat.com)
+- GUI: added cancel to send dialog rhbz#537238 (jmoskovc@redhat.com)
+- include abrt version in bug descriptions (vda.linux@googlemail.com)
+- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive (vda.linux@googlemail.com)
+- GUI: added window icon rhbz#537240 (jmoskovc@redhat.com)
+- add support for \" escaping in config file (vda.linux@googlemail.com)
+- add experimental saving of /var/log/Xorg*.log for X crashes (vda.linux@googlemail.com)
+- APPLET: changed icon from default gtk-warning to abrt specific, add animation (jmoskovc@redhat.com)
+- don't show icon on abrtd start/stop rhbz#537630 (jmoskovc@redhat.com)
+- /var/cache/abrt permissions 1775 -> 0775 in spec file (kklic@redhat.com)
+- Daemon properly checks /var/cache/abrt attributes (kklic@redhat.com)
+- abrt user group; used by abrt-pyhook-helper (kklic@redhat.com)
+- pyhook-helper: uid taken from system instead of command line (kklic@redhat.com)
+- KerneloopsSysLog: fix breakage in code which detects abrt marker (vda.linux@googlemail.com)
+- GUI: added support for backtrace rating (jmoskovc@redhat.com)
+- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. (vda.linux@googlemail.com)
+- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com)
+- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com)
+
+* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2
+- spec file fixes
+
+* Mon Nov  2 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1
+- re-enabled kerneloops
+- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com)
+- do not report empty fields (vda.linux@googlemail.com)
+- Added abrt.png, fixed rhbz#531181 (jmoskovc@redhat.com)
+- added option DebugInfoCacheMB to limit size of unpacked debuginfos (vda.linux@googlemail.com)
+- fixed the problem with overwriting the default plugin settings (jmoskovc@redhat.com)
+- disabled kerneloops in config file (jmoskovc@redhat.com)
+- added dependency to gdb >= 7.0 (jmoskovc@redhat.com)
+- better format of report text (vda.linux@googlemail.com)
+- Python backtrace size limited to 1 MB (kklic@redhat.com)
+- lib/Plugins/Bugzilla: better message at login failure (vda.linux@googlemail.com)
+- build fixes, added plugin-logger to abrt-desktop (jmoskovc@redhat.com)
+- blacklisted nspluginwrapper, because it causes too many useless reports (jmoskovc@redhat.com)
+- GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 (jmoskovc@redhat.com)
+- Normal user can see kerneloops and report it Bugzilla memory leaks fix (npajkovs@redhat.com)
+- dumpoops: add -s option to dump results to stdout (vda.linux@googlemail.com)
+- removed kerneloops from abrt-desktop rhbz#528395 (jmoskovc@redhat.com)
+- GUI: fixed exception when enabling plugin rhbz#530495 (jmoskovc@redhat.com)
+- Improved abrt-cli (kklic@redhat.com)
+- Added backtrace rating to CCpp analyzer (dnovotny@redhat.com)
+- GUI improvements (jmoskovc@redhat.com)
+- Added abrt-pyhook-helper (kklic@redhat.com)
 
 * Thu Oct 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-1
 - new version

diff --git a/sources b/sources
index a868c98..f9df441 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67413b750a39605954b73a3e044c0666  abrt-0.0.10.tar.gz
+62a8a6a1d7712472133b97b38469683e  abrt-1.0.0.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:03 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 64e3286efcbfb687e8dbbcee4277300777c107dd
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-10-16T15:59:46+00:00
Stats  : +35/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/64e3286efcbfb687e8dbbcee4277300777c107dd?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index 0458ab7..5b73039 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.9.tar.gz
+abrt-0.0.10.tar.gz

diff --git a/abrt.spec b/abrt.spec
index bbe21e5..dbb20a3 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,8 +3,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 0.0.9
-Release: 2%{?dist}
+Version: 0.0.10
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -24,6 +24,7 @@ BuildRequires: python-devel
 BuildRequires: gettext
 BuildRequires: nss-devel
 BuildRequires: polkit-devel
+BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -51,7 +52,8 @@ Development libraries and headers for %{name}.
 Summary: %{name}'s gui
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
-Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs
+Requires: dbus-python, pygtk2, pygtk2-libglade,
+Requires: gnome-python2-gnomevfs, gnome-python2-gnomekeyring
 # only if gtk2 version < 2.17
 #Requires: python-sexy
 Provides: abrt-applet = %{version}-%{release}
@@ -248,10 +250,12 @@ fi
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
-%{_mandir}/man8/%{name}.8.gz
+%{_mandir}/man8/abrtd.8.gz
 %{_mandir}/man5/%{name}.conf.5.gz
+%{_mandir}/man5/pyhook.conf.5.gz
 %{_mandir}/man7/%{name}-plugins.7.gz
 %{_datadir}/polkit-1/actions/org.fedoraproject.abrt.policy
+%{_datadir}/dbus-1/system-services/com.redhat.abrt.service
 
 %files libs
 %defattr(-,root,root,-)
@@ -354,7 +358,31 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
-* Wed Sep 23 2009  jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
+* Thu Oct 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-1
+- new version
+- added more logging (vda.linux@googlemail.com)
+- made polkit policy to be more permissive when installing debuginfo (jmoskovc@redhat.com)
+- lib/Plugins/CCpp.cpp: add build-ids to backtrace (vda.linux@googlemail.com)
+- lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD instead (vda.linux@googlemail.com)
+- GUI: added refresh button, added sanity check to plugin settings (jmoskovc@redhat.com)
+- Initial man page for abrt-cli (kklic@redhat.com)
+- Added --version, -V, --help, -? options. Fixed crash caused by unknown option. (kklic@redhat.com)
+- Date/time honors current system locale (kklic@redhat.com)
+- fixed saving/reading user config (jmoskovc@redhat.com)
+- SPEC: added gnome-python2-gnomekeyring to requirements (jmoskovc@redhat.com)
+- GUI: call Report() with the latest pluginsettings (jmoskovc@redhat.com)
+- Fix Bug 526220 -  [abrt] crash detected in abrt-gui-0.0.9-2.fc12 (vda.linux@googlemail.com)
+- removed unsecure reading/writting from ~HOME directory rhbz#522878 (jmoskovc@redhat.com)
+- error checking added to archive creation (danny@rawhide.localdomain)
+- try using pk-debuginfo-install before falling back to debuginfo-install (vda.linux@googlemail.com)
+- abrt-gui: make "report" toolbar button work even if abrtd is not running (vda.linux@googlemail.com)
+- set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information from dbus (npajkovs@redhat.com)
+- add support for abrtd autostart (vda.linux@googlemail.com)
+- GUI: reversed the dumplist, so the latest crashes are at the top (jmoskovc@redhat.com)
+- rewrite FileTransfer to use library calls instead of commandline calls for compression (dnovotny@redhat.com)
+- and many minor fixes ..
+
+* Wed Sep 23 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
 - added bug-buddy to provides rhbz#524934
 
 * Tue Sep 22 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1

diff --git a/sources b/sources
index b2e23fa..a868c98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d668c6d53564c05b8266eadff90f2c6  abrt-0.0.9.tar.gz
+67413b750a39605954b73a3e044c0666  abrt-0.0.10.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:02 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : b50913d623953437467a8afeff5f37ff56851700
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-09-04T17:55:36+00:00
Stats  : +47/-28 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/b50913d623953437467a8afeff5f37ff56851700?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index a77407e..c12ee8b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.8.tar.gz
+abrt-0.0.8.5.tar.gz

diff --git a/abrt.init b/abrt.init
index f1aed30..f1dc410 100644
--- a/abrt.init
+++ b/abrt.init
@@ -1,15 +1,16 @@
 #!/bin/bash
 # Starts the abrt daemon
 #
-# chkconfig: - 82 16
+# chkconfig: 35 82 16
 # description: Daemon to detect crashing apps
-# processname: abrt
+# processname: abrtd
 ### BEGIN INIT INFO
 # Provides: abrt
 # Required-Start: $syslog $local_fs
 # Required-Stop: $syslog $local_fs
-# Default-Stop: 0 1 2 3 4 5 6
-# Short-Description: start and stop crash-carcher daemon
+# Default-Stop: 0 1 2 6
+# Default-Start: 3 5
+# Short-Description: start and stop abrt daemon
 # Description: Listen and dispatch crash events
 ### END INIT INFO
 
@@ -25,22 +26,22 @@ RETVAL=0
 check() {
 	# Check that we're a privileged user
 	[ `id -u` = 0 ] || exit 4
-	
+
 	# Check if abrt is executable
-	test -x /usr/sbin/abrt || exit 5
+	test -x /usr/sbin/abrtd || exit 5
 }
 
 start() {
 
 	check
-	
+
 	# Check if it is already running
 	if [ ! -f /var/lock/subsys/abrt ]; then
-		echo -n $"Starting abrt daemon: "	
-	    daemon /usr/sbin/abrt
-	    RETVAL=$?
-	    [ $RETVAL -eq 0 ] && touch /var/lock/subsys/abrt
-	    echo
+		echo -n $"Starting abrt daemon: "
+		daemon /usr/sbin/abrtd
+		RETVAL=$?
+		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/abrt
+		echo
 	fi
 	return $RETVAL
 }
@@ -48,24 +49,24 @@ start() {
 stop() {
 
 	check
-	
+
 	echo -n $"Stopping abrt daemon: "
-	killproc /usr/sbin/abrt
+	killproc /usr/sbin/abrtd
 	RETVAL=$?
 	[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/abrt
 	echo
-    return $RETVAL
+	return $RETVAL
 }
 
 
 restart() {
 	stop
 	start
-}	
+}
 
 reload() {
 	restart
-}	
+}
 
 case "$1" in
 start)

diff --git a/abrt.spec b/abrt.spec
index cd1d6e1..a5427a0 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,13 +3,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 0.0.8
+Version: 0.0.8.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
 Source: http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz
 Source1: abrt.init
+BuildRequires: dbus-devel
 BuildRequires: dbus-c++-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -56,6 +57,7 @@ Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs
 Provides: abrt-applet = %{version}-%{release}
 Obsoletes: abrt-applet < 0.0.5
 Conflicts: abrt-applet < 0.0.5
+Obsoletes: bug-buddy
 
 %description gui
 GTK+ wizard for convenient bug reporting.
@@ -75,7 +77,7 @@ Summary: %{name}'s kerneloops addon
 Group: System Environment/Libraries
 Requires: %{name}-plugin-kerneloopsreporter = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
-Conflicts: kerneloops
+Obsoletes: kerneloops
 Obsoletes: abrt-plugin-kerneloops
 
 %description addon-kerneloops
@@ -199,7 +201,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 # remove all .la and .a files
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
-install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/%{name}
+install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/abrtd
 mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}
 
 desktop-file-install \
@@ -214,14 +216,14 @@ desktop-file-install \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/chkconfig --add %{name}
+/sbin/chkconfig --add %{name}d
 
 %post libs -p /sbin/ldconfig
 
 %preun
-if [ "$1" = 0 ] ; then
-  service %{name} stop >/dev/null 2>&1
-  /sbin/chkconfig --del %{name}
+if [ "$1" -eq "0" ] ; then
+  service %{name}d stop >/dev/null 2>&1
+  /sbin/chkconfig --del %{name}d
 fi
 
 %postun libs -p /sbin/ldconfig
@@ -229,10 +231,10 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING
-%{_sbindir}/%{name}
+%{_sbindir}/%{name}d
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
-%{_initrddir}/%{name}
+%{_initrddir}/%{name}d
 %dir /var/cache/%{name}
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
@@ -335,6 +337,22 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Fri Sep  4 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
+- new version
+- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
+- renamed abrt to abrtd, few minor spec file fixes (jmoskovc@redhat.com)
+- Made abrt service start by deafult (jmoskovc@redhat.com)
+- add gettext support for all plugins (npajkovs@redhat.com)
+- APPLET: removed the warning bubble about not running abrt service (walters)
+- APPLET: changed tooltip rhbz#520293 (jmoskovc@redhat.com)
+- CommLayerServerDBus: rewrote to use dbus, not dbus-c++ (vda.linux@googlemail.com)
+- fixed timeout on boot causing [ FAILED ] message (vda.linux@googlemail.com)
+- and many other fixes
+
+* Wed Sep 02 2009  Colin Walters <watlers@verbum.org> 0.0.8-2
+- Change Conflicts: kerneloops to be an Obsoletes so we do the right thing
+  on upgrades.  Also add an Obsoletes: bug-buddy.
+
 * Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
 - new version
 - resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)

diff --git a/sources b/sources
index 0bfd2b4..9a230d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0945b2fd88a2d8acd31a171e4a65ed16  abrt-0.0.8.tar.gz
+a66bdfb2d95a2a7c71ac6aa56be98d5e  abrt-0.0.8.5.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: New version
@ 2026-08-03 11:02 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 5f9fc0b99dad81928c3d0b9d94124a7e1fac24db
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-08-31T12:55:40+00:00
Stats  : +54/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/5f9fc0b99dad81928c3d0b9d94124a7e1fac24db?branch=update-2.17.9-f44

Log:
New version

---
diff --git a/.cvsignore b/.cvsignore
index 5677045..a77407e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.7.1.tar.gz
+abrt-0.0.8.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 1b1258f..cd1d6e1 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 0.0.7.1
+Version: 0.0.8
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -21,6 +21,8 @@ BuildRequires: libnotify-devel
 BuildRequires: xmlrpc-c-devel
 BuildRequires: file-devel
 BuildRequires: python-devel
+BuildRequires: gettext
+BuildRequires: nss-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -48,7 +50,9 @@ Development libraries and headers for %{name}.
 Summary: %{name}'s gui
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
-Requires: dbus-python, pygtk2, pygtk2-libglade
+Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs
+# only if gtk2 version < 2.17
+#Requires: python-sexy
 Provides: abrt-applet = %{version}-%{release}
 Obsoletes: abrt-applet < 0.0.5
 Conflicts: abrt-applet < 0.0.5
@@ -188,6 +192,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+%find_lang %{name}
 
 #rm -rf $RPM_BUILD_ROOT/%{_libdir}/lib*.la
 #rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/lib*.la
@@ -221,7 +226,7 @@ fi
 
 %postun libs -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING
 %{_sbindir}/%{name}
@@ -330,6 +335,50 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
+- new version
+- resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
+- GUI: added support for gettext (+part of czech translation) (jmoskovc)
+- added support for saving settings (zprikryl)
+- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
+- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
+- GUI: added first part of support for gettext (jmoskovc)
+- add new parameter to FileTransfer plugin (dnovotny)
+- added support for updating abrt's table (zprikryl)
+- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
+- GUI: few improvements, to be more userfriendly (jmoskovc)
+- LOGGER: return valid uri of the log file on succes (jmoskovc)
+- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
+- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
+- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
+- Improved report results (zprikryl)
+- Fixed sigsegv (#rhbz 518609) (zprikryl)
+- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
+- fixed signature check (zprikryl)
+- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
+- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
+- command mailx isn't run under root anymore. (zprikryl)
+- GUI: added horizontal scrolling to report window (jmoskovc)
+- GUI: added clickable link to "after report" status window (jmoskovc)
+- added default values for abrt daemon (zprikryl)
+- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
+- explain EnableGPGCheck option better (vda.linux)
+- mailx: correct English (vda.linux)
+- Bugzilla.conf: correct English (vda.linux)
+- GUI: nicer after report message (jmoskovc)
+- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
+- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
+- abrt.spec: bump version to 0.0.7-2 (vda.linux)
+- mailx removed dangerous parameter option (zprikryl)
+- minimum timeout is 1 second (zprikryl)
+- in case of plugin error, don't delete debug dumps (zprikryl)
+- abrt-gui: fix crash when run by root (vda.linux)
+- and lot more in git log ...
+
+* Thu Aug 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
+- new version
+- fixed some bugs found during test day
+
 * Wed Aug 19 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
 - fixes to bugzilla plugin and gui to make the report message more user-friendly
 

diff --git a/sources b/sources
index b893d30..0bfd2b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ba81fa12b181c5d286f44a2890c6de3  abrt-0.0.7.1.tar.gz
+0945b2fd88a2d8acd31a171e4a65ed16  abrt-0.0.8.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [rpms/abrt] update-2.17.9-f44: new version
@ 2026-08-03 11:02 
  0 siblings, 0 replies; 14+ messages in thread
From:  @ 2026-08-03 11:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 61af8813ec7a72d4c9ee1dbd5312541fa2e5a9e6
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2009-08-18T09:06:03+00:00
Stats  : +11/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/61af8813ec7a72d4c9ee1dbd5312541fa2e5a9e6?branch=update-2.17.9-f44

Log:
new version

---
diff --git a/.cvsignore b/.cvsignore
index 603eeef..b64216f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-0.0.6.tar.gz
+abrt-0.0.7.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 773a7ef..a922df2 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 0.0.6
+Version: 0.0.7
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -22,6 +22,7 @@ BuildRequires: xmlrpc-c-devel
 BuildRequires: file-devel
 BuildRequires: python-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: %{name}-libs = %{version}-%{release}
 
 %description
 %{name} is a tool to help users to detect defects in applications and
@@ -48,6 +49,9 @@ Summary: %{name}'s gui
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
 Requires: dbus-python, pygtk2, pygtk2-libglade
+Provides: abrt-applet = %{version}-%{release}
+Obsoletes: abrt-applet < 0.0.5
+Conflicts: abrt-applet < 0.0.5
 
 %description gui
 GTK+ wizard for convenient bug reporting.
@@ -326,6 +330,10 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Aug 18 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7-1
+- new version
+- added status window to show user some info after reporting a bug
+
 * Mon Aug 17 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
 - new version
 - many fixes

diff --git a/sources b/sources
index 87f69e0..6c4623c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c7760cb88a2719087846190faf370c6  abrt-0.0.6.tar.gz
+31be7e454451ebf8f173b4f7f851566f  abrt-0.0.7.tar.gz

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-08-03 11:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
  -- strict thread matches above, loose matches on Subject: below --
2026-08-03 11:03 
2026-08-03 11:03 
2026-08-03 11:03 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:03 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: new version 
2026-08-03 11:02 
2026-08-03 11:02 [rpms/abrt] update-2.17.9-f44: New version 
2026-08-03 11:02 [rpms/abrt] update-2.17.9-f44: new version 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox