rpms/abrt/F-13 abrt-1.0.9-hideprefs.patch, NONE, 1.1 abrt.spec, 1.24, 1.25

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Mar 31 19:47:52 UTC 2010


Author: jmoskovc

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

Modified Files:
	abrt.spec 
Added Files:
	abrt-1.0.9-hideprefs.patch 
Log Message:
new version 1.0.9pre


abrt-1.0.9-hideprefs.patch:
 ccgui.glade |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE abrt-1.0.9-hideprefs.patch ---
--- 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>


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-13/abrt.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- abrt.spec	14 Mar 2010 22:43:34 -0000	1.24
+++ abrt.spec	31 Mar 2010 19:47:52 -0000	1.25
@@ -1,19 +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 201003311
+
+%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: 3%{?dist}
+Version: 1.0.9
+Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
-Patch1: remove_R2.patch
-Patch2: abrt-1.0.8-oops.patch
-Patch3: abrt-1.0.8-use-only-enabledrepos.patch
-Patch4: abrt-1.0.8-debuginfoinstall-latest-yum.patch
+Patch0: abrt-1.0.9-hideprefs.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -83,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
@@ -151,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
@@ -220,10 +235,7 @@ Virtual package to make easy default ins
 
 %prep
 %setup -q
-%patch1 -b .~remove_R2 -p1
-%patch2 -b .~oops -p1
-%patch3 -b .~only-enabled -p1
-%patch4 -b .~latest-yum -p1
+%patch0 -p1 -b .hideprefs
 
 %build
 %configure
@@ -267,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
@@ -277,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 || :
@@ -319,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
 
@@ -333,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
@@ -379,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
@@ -405,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
@@ -417,6 +457,38 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Mar 31 2010 Jiri Moskovcak <jmoskovc at 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 at redhat.com)
+- GUI: total rewrite based on design from Mairin Duffy (jmoskovc at redhat.com)
+- trivial: better HTTP/curl error reporting (vda.linux at googlemail.com)
+- Use backtrace parser from abrtutils, new backtrace rating algorithm, store crash function if it's known (kklic at redhat.com)
+- abrt-rate-backtrace is replaced by abrt-backtrace --rate (kklic at redhat.com)
+- Ignore some temp files (kklic at redhat.com)
+- PYHOOK: don't use sitecustomize.py rhbz#539497 (jmoskovc at redhat.com)
+- rhfastcheck: a new reporter plugin based on Gavin's work (vda.linux at googlemail.com)
+- rhticket: new reporter plugin (vda.linux at googlemail.com)
+- GUI: fixed few window icons (jmoskovc at redhat.com)
+- Allow user to select which reporter he wants to use to report a crash using CLI.(kklic at redhat.com)
+- bz reporter: s/uuid/duphash; more understandable message; simplify result str generation; fix indentation (vda.linux at googlemail.com)
+- GUI: fixed crash count column sorting rhbz#573139 (jmoskovc at redhat.com)
+- Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. (vda.linux at googlemail.com)
+- Kerneloops: fix a case when we file an oops w/o backtrace (vda.linux at googlemail.com)
+- minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26 (jmoskovc at redhat.com)
+- GUI: added action to applet to directly report last crash (jmoskovc at redhat.com)
+- Never flag backtrace as binary file (fixes problem observed in bz#571411) (vda.linux at googlemail.com)
+- improve syslog file detection. closes bz#565983 (vda.linux at googlemail.com)
+- add arch, package and release in comment (npajkovs at redhat.com)
+- add ProcessUnpackaged option to abrt.conf (vda.linux at googlemail.com)
+- abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos (vda.linux at googlemail.com)
+- fix format security error (fcrozat at mandriva.com)
+- icons repackaging (jmoskovc at redhat.com)
+- partial fix for bz#565983 (vda.linux at googlemail.com)
+- SPEC: Updated source URL (jmoskovc at redhat.com)
+- removed unneeded patches
+- and much more ...
+
 * Sat Mar 13 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.8-3
 - fixed kerneloops reporting rhbz#570081
 - fixed Source url



More information about the scm-commits mailing list