Build latest version on F-21/rawhide, Fix descriptions

This commit is contained in:
Peter Robinson 2014-01-08 16:43:13 +00:00
parent 422b31bc7f
commit 16d11240a4
2 changed files with 9 additions and 33 deletions

30
.gitignore vendored
View File

@ -1,29 +1 @@
/libreport-2.0.3.tar.gz /libreport-2.*.tar.gz
/libreport-2.0.4.tar.gz
/libreport-2.0.5.tar.gz
/libreport-2.0.6.tar.gz
/libreport-2.0.7.tar.gz
/libreport-2.0.8.tar.gz
/libreport-2.0.10.tar.gz
/libreport-2.0.11.tar.gz
/libreport-2.0.12.tar.gz
/libreport-2.0.13.tar.gz
/libreport-2.0.14.tar.gz
/libreport-2.0.15.tar.gz
/libreport-2.0.16.tar.gz
/libreport-2.0.17.tar.gz
/libreport-2.0.18.tar.gz
/libreport-2.0.19.tar.gz
/libreport-2.0.20.tar.gz
/libreport-2.1.0.tar.gz
/libreport-2.1.1.tar.gz
/libreport-2.1.2.tar.gz
/libreport-2.1.3.tar.gz
/libreport-2.1.4.tar.gz
/libreport-2.1.5.tar.gz
/libreport-2.1.6.tar.gz
/libreport-2.1.7.tar.gz
/libreport-2.1.8.tar.gz
/libreport-2.1.9.tar.gz
/libreport-2.1.10.tar.gz
/libreport-2.1.11.tar.gz

View File

@ -7,7 +7,7 @@
Summary: Generic library for reporting various problems Summary: Generic library for reporting various problems
Name: libreport Name: libreport
Version: 2.1.11 Version: 2.1.11
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://fedorahosted.org/abrt/ URL: https://fedorahosted.org/abrt/
@ -233,7 +233,7 @@ Requires: %{name} = %{version}-%{release}
%description fedora %description fedora
Default configuration for reporting bugs via Fedora infrastructure Default configuration for reporting bugs via Fedora infrastructure
used to easy configure the reporting process for Fedora systems. Just used to easily configure the reporting process for Fedora systems. Just
install this package and you're done. install this package and you're done.
%endif %endif
@ -245,7 +245,7 @@ Requires: %{name} = %{version}-%{release}
%description rhel %description rhel
Default configuration for reporting bugs via Red Hat infrastructure Default configuration for reporting bugs via Red Hat infrastructure
used to easy configure the reporting process for Red Hat systems. Just used to easily configure the reporting process for Red Hat systems. Just
install this package and you're done. install this package and you're done.
%package rhel-bugzilla %package rhel-bugzilla
@ -268,7 +268,7 @@ Requires: libreport-plugin-bugzilla = %{version}-%{release}
%description rhel-anaconda-bugzilla %description rhel-anaconda-bugzilla
Default configuration for reporting Anaconda problems to Red Hat Bugzilla used Default configuration for reporting Anaconda problems to Red Hat Bugzilla used
to easy configure the reporting process for Red Hat systems. Just install this to easily configure the reporting process for Red Hat systems. Just install this
package and you're done. package and you're done.
%endif %endif
@ -603,6 +603,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog %changelog
* Wed Jan 8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.11-2
- Build latest version on F-21/rawhide
- Fix descriptions
* Wed Jan 08 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-1 * Wed Jan 08 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-1
- Update translations - Update translations
- add type agnostic functions for map_string_t - add type agnostic functions for map_string_t