rpms/abrt/F-13 .cvsignore, 1.18, 1.19 abrt.spec, 1.28, 1.29 sources, 1.20, 1.21

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon May 3 16:51:39 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26567

Modified Files:
	.cvsignore abrt.spec sources 
Log Message:
updated to the latest upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-13/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	31 Mar 2010 20:20:27 -0000	1.18
+++ .cvsignore	3 May 2010 16:51:37 -0000	1.19
@@ -1 +1 @@
-abrt-1.0.9.tar.gz
+abrt-1.1.0.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-13/abrt.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- abrt.spec	3 May 2010 09:03:09 -0000	1.28
+++ abrt.spec	3 May 2010 16:51:37 -0000	1.29
@@ -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.0
 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,8 +458,20 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
-* Mon May 03 2010 Karel Klic <kklic at redhat.com> 1.0.9-3
-- fixed crash function detection (a part of duplication detection)
+* 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)
 
 * Wed Apr 14 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.0.9-2
 - fixed problem with localized yum messages rhbz#581804


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-13/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sources	6 Apr 2010 18:00:34 -0000	1.20
+++ sources	3 May 2010 16:51:37 -0000	1.21
@@ -1 +1 @@
-aaa31f787ae7c144c57837928d26fdc9  abrt-1.0.9.tar.gz
+0c35a564a6621ddead37a8db9d4af8e0  abrt-1.1.0.tar.gz



More information about the scm-commits mailing list