rpms/abrt/devel .cvsignore, 1.18, 1.19 abrt.spec, 1.27, 1.28 sources, 1.20, 1.21

Jiří Moskovčák jmoskovc at fedoraproject.org
Thu May 13 09:13:28 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18994

Modified Files:
	.cvsignore abrt.spec sources 
Log Message:
new upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	7 Apr 2010 13:38:25 -0000	1.18
+++ .cvsignore	13 May 2010 09:13:28 -0000	1.19
@@ -1 +1 @@
-abrt-1.0.9.tar.gz
+abrt-1.1.1.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- abrt.spec	30 Apr 2010 08:28:35 -0000	1.27
+++ abrt.spec	13 May 2010 09:13:28 -0000	1.28
@@ -11,12 +11,12 @@
 %if 0%{?_buildid}
 %define pkg_release 0.%{?_buildid}%{?dist}
 %else
-%define pkg_release 3%{?dist}
+%define pkg_release 1%{?dist}
 %endif
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.9
+Version: 1.1.1
 Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
@@ -24,10 +24,6 @@ URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
-Patch1: abrt-localizedyum.patch
-Patch2: abrt-1.0.9-better-bz-summary.patch
-Patch3: abrt-1.0.9-ignore_user_scripts.patch
-Patch4: abrt-1.0.9-crash-function-detect.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -240,10 +236,6 @@ Virtual package to make easy default ins
 %prep
 %setup -q
 %patch0 -p1 -b .hideprefs
-%patch1 -p1 -b .localizedyum
-%patch2 -p1 -b .better_bz
-%patch3 -p1 -b .ingore_unp_scripts
-%patch4 -p1 -b .crash_function_detect
 
 %build
 %configure
@@ -358,6 +350,7 @@ fi
 %{_datadir}/%{name}/*.glade
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/icons/hicolor/*/status/*
 %{_datadir}/%{name}/icons/hicolor/*/status/*
 %{_bindir}/%{name}-applet
 %{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
@@ -465,10 +458,37 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Thu May 13 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-1
+- updated translations
+- removed avant-window-navigator from blacklist (jmoskovc at redhat.com)
+- Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux at googlemail.com)
+- fix bug 588945 - sparse core files performance hit (vda.linux at googlemail.com)
+- Add BlackListedPaths option to abrt.conf. Fixes #582421 (vda.linux at googlemail.com)
+- Do not die when /var/cache/abrt/*/uid does not contain a number (rhbz#580899) (kklic at redhat.com)
+- rid of rewriting config in /etc/abrt/abrt.conf (npajkovs at redhat.com)
+- fix bug 571411: backtrace attachment of the form /var/cache/abrt/foo-12345-67890/backtrace (vda.linux at googlemail.com)
+- Do not echo password to terminal in abrt-cli (kklic at redhat.com)
+- improved daemon error messages (kklic at redhat.com)
+
+* Mon May 03 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.0-1
+- updated transaltions
+- added Hebrew into languages
+- updated icons rhbz#587698 (jmoskovc at redhat.com)
+- Bugzilla login/password emptiness check uses 'or' instead of 'and' (kklic at redhat.com)
+- Show error message when abrtd service is run as non-root. rhbz#584352 (kklic at redhat.com)
+- Rename EnableOpenGPG to OpenGPGCheck in the man page rhbz#584332 (kklic at redhat.com)
+- Document ProcessUnpackaged in abrt.conf.5. Document default values. (kklic at redhat.com)
+- Crash function is now detected even for threads without an abort frame (kklic at redhat.com)
+- comment can be private (npajkovs at redhat.com)
+- do not catch perl/python crashes when the script is not of known package origin (kklic at redhat.com)
+- kerneloop is more informative when failed (npajkovs at redhat.com)
+- add function name into summary(if it's found) (npajkovs at redhat.com)
+- Change kerneloops message when it fails (npajkovs at redhat.com)
+
 * Fri Apr 30 2010 Karel Klic <kklic at redhat.com> 1.0.9-3
 - fixed crash function detection (a part of duplication detection)
 
-* Wed Apr 15 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.0.9-2
+* Wed Apr 14 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.0.9-2
 - fixed problem with localized yum messages rhbz#581804
 - better bugzilla summary (napjkovs at redhat.com)
 - ignore interpreter (py,perl) crashes caused by unpackaged scripts (kklic at redhat.com)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sources	7 Apr 2010 13:38:25 -0000	1.20
+++ sources	13 May 2010 09:13:28 -0000	1.21
@@ -1 +1 @@
-aaa31f787ae7c144c57837928d26fdc9  abrt-1.0.9.tar.gz
+3a358fa88e1746b5f755b1e1fb2f15c6  abrt-1.1.1.tar.gz



More information about the scm-commits mailing list