new upstream - 2.0.4
This commit is contained in:
parent
27462cc55b
commit
a4a45447cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libreport-2.0.3.tar.gz
|
/libreport-2.0.3.tar.gz
|
||||||
|
/libreport-2.0.4.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -137,21 +137,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/libreport/abrt_dbus.h
|
# Public api headers:
|
||||||
%{_includedir}/libreport/dump_dir.h
|
%{_includedir}/libreport/dump_dir.h
|
||||||
%{_includedir}/libreport/event_config.h
|
%{_includedir}/libreport/event_config.h
|
||||||
%{_includedir}/libreport/hash_sha1.h
|
|
||||||
%{_includedir}/libreport/libreport.h
|
|
||||||
%{_includedir}/libreport/libreport_problem_data.h
|
|
||||||
%{_includedir}/libreport/libreport_types.h
|
|
||||||
%{_includedir}/libreport/logging.h
|
|
||||||
%{_includedir}/libreport/parse_options.h
|
|
||||||
%{_includedir}/libreport/problem_data.h
|
%{_includedir}/libreport/problem_data.h
|
||||||
%{_includedir}/libreport/read_write.h
|
|
||||||
%{_includedir}/libreport/report.h
|
%{_includedir}/libreport/report.h
|
||||||
%{_includedir}/libreport/run_event.h
|
%{_includedir}/libreport/run_event.h
|
||||||
%{_includedir}/libreport/strbuf.h
|
# Private api headers:
|
||||||
%{_includedir}/libreport/xfuncs.h
|
%{_includedir}/libreport/internal_abrt_dbus.h
|
||||||
|
%{_includedir}/libreport/internal_libreport.h
|
||||||
%{_libdir}/libreport.so
|
%{_libdir}/libreport.so
|
||||||
%{_libdir}/libabrt_dbus.so
|
%{_libdir}/libabrt_dbus.so
|
||||||
%{_libdir}/pkgconfig/libreport.pc
|
%{_libdir}/pkgconfig/libreport.pc
|
||||||
@ -174,6 +168,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/libreport-gtk.pc
|
%{_libdir}/pkgconfig/libreport-gtk.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.4-1
|
||||||
|
- new upstream release
|
||||||
|
- cleaned some header files
|
||||||
|
|
||||||
* Thu Jun 16 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.3-1
|
* Thu Jun 16 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.3-1
|
||||||
- added report-cli
|
- added report-cli
|
||||||
- updated translation
|
- updated translation
|
||||||
|
Loading…
Reference in New Issue
Block a user