[libreport] new upstream - 2.0.4

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon Jun 20 12:24:27 UTC 2011


commit a4a45447cb91f5ac6c6c46b28772717a2b0593c9
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Mon Jun 20 14:26:40 2011 +0200

    new upstream - 2.0.4

 .gitignore     |    1 +
 libreport.spec |   20 +++++++++-----------
 sources        |    2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ac33cd..931ec8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libreport-2.0.3.tar.gz
+/libreport-2.0.4.tar.gz
diff --git a/libreport.spec b/libreport.spec
index 7faac84..87ab71e 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.0.3
+Version: 2.0.4
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -137,21 +137,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/libreport/abrt_dbus.h
+# Public api headers:
 %{_includedir}/libreport/dump_dir.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/read_write.h
 %{_includedir}/libreport/report.h
 %{_includedir}/libreport/run_event.h
-%{_includedir}/libreport/strbuf.h
-%{_includedir}/libreport/xfuncs.h
+# Private api headers:
+%{_includedir}/libreport/internal_abrt_dbus.h
+%{_includedir}/libreport/internal_libreport.h
 %{_libdir}/libreport.so
 %{_libdir}/libabrt_dbus.so
 %{_libdir}/pkgconfig/libreport.pc
@@ -174,6 +168,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/pkgconfig/libreport-gtk.pc
 
 %changelog
+* Mon Jun 20 2011 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.4-1
+- new upstream release
+- cleaned some header files
+
 * Thu Jun 16 2011 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.3-1
 - added report-cli
 - updated translation
diff --git a/sources b/sources
index 9d461be..48994ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-347fbb70d892bc811f663f5b4fb89765  libreport-2.0.3.tar.gz
+43d5eda24dc5019d8e81ead3debcfc2b  libreport-2.0.4.tar.gz


More information about the scm-commits mailing list