2012-07-27 18:47:15 +00:00
|
|
|
# Only enable if using patches that touches configure.ac,
|
|
|
|
# Makefile.am or other build system related files
|
|
|
|
#
|
2014-11-12 20:29:24 +00:00
|
|
|
%define enable_autoreconf 0
|
2012-07-27 18:47:15 +00:00
|
|
|
|
2014-09-11 09:36:03 +00:00
|
|
|
Name: gnome-disk-utility
|
2015-05-25 08:21:35 +00:00
|
|
|
Version: 3.17.2
|
2015-05-12 15:50:57 +00:00
|
|
|
Release: 1%{?dist}
|
2014-09-11 09:36:03 +00:00
|
|
|
Summary: Disks
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://git.gnome.org/browse/gnome-disk-utility
|
2015-05-25 08:21:35 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
2012-07-27 18:47:15 +00:00
|
|
|
|
2015-05-25 08:51:25 +00:00
|
|
|
BuildRequires: /usr/bin/appstream-util
|
2008-07-22 19:38:35 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2014-05-02 15:07:57 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: gettext
|
2011-07-11 19:47:39 +00:00
|
|
|
BuildRequires: gnome-common
|
2012-01-20 22:42:24 +00:00
|
|
|
BuildRequires: intltool
|
2012-05-09 19:39:20 +00:00
|
|
|
# for xsltproc
|
|
|
|
BuildRequires: libxslt
|
2014-05-02 15:07:57 +00:00
|
|
|
BuildRequires: pkgconfig(dvdread)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gnome-settings-daemon)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
BuildRequires: pkgconfig(liblzma)
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
BuildRequires: pkgconfig(libsystemd-login)
|
|
|
|
BuildRequires: pkgconfig(pwquality)
|
|
|
|
BuildRequires: pkgconfig(udisks2)
|
2011-02-02 22:47:51 +00:00
|
|
|
|
2014-09-11 09:36:03 +00:00
|
|
|
Requires: udisks2
|
2012-01-24 14:26:58 +00:00
|
|
|
|
2012-07-27 18:47:15 +00:00
|
|
|
%if 0%{?enable_autoreconf}
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
%endif
|
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%description
|
2012-05-09 19:09:49 +00:00
|
|
|
This package contains the Disks and Disk Image Mounter applications.
|
|
|
|
Disks supports partitioning, file system creation, encryption,
|
|
|
|
fstab/crypttab editing, ATA SMART and other features
|
2011-02-22 17:31:13 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2014-09-11 09:36:03 +00:00
|
|
|
|
2011-02-02 22:47:51 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%build
|
2012-07-27 18:47:15 +00:00
|
|
|
%if 0%{?enable_autoreconf}
|
2014-09-11 09:36:03 +00:00
|
|
|
autoreconf --force --install
|
2012-07-27 18:47:15 +00:00
|
|
|
%endif
|
2012-12-21 17:44:56 +00:00
|
|
|
%configure
|
2014-09-11 09:36:03 +00:00
|
|
|
make V=1 %{?_smp_mflags}
|
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
|
|
|
|
%install
|
2014-09-11 09:36:03 +00:00
|
|
|
make DESTDIR=%{buildroot} INSTALL="install -p" install
|
|
|
|
%find_lang %{name}
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2014-09-11 09:36:03 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/gnome-settings-daemon-3.0/*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/gnome-settings-daemon-3.0/*.a
|
2012-12-21 18:03:49 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2014-03-23 10:13:54 +00:00
|
|
|
%check
|
2015-05-25 08:51:25 +00:00
|
|
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/gnome-disks.appdata.xml
|
2014-09-11 09:36:03 +00:00
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
|
2014-03-23 10:13:54 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%post
|
2015-05-12 15:50:57 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2014-05-02 10:23:29 +00:00
|
|
|
update-desktop-database %{_datadir}/applications &> /dev/null || :
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2014-09-11 09:36:03 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%postun
|
2014-05-02 10:23:29 +00:00
|
|
|
update-desktop-database %{_datadir}/applications &> /dev/null || :
|
2011-05-08 02:07:39 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
2012-09-22 13:11:15 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2015-05-12 15:50:57 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2011-05-08 02:07:39 +00:00
|
|
|
fi
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2014-09-11 09:36:03 +00:00
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
%posttrans
|
2012-09-22 13:11:15 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2015-05-12 15:50:57 +00:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2011-02-02 22:47:51 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
%files -f %{name}.lang
|
2015-05-12 16:18:50 +00:00
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%license COPYING
|
2012-05-09 19:09:49 +00:00
|
|
|
%{_bindir}/gnome-disks
|
|
|
|
%{_bindir}/gnome-disk-image-mounter
|
2015-05-25 08:21:35 +00:00
|
|
|
%{_datadir}/appdata/gnome-disks.appdata.xml
|
|
|
|
%{_datadir}/applications/org.gnome.DiskUtility.desktop
|
2012-05-09 19:09:49 +00:00
|
|
|
%{_datadir}/applications/gnome-disk-image-mounter.desktop
|
2013-08-22 10:59:58 +00:00
|
|
|
%{_datadir}/applications/gnome-disk-image-writer.desktop
|
2015-05-25 08:21:35 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.DiskUtility.service
|
2012-09-22 13:11:15 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
|
2012-12-18 21:35:50 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gdu-sd.gschema.xml
|
2013-02-20 18:39:47 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/gnome-disks*
|
2012-12-21 18:03:49 +00:00
|
|
|
%{_libdir}/gnome-settings-daemon-3.0/gdu-sd-plugin.gnome-settings-plugin
|
|
|
|
%{_libdir}/gnome-settings-daemon-3.0/libgdu-sd.so
|
2014-09-11 09:36:03 +00:00
|
|
|
%{_mandir}/man1/*
|
2011-02-22 17:31:13 +00:00
|
|
|
|
2014-05-02 15:07:57 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%changelog
|
2015-05-25 08:21:35 +00:00
|
|
|
* Mon May 25 2015 David King <amigadave@amigadave.com> - 3.17.2-1
|
|
|
|
- Update to 3.17.2
|
2015-05-25 08:51:25 +00:00
|
|
|
- Validate AppData in check
|
2015-05-25 08:21:35 +00:00
|
|
|
|
2015-05-12 15:50:57 +00:00
|
|
|
* Tue May 12 2015 David King <amigadave@amigadave.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
2015-05-12 16:18:50 +00:00
|
|
|
- Use license macro for COPYING
|
2015-05-12 15:50:57 +00:00
|
|
|
|
2015-03-26 16:32:46 +00:00
|
|
|
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
|
|
|
|
- Add an AppData file for the software center
|
|
|
|
|
2015-03-23 10:26:01 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2014-11-12 20:29:24 +00:00
|
|
|
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-10-07 12:25:37 +00:00
|
|
|
* Tue Oct 07 2014 David King <amigadave@amigadave.com> - 3.12.1-7
|
|
|
|
- Remove obsolete Obsoletes (#1002112)
|
|
|
|
|
2014-09-11 09:36:03 +00:00
|
|
|
* Thu Sep 11 2014 David King <amigadave@amigadave.com> - 3.12.1-6
|
|
|
|
- Fix header bar button positions
|
|
|
|
- Preserve timestamps during installation
|
|
|
|
|
2014-08-16 17:43:04 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 17:05:13 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-07 11:50:15 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-3
|
|
|
|
- Drop gnome-icon-theme-symbolic dependency
|
|
|
|
|
2014-05-02 10:23:29 +00:00
|
|
|
* Fri May 02 2014 David King <amigadave@amigadave.com> - 3.12.1-2
|
|
|
|
- Fix desktop database scriptlet (#685030)
|
2014-05-02 15:07:57 +00:00
|
|
|
- Use pkgconfig for BuildRequires
|
2014-05-02 15:39:53 +00:00
|
|
|
- Fix bogus dates in changelog
|
2014-05-02 10:23:29 +00:00
|
|
|
|
2014-04-28 11:40:56 +00:00
|
|
|
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-03-23 10:10:48 +00:00
|
|
|
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-02-17 09:39:49 +00:00
|
|
|
* Mon Feb 17 2014 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
|
|
|
|
- Update to 3.11.0
|
|
|
|
|
2013-09-29 12:14:50 +00:00
|
|
|
* Sun Sep 29 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-08-22 10:59:58 +00:00
|
|
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.0-1
|
|
|
|
- Update to 3.9.0
|
|
|
|
|
2013-08-03 15:23:48 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-02 07:30:39 +00:00
|
|
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.2-1
|
|
|
|
- Update to 3.8.2
|
|
|
|
|
2013-03-20 16:49:49 +00:00
|
|
|
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-02-25 17:25:33 +00:00
|
|
|
* Mon Feb 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-2
|
|
|
|
- Require gnome-icon-theme-symbolic (#910982)
|
|
|
|
|
2013-02-19 16:25:28 +00:00
|
|
|
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.2-1
|
|
|
|
- Update to 3.7.2
|
|
|
|
|
2013-02-13 23:56:57 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-07 16:47:55 +00:00
|
|
|
* Mon Jan 07 2013 David Zeuthen <davidz@redhat.com> - 3.7.1-1%{?dist}
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
2012-12-21 18:03:49 +00:00
|
|
|
* Fri Dec 21 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-4%{?dist}
|
|
|
|
- Add files for the new gnome-settings-daemon plug-in
|
|
|
|
|
2012-12-21 17:44:56 +00:00
|
|
|
* Fri Dec 21 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-3%{?dist}
|
|
|
|
- BR gnome-settings-daemon 3.7.3 and rebuild without --disable-gsd-plugin
|
|
|
|
|
2012-12-18 21:56:49 +00:00
|
|
|
* Tue Dec 18 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-2%{?dist}
|
|
|
|
- Adjust BRs
|
|
|
|
|
2012-12-18 21:35:50 +00:00
|
|
|
* Tue Dec 18 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-1%{?dist}
|
|
|
|
- Update to 3.7.0
|
|
|
|
|
2012-10-05 16:42:07 +00:00
|
|
|
* Fri Oct 05 2012 David Zeuthen <davidz@redhat.com> - 3.6.1-1%{?dist}
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-22 13:11:15 +00:00
|
|
|
* Sat Sep 22 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
- Drop the -Werror patch; applied upstream
|
|
|
|
- Add glib-compile-schemas scriptlets
|
|
|
|
- Relicensed from LGPLv2+ to GPLv2+
|
|
|
|
|
2012-07-27 18:47:15 +00:00
|
|
|
* Fri Jul 27 2012 David Zeuthen <davidz@redhat.com> - 3.5.3-2%{?dist}
|
|
|
|
- Avoid treating warnings as errors
|
|
|
|
|
2012-07-27 17:18:25 +00:00
|
|
|
* Fri Jul 27 2012 David Zeuthen <davidz@redhat.com> - 3.5.3-1%{?dist}
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-07-19 07:41:48 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-10 07:33:28 +00:00
|
|
|
* Sun Jun 10 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.5.2-2
|
|
|
|
- Own the %%{_datadir}/gnome-disk-utility dir.
|
|
|
|
|
2012-06-05 13:34:23 +00:00
|
|
|
* Tue Jun 05 2012 David Zeuthen <davidz@redhat.com> - 3.5.2-1%{?dist}
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2014-05-02 15:39:53 +00:00
|
|
|
* Wed May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-4%{?dist}
|
2012-05-09 19:49:44 +00:00
|
|
|
- BR docbook-style-xsl for man pages
|
|
|
|
|
2014-05-02 15:39:53 +00:00
|
|
|
* Wed May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-3%{?dist}
|
2012-05-09 19:39:20 +00:00
|
|
|
- BR libxslt (for xsltproc)
|
|
|
|
|
2014-05-02 15:39:53 +00:00
|
|
|
* Wed May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-2%{?dist}
|
2012-05-09 19:24:40 +00:00
|
|
|
- BR libgnome-keyring-devel and systemd-devel
|
|
|
|
|
2014-05-02 15:39:53 +00:00
|
|
|
* Wed May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-1%{?dist}
|
2012-05-09 19:09:49 +00:00
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-04-30 12:50:58 +00:00
|
|
|
* Mon Apr 30 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-03-26 14:26:32 +00:00
|
|
|
* Mon Mar 26 2012 David Zeuthen <davidz@redhat.com> - 3.4.0-1%{?dist}
|
|
|
|
- Update to release 3.4.0
|
|
|
|
|
2012-03-05 18:19:40 +00:00
|
|
|
* Mon Mar 05 2012 David Zeuthen <davidz@redhat.com> - 3.3.93-1%{?dist}
|
|
|
|
- Update to release 3.3.93
|
|
|
|
|
2012-02-23 19:34:27 +00:00
|
|
|
* Thu Feb 23 2012 David Zeuthen <davidz@redhat.com> - 3.3.92-1%{?dist}
|
|
|
|
- Update to release 3.3.92
|
|
|
|
|
2012-02-06 19:55:36 +00:00
|
|
|
* Mon Feb 06 2012 David Zeuthen <davidz@redhat.com> - 3.3.91-1%{?dist}
|
|
|
|
- Update to release 3.3.91
|
|
|
|
|
2012-01-24 14:26:58 +00:00
|
|
|
* Tue Jan 24 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-3%{?dist}
|
|
|
|
- Require udisks2 package (for the daemon) (#783974)
|
|
|
|
|
2012-01-20 22:42:24 +00:00
|
|
|
* Fri Jan 20 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-2%{?dist}
|
|
|
|
- Rebuild
|
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
* Fri Jan 20 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-1%{?dist}
|
|
|
|
- Update to release 3.3.90
|
|
|
|
|
2012-01-13 03:47:52 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-09 04:50:20 +00:00
|
|
|
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> - 3.0.2-4
|
|
|
|
- Rebuild to break bogus libpng dep
|
|
|
|
|
2011-07-11 19:55:51 +00:00
|
|
|
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-3%{?dist}
|
|
|
|
- BR gtk-doc
|
|
|
|
|
2011-07-11 19:47:39 +00:00
|
|
|
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-2%{?dist}
|
|
|
|
- BR gnome-common
|
|
|
|
|
2011-07-11 16:07:58 +00:00
|
|
|
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-1%{?dist}
|
|
|
|
- Update to 3.0.2
|
|
|
|
|
2011-05-08 02:07:39 +00:00
|
|
|
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
|
|
|
|
- Update icon cache scriptlet
|
|
|
|
|
2011-04-04 17:22:06 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-21 23:09:36 +00:00
|
|
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
|
|
|
|
- Update to 2.91.7
|
|
|
|
|
2011-03-14 13:10:00 +00:00
|
|
|
* Mon Mar 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.6-5
|
|
|
|
- Fix gnome-disk-utility-nautilus upgrade path
|
|
|
|
|
2011-02-22 17:31:13 +00:00
|
|
|
* Tue Feb 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.6-4
|
|
|
|
- Split nautilus extension into a separate package
|
|
|
|
|
2011-02-11 05:04:15 +00:00
|
|
|
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 03:57:33 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 22:47:51 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-1%{?dist}
|
|
|
|
- Update to 2.91.6
|
|
|
|
|
2011-02-02 14:26:06 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-4%{?dist}
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-08 04:15:09 +00:00
|
|
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3%{?dist}
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-12-03 16:51:49 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-2%{?dist}
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-11-11 16:16:12 +00:00
|
|
|
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1%{?dist}
|
|
|
|
- 2.32.1
|
|
|
|
|
2010-11-05 15:41:03 +00:00
|
|
|
* Fri Nov 5 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-3%{?dist}
|
|
|
|
- Fix a problem with 'disk failure' notifications
|
|
|
|
|
2010-11-03 20:43:34 +00:00
|
|
|
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-2%{?dist}
|
|
|
|
- Rebuild against libnotify 0.7.0
|
|
|
|
|
2010-09-28 12:14:20 +00:00
|
|
|
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1%{?dist}
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
2010-06-17 03:09:39 +00:00
|
|
|
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-2%{?dist}
|
|
|
|
- Kill the scrollkeeper runtime dep
|
|
|
|
|
2010-03-22 16:03:34 +00:00
|
|
|
* Mon Mar 22 2010 David Zeuthen <davidz@redhat.com> - 2.30.1-1%{?dist}
|
|
|
|
- Update to 2.30.1
|
|
|
|
|
2010-03-15 23:35:57 +00:00
|
|
|
* Mon Mar 15 2010 David Zeuthen <davidz@redhat.com> - 2.30.0-1%{?dist}
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2010-02-23 18:26:34 +00:00
|
|
|
* Tue Feb 23 2010 David Zeuthen <davidz@redhat.com> - 2.29.90-1%{?dist}
|
|
|
|
- Update to 2.29.90
|
|
|
|
|
2010-02-16 01:09:07 +00:00
|
|
|
* Mon Feb 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100215.3%{?dist}
|
|
|
|
- Add rarian-compat to BR
|
|
|
|
|
2010-02-16 00:00:06 +00:00
|
|
|
* Mon Feb 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100215.1%{?dist}
|
|
|
|
- Update to git snapshot
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2010-01-18 16:49:51 +00:00
|
|
|
* Mon Jan 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.0-0.git20100115.2%{?dist}
|
|
|
|
- Install missing include
|
|
|
|
|
2010-01-15 20:19:57 +00:00
|
|
|
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100115.1%{?dist}
|
|
|
|
- BR avahi-ui-devel
|
|
|
|
|
2010-01-15 20:07:40 +00:00
|
|
|
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100115%{?dist}
|
|
|
|
- Update to git snapshot
|
|
|
|
|
2009-12-02 20:09:29 +00:00
|
|
|
* Wed Dec 2 2009 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20091202%{?dist}
|
|
|
|
- Update to git snapshot that requires udisks instead of DeviceKit-disks
|
|
|
|
- The UI has been completely revamped
|
|
|
|
|
2009-09-19 00:29:52 +00:00
|
|
|
* Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-2%{?dist}
|
|
|
|
- BR libatasmart-devel
|
|
|
|
|
2009-09-18 23:55:50 +00:00
|
|
|
* Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-1%{?dist}
|
|
|
|
- Update to upstream release 2.28.0
|
|
|
|
- Compared to previous releases, this release should whine less about SMART
|
|
|
|
|
2009-08-17 21:49:19 +00:00
|
|
|
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-3%{?dist}
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
2009-08-17 18:16:13 +00:00
|
|
|
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-2%{?dist}
|
|
|
|
- Rebuild
|
|
|
|
|
2009-08-17 18:15:06 +00:00
|
|
|
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-1%{?dist}
|
|
|
|
- Update to release 0.5
|
|
|
|
|
2009-07-27 05:18:23 +00:00
|
|
|
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.4-3%{?dist}
|
|
|
|
- Drop PolicyKit from .pc files, too
|
|
|
|
|
2009-07-25 00:37:27 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-20 00:15:27 +00:00
|
|
|
* Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.4-1%{?dist}
|
|
|
|
- Update to release 0.4
|
|
|
|
|
2009-05-01 22:29:11 +00:00
|
|
|
* Fri May 01 2009 David Zeuthen <davidz@redhat.com> - 0.3-1%{?dist}
|
|
|
|
- Upstream release 0.3
|
|
|
|
|
2009-04-15 19:09:55 +00:00
|
|
|
* Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.5.20090415git%{?dist}
|
|
|
|
- New snapshot
|
|
|
|
|
2009-04-12 20:10:09 +00:00
|
|
|
* Sun Apr 12 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.4.20090412git%{?dist}
|
|
|
|
- New snapshot
|
|
|
|
|
2009-04-11 02:19:23 +00:00
|
|
|
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 0.3-0.3.20090406git%{?dist}
|
|
|
|
- Don't own directories that belong to hicolor-icon-theme
|
|
|
|
|
2009-04-08 16:11:38 +00:00
|
|
|
* Wed Apr 08 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.2.20090406git%{?dist}
|
|
|
|
- Fix bug in detecting when a PolicyKit error is returned (#494787)
|
|
|
|
|
2009-04-07 00:30:46 +00:00
|
|
|
* Mon Apr 06 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.1.20090406git%{?dist}
|
|
|
|
- New snapshot
|
|
|
|
|
2009-03-04 22:07:28 +00:00
|
|
|
* Wed Mar 04 2009 David Zeuthen <davidz@redhat.com> - 0.2-2%{?dist}
|
|
|
|
- Don't crash when changing the LUKS passphrase on a device
|
|
|
|
|
2009-03-02 21:42:15 +00:00
|
|
|
* Mon Mar 02 2009 David Zeuthen <davidz@redhat.com> - 0.2-1%{?dist}
|
|
|
|
- Update to version 0.2
|
|
|
|
|
2009-02-24 22:51:24 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.git20080720.2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-27 16:08:00 +00:00
|
|
|
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.2%{?dist}
|
|
|
|
- Rebuild for pkgconfig provides
|
|
|
|
|
2008-11-23 05:53:00 +00:00
|
|
|
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.1%{?dist}
|
|
|
|
- Improve %%summary and %%description
|
|
|
|
|
2014-05-02 15:39:53 +00:00
|
|
|
* Sun Jul 20 2008 David Zeuthen <davidz@redhat.com> - 0.1-0.git20080720%{?dist}
|
2008-07-22 19:38:35 +00:00
|
|
|
- Initial Packaging
|