2018-03-05 09:56:42 +00:00
|
|
|
%ifarch %{valgrind_arches}
|
2014-09-29 09:26:33 +00:00
|
|
|
%global has_valgrind 1
|
|
|
|
%endif
|
|
|
|
|
2011-12-22 14:12:31 +00:00
|
|
|
Name: gcr
|
2020-02-18 06:54:48 +00:00
|
|
|
Version: 3.35.91
|
2020-02-03 16:40:52 +00:00
|
|
|
Release: 1%{?dist}
|
2011-12-22 14:12:31 +00:00
|
|
|
Summary: A library for bits of crypto UI and parsing
|
|
|
|
|
|
|
|
License: LGPLv2+
|
2015-02-27 08:42:29 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/CryptoGlue
|
2020-01-20 21:00:48 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.35/%{name}-%{version}.tar.xz
|
2011-12-22 14:12:31 +00:00
|
|
|
|
2020-01-20 21:00:48 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: meson
|
2015-02-27 08:49:22 +00:00
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(p11-kit-1)
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: libgcrypt-devel
|
2011-12-22 14:12:31 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2016-09-22 05:28:44 +00:00
|
|
|
BuildRequires: vala
|
2014-09-29 09:26:33 +00:00
|
|
|
%if 0%{?has_valgrind}
|
2014-09-14 12:47:31 +00:00
|
|
|
BuildRequires: valgrind-devel
|
2014-09-29 09:26:33 +00:00
|
|
|
%endif
|
2017-01-25 04:39:09 +00:00
|
|
|
BuildRequires: /usr/bin/gpg2
|
2015-02-27 08:49:22 +00:00
|
|
|
BuildRequires: /usr/bin/valac
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
2019-04-11 12:36:59 +00:00
|
|
|
Requires: %{name}-base%{?_isa} = %{version}-%{release}
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
gcr is a library for displaying certificates, and crypto UI, accessing
|
|
|
|
key stores. It also provides a viewer for crypto files on the GNOME
|
|
|
|
desktop.
|
|
|
|
|
|
|
|
gck is a library for accessing PKCS#11 modules like smart cards.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for gcr
|
2014-04-05 15:33:19 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The gcr-devel package includes the header files for the gcr library.
|
|
|
|
|
2019-04-11 12:36:59 +00:00
|
|
|
%package base
|
|
|
|
Summary: Library files for gcr
|
|
|
|
Conflicts: %{name} < 3.28.1-3
|
|
|
|
|
|
|
|
%description base
|
|
|
|
The gcr-base package includes the gcr-base library.
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
%prep
|
2019-01-04 08:14:35 +00:00
|
|
|
%autosetup -p1
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
%build
|
2020-01-20 21:00:48 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2020-01-20 21:00:48 +00:00
|
|
|
%meson_install
|
2011-12-22 14:12:31 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2018-03-05 09:58:52 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
|
|
|
|
|
|
|
|
|
2011-12-22 14:12:31 +00:00
|
|
|
%files -f %{name}.lang
|
2015-02-27 08:44:05 +00:00
|
|
|
%doc README NEWS
|
|
|
|
%license COPYING
|
2011-12-22 14:12:31 +00:00
|
|
|
%{_bindir}/gcr-viewer
|
|
|
|
%{_datadir}/applications/gcr-viewer.desktop
|
|
|
|
%dir %{_datadir}/GConf
|
|
|
|
%dir %{_datadir}/GConf/gsettings
|
|
|
|
%{_datadir}/GConf/gsettings/org.gnome.crypto.pgp.convert
|
|
|
|
%{_datadir}/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
|
2012-03-21 11:03:13 +00:00
|
|
|
%{_libdir}/girepository-1.0
|
2013-02-05 23:32:55 +00:00
|
|
|
%{_libdir}/libgcr-ui-3.so.*
|
2011-12-22 14:12:31 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
|
%{_datadir}/mime/packages/gcr-crypto-types.xml
|
|
|
|
%{_libexecdir}/gcr-prompter
|
2018-03-05 09:55:15 +00:00
|
|
|
%{_libexecdir}/gcr-ssh-askpass
|
2011-12-22 14:12:31 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.keyring.SystemPrompter.service
|
2012-03-06 03:12:04 +00:00
|
|
|
%{_datadir}/applications/gcr-prompter.desktop
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/gck-1
|
|
|
|
%{_includedir}/gcr-3
|
|
|
|
%{_libdir}/libgck-1.so
|
|
|
|
%{_libdir}/libgcr-base-3.so
|
2013-02-05 23:32:55 +00:00
|
|
|
%{_libdir}/libgcr-ui-3.so
|
2011-12-22 14:12:31 +00:00
|
|
|
%{_libdir}/pkgconfig/gck-1.pc
|
|
|
|
%{_libdir}/pkgconfig/gcr-3.pc
|
|
|
|
%{_libdir}/pkgconfig/gcr-base-3.pc
|
2013-02-05 23:32:55 +00:00
|
|
|
%{_libdir}/pkgconfig/gcr-ui-3.pc
|
2012-03-21 11:03:13 +00:00
|
|
|
%{_datadir}/gir-1.0
|
2011-12-22 14:12:31 +00:00
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
|
|
|
%{_datadir}/gtk-doc/html/gck
|
2020-01-20 21:00:48 +00:00
|
|
|
%{_datadir}/gtk-doc/html/gcr
|
2013-05-03 21:17:44 +00:00
|
|
|
%{_datadir}/vala/
|
2011-12-22 14:12:31 +00:00
|
|
|
|
2019-04-11 12:36:59 +00:00
|
|
|
%files base
|
|
|
|
%{_libdir}/libgck-1.so.*
|
|
|
|
%{_libdir}/libgcr-base-3.so.*
|
2011-12-22 14:12:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-02-18 06:54:48 +00:00
|
|
|
* Tue Feb 18 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
|
|
|
|
- Update to 3.35.91
|
|
|
|
|
2020-02-03 16:40:52 +00:00
|
|
|
* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
|
|
|
|
- Update to 3.35.90
|
|
|
|
|
2020-01-28 19:40:52 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-20 21:00:48 +00:00
|
|
|
* Mon Jan 20 2020 Kalev Lember <klember@redhat.com> - 3.35.1-1
|
|
|
|
- Update to 3.35.1
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2019-10-14 17:37:59 +00:00
|
|
|
* Mon Oct 14 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
2019-08-19 20:28:46 +00:00
|
|
|
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
|
|
|
|
- Update to 3.33.4
|
|
|
|
|
2019-07-25 01:35:42 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-02 15:04:33 +00:00
|
|
|
* Sun Jun 02 2019 Dan Horák <dan[at]danny.cz> - 3.28.1-4
|
|
|
|
- fix gcr-prompter crash (rhbz#1631759)
|
|
|
|
|
2019-04-11 12:36:59 +00:00
|
|
|
* Thu Apr 11 2019 Fabiano Fidêncio <fidencio@redhat.com> - 3.28.1-3
|
|
|
|
- Split gcr-base into a new package
|
|
|
|
|
2019-01-31 20:40:29 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-21 11:10:20 +00:00
|
|
|
* Mon Jan 21 2019 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
|
|
|
- Update to 3.28.1
|
|
|
|
|
2019-01-04 08:14:35 +00:00
|
|
|
* Fri Jan 04 2019 Kalev Lember <klember@redhat.com> - 3.28.0-3
|
|
|
|
- Backport a patch to fix gnome-shell crashes with glib 2.59
|
2019-01-04 08:15:10 +00:00
|
|
|
- Use make_build and make_install macros
|
2019-01-04 08:14:35 +00:00
|
|
|
|
2018-07-13 01:11:55 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-12 12:16:36 +00:00
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
- Update to 3.28.0
|
|
|
|
|
2018-03-05 09:55:15 +00:00
|
|
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
|
|
|
- Update to 3.27.92
|
2018-03-05 09:56:42 +00:00
|
|
|
- Use valgrind_arches macro instead of hardcoding valgrind arch list
|
2018-03-05 09:57:04 +00:00
|
|
|
- Drop group tags
|
2018-03-05 09:57:52 +00:00
|
|
|
- Drop ldconfig scriptlets
|
2018-03-05 09:58:52 +00:00
|
|
|
- Move desktop file validation to check section
|
2018-03-05 09:59:34 +00:00
|
|
|
- Drop ancient conflicts
|
2018-03-05 09:55:15 +00:00
|
|
|
|
2018-02-07 10:42:34 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 20:59:40 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:09:58 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 10:16:46 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-25 04:39:09 +00:00
|
|
|
* Wed Jan 25 2017 Kalev Lember <klember@redhat.com> - 3.20.0-3
|
|
|
|
- Build with gpg2 support to match seahorse (#1005916)
|
|
|
|
|
2016-09-22 05:28:44 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-2
|
|
|
|
- BR vala instead of obsolete vala-tools subpackage
|
|
|
|
|
2016-03-25 10:24:16 +00:00
|
|
|
* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-02-03 21:05:17 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-20 20:06:10 +00:00
|
|
|
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
|
|
|
|
- Update to 3.19.4
|
|
|
|
|
2015-09-28 16:49:22 +00:00
|
|
|
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
2015-09-15 10:34:08 +00:00
|
|
|
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 3.17.4-1
|
|
|
|
- Update to 3.17.4
|
|
|
|
|
2015-06-17 07:05:06 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-12 17:12:57 +00:00
|
|
|
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-17 22:35:59 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
|
|
|
|
2015-02-27 08:40:28 +00:00
|
|
|
* Fri Feb 27 2015 David King <amigadave@amigadave.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
2015-02-27 08:42:29 +00:00
|
|
|
- Update URL
|
2015-02-27 08:44:05 +00:00
|
|
|
- Add more documentation and use license macro for COPYING
|
2015-02-27 08:49:22 +00:00
|
|
|
- Use pkgconfig for BuildRequires
|
2015-02-27 08:50:38 +00:00
|
|
|
- Preserve timestamps during install
|
2015-02-27 08:40:28 +00:00
|
|
|
|
2015-02-21 21:17:51 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.14.0-3
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-09-29 09:26:33 +00:00
|
|
|
* Mon Sep 29 2014 Dan Horák <dan[at]danny.cz> - 3.14.0-2
|
|
|
|
- valgrind available only on selected arches
|
|
|
|
|
2014-09-23 06:31:18 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-20 11:13:30 +00:00
|
|
|
* Sat Sep 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-4
|
|
|
|
- Update mime scriptlets
|
|
|
|
|
2014-09-14 12:47:31 +00:00
|
|
|
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-2
|
2014-09-16 11:49:47 +00:00
|
|
|
- Use system valgrind headers (#1141470)
|
2014-09-14 12:47:31 +00:00
|
|
|
|
2014-09-11 12:45:37 +00:00
|
|
|
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
|
|
|
- Update to 3.13.91
|
|
|
|
|
2014-08-16 13:52:37 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 16:48:32 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 13:32:17 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-15 19:23:48 +00:00
|
|
|
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
|
|
|
|
- Update to 3.12.2
|
|
|
|
|
2014-04-05 15:33:19 +00:00
|
|
|
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
|
|
|
|
- Tighten -devel deps
|
|
|
|
|
2014-03-23 10:08:14 +00:00
|
|
|
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-08 08:13:58 +00:00
|
|
|
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2013-10-28 20:40:52 +00:00
|
|
|
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-09-24 22:59:02 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-03 21:32:27 +00:00
|
|
|
* Tue Sep 3 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.91-1
|
|
|
|
- Update to 3.9.91
|
|
|
|
|
2013-08-28 15:39:29 +00:00
|
|
|
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
|
|
|
|
- Update to 3.9.90
|
|
|
|
|
2013-08-03 12:35:37 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-10 19:55:50 +00:00
|
|
|
* Fri May 10 2013 Adam Williamson <awilliam@redhat.com> - 3.9.1-2
|
|
|
|
- use current guidelines for mimeinfo, desktop-database, gsettings
|
|
|
|
schema and icon cache scriptlets
|
|
|
|
|
2013-05-03 21:17:44 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
|
|
|
|
- Update to 3.9.1
|
|
|
|
|
2013-04-16 12:14:02 +00:00
|
|
|
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-03-26 00:43:30 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-18 16:19:56 +00:00
|
|
|
* Mon Mar 18 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-03-07 22:03:11 +00:00
|
|
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-05 23:32:55 +00:00
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-01-14 17:20:46 +00:00
|
|
|
* Mon Jan 14 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-2
|
|
|
|
- Fix crash on parsing some certificates (#894157)
|
|
|
|
|
2013-01-09 09:29:33 +00:00
|
|
|
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
|
|
|
|
- Update to 3.7.2
|
|
|
|
|
2012-11-09 16:50:55 +00:00
|
|
|
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
2012-10-16 16:35:55 +00:00
|
|
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-25 18:16:42 +00:00
|
|
|
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 13:03:58 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-08-21 16:44:58 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-08-07 09:26:25 +00:00
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
|
|
|
|
- Update to 3.5.5
|
|
|
|
|
2012-07-19 04:06:27 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 11:26:46 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-06-25 13:56:27 +00:00
|
|
|
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-04-24 14:27:37 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
|
|
|
- Silence glib-compile-schemas output
|
|
|
|
|
2012-04-16 14:47:43 +00:00
|
|
|
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-03-26 16:06:45 +00:00
|
|
|
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-21 11:03:13 +00:00
|
|
|
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.92-2
|
|
|
|
- Enable introspection, needed for gnome-shell now
|
|
|
|
|
2012-03-20 22:15:12 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-03-09 16:01:13 +00:00
|
|
|
* Fri Mar 09 2012 Rex Dieter <rdieter@fedoraproject.org> 3.3.90-2
|
|
|
|
- suppress scriptlet output
|
|
|
|
|
2012-03-06 03:04:57 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
|
|
|
- Update to 3.3.90
|
|
|
|
|
2012-02-13 22:17:25 +00:00
|
|
|
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
2012-01-17 05:50:23 +00:00
|
|
|
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
|
|
|
|
- Update to 3.3.4
|
|
|
|
|
2012-01-13 03:01:49 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2012-01-03 09:56:35 +00:00
|
|
|
* Tue Jan 3 2012 Tomas Bzatek <tbzatek@redhat.com> 3.3.3.1-4
|
|
|
|
- Add a Conflicts directive for older gnome-keyring packages (#771299)
|
|
|
|
|
2011-12-22 14:12:31 +00:00
|
|
|
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3.1-3
|
|
|
|
- Own some directories
|
|
|
|
|
|
|
|
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3.1-2
|
|
|
|
- Delete rpaths
|
|
|
|
|
|
|
|
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3.1-1
|
|
|
|
- Update to 3.3.3.1
|
|
|
|
|
2018-03-05 10:01:36 +00:00
|
|
|
* Fri Dec 16 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2.1-1
|
2011-12-22 14:12:31 +00:00
|
|
|
- Update to 3.3.2.1
|
|
|
|
|
|
|
|
* Thu Nov 10 2011 Matthias Clasen <mclasen@redhat.com> 3.3.1-1
|
|
|
|
- Initial packaging
|
|
|
|
|