|
|
498c49 |
|
|
|
498c49 |
%if 0%{?fedora} > 8 || 0%{?rhel} > 5
|
|
|
498c49 |
%define _enable_pinentry_qt4 --enable-pinentry-qt4
|
|
|
498c49 |
%define _enable_pinentry_qt --enable-pinentry-qt
|
|
|
498c49 |
%define qt_major 3
|
|
|
498c49 |
%define qt3 qt3
|
|
|
498c49 |
%else
|
|
|
498c49 |
%define qt3 qt
|
|
|
498c49 |
%define _enable_pinentry_qt --enable-pinentry-qt
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
%if 0%{?fedora} && 0%{?fedora} > 12
|
|
|
498c49 |
%define _enable_pinentry_qt4 --enable-pinentry-qt4
|
|
|
498c49 |
%define qt_major 4
|
|
|
498c49 |
%undefine _enable_pinentry_qt
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
Name: pinentry
|
|
|
498c49 |
Version: 0.8.1
|
|
|
498c49 |
Release: 17%{?dist}
|
|
|
498c49 |
Summary: Collection of simple PIN or passphrase entry dialogs
|
|
|
498c49 |
|
|
|
498c49 |
Group: Applications/System
|
|
|
498c49 |
# qt & qt4 subpackage have different license, see subpackage definitions
|
|
|
498c49 |
License: GPLv2+
|
|
|
498c49 |
URL: http://www.gnupg.org/aegypten/
|
|
|
498c49 |
Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz
|
|
|
498c49 |
Source1: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz.sig
|
|
|
498c49 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
498c49 |
|
|
|
498c49 |
# borrowed from opensuse
|
|
|
498c49 |
Source10: pinentry-wrapper
|
|
|
498c49 |
|
|
|
498c49 |
## Patches not yet in SVN
|
|
|
498c49 |
Patch53: 0001-Fix-qt4-pinentry-window-created-in-the-background.patch
|
|
|
498c49 |
|
|
|
498c49 |
## Backported patches
|
|
|
498c49 |
Patch200: 0001-Add-wide-char-support-to-pinentry-curses.patch
|
|
|
498c49 |
Patch201: 0001-Check-if-we-are-on-tty-before-initializing-curses.patch
|
|
|
498c49 |
|
|
|
498c49 |
BuildRequires: gettext-devel
|
|
|
498c49 |
BuildRequires: autoconf, automake
|
|
|
498c49 |
BuildRequires: gtk2-devel
|
|
|
498c49 |
BuildRequires: libcap-devel
|
|
|
498c49 |
BuildRequires: ncurses-devel
|
|
|
498c49 |
%if 0%{?_enable_pinentry_qt:1}
|
|
|
498c49 |
BuildRequires: %{qt3}-devel
|
|
|
498c49 |
%endif
|
|
|
498c49 |
%if 0%{?_enable_pinentry_qt4:1}
|
|
|
498c49 |
BuildRequires: qt4-devel
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
Requires(pre): %{_sbindir}/update-alternatives
|
|
|
498c49 |
Requires(post): /sbin/install-info
|
|
|
498c49 |
Requires(preun): /sbin/install-info
|
|
|
498c49 |
|
|
|
498c49 |
Provides: %{name}-curses = %{version}-%{release}
|
|
|
498c49 |
|
|
|
498c49 |
%description
|
|
|
498c49 |
Pinentry is a collection of simple PIN or passphrase entry dialogs which
|
|
|
498c49 |
utilize the Assuan protocol as described by the aegypten project; see
|
|
|
498c49 |
http://www.gnupg.org/aegypten/ for details.
|
|
|
498c49 |
This package contains the curses (text) based version of the PIN entry dialog.
|
|
|
498c49 |
|
|
|
498c49 |
%package gtk
|
|
|
498c49 |
Summary: Passphrase/PIN entry dialog based on GTK+
|
|
|
498c49 |
Group: Applications/System
|
|
|
498c49 |
Requires: %{name} = %{version}-%{release}
|
|
|
498c49 |
Provides: %{name}-gui = %{version}-%{release}
|
|
|
498c49 |
%description gtk
|
|
|
498c49 |
Pinentry is a collection of simple PIN or passphrase entry dialogs which
|
|
|
498c49 |
utilize the Assuan protocol as described by the aegypten project; see
|
|
|
498c49 |
http://www.gnupg.org/aegypten/ for details.
|
|
|
498c49 |
This package contains the GTK GUI based version of the PIN entry dialog.
|
|
|
498c49 |
|
|
|
498c49 |
%package qt
|
|
|
498c49 |
Summary: Passphrase/PIN entry dialog based on Qt%{?qt_major}
|
|
|
498c49 |
Group: Applications/System
|
|
|
498c49 |
# Original license for secq* files doesn't allow higher GPL versions to be used
|
|
|
498c49 |
License: GPLv2
|
|
|
498c49 |
Requires: %{name} = %{version}-%{release}
|
|
|
498c49 |
Provides: %{name}-gui = %{version}-%{release}
|
|
|
498c49 |
%if ! 0%{?_enable_pinentry_qt:1}
|
|
|
498c49 |
Obsoletes: %{name}-qt4 < 0.8.0-2
|
|
|
498c49 |
Provides: %{name}-qt4 = %{version}-%{release}
|
|
|
498c49 |
%endif
|
|
|
498c49 |
%description qt
|
|
|
498c49 |
Pinentry is a collection of simple PIN or passphrase entry dialogs which
|
|
|
498c49 |
utilize the Assuan protocol as described by the aegypten project; see
|
|
|
498c49 |
http://www.gnupg.org/aegypten/ for details.
|
|
|
498c49 |
This package contains the Qt%{?qt_major} GUI based version of the PIN entry dialog.
|
|
|
498c49 |
|
|
|
498c49 |
%package qt4
|
|
|
498c49 |
Summary: Passphrase/PIN entry dialog based on Qt4
|
|
|
498c49 |
Group: Applications/System
|
|
|
498c49 |
# original code for secstring.cpp doesn't allow GPL versions higher than 3 to be
|
|
|
498c49 |
# used
|
|
|
498c49 |
License: GPLv2 or GPLv3
|
|
|
498c49 |
Requires: %{name} = %{version}-%{release}
|
|
|
498c49 |
Provides: %{name}-gui = %{version}-%{release}
|
|
|
498c49 |
%description qt4
|
|
|
498c49 |
Pinentry is a collection of simple PIN or passphrase entry dialogs which
|
|
|
498c49 |
utilize the Assuan protocol as described by the aegypten project; see
|
|
|
498c49 |
http://www.gnupg.org/aegypten/ for details.
|
|
|
498c49 |
This package contains the Qt4 GUI based version of the PIN entry dialog.
|
|
|
498c49 |
Support for Qt4 is new, and a bit experimental.
|
|
|
498c49 |
|
|
|
498c49 |
|
|
|
498c49 |
%prep
|
|
|
498c49 |
%setup -q
|
|
|
498c49 |
|
|
|
498c49 |
%patch53 -p1 -b .rhbug_589532
|
|
|
498c49 |
%patch200 -p1
|
|
|
498c49 |
%patch201 -p1
|
|
|
498c49 |
|
|
|
498c49 |
# patch200 changes configure.ac so we need to regenerate
|
|
|
498c49 |
./autogen.sh
|
|
|
498c49 |
|
|
|
498c49 |
# hack around auto* madness, lack of proper support for moc
|
|
|
498c49 |
%if %{?_enable_pinentry_qt4:1}
|
|
|
498c49 |
pushd qt4
|
|
|
498c49 |
moc-qt4 pinentrydialog.h > pinentrydialog.moc
|
|
|
498c49 |
moc-qt4 qsecurelineedit.h > qsecurelineedit.moc
|
|
|
498c49 |
popd
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
%build
|
|
|
498c49 |
%if 0%{?_enable_pinentry_qt:1}
|
|
|
498c49 |
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
%configure \
|
|
|
498c49 |
--disable-rpath \
|
|
|
498c49 |
--disable-dependency-tracking \
|
|
|
498c49 |
--disable-pinentry-gtk \
|
|
|
498c49 |
--without-libcap \
|
|
|
498c49 |
%{?_enable_pinentry_qt} %{!?_enable_pinentry_qt:--disable-pinentry-qt} \
|
|
|
498c49 |
%{?_enable_pinentry_qt4} %{!?_enable_pinentry_qt4:--disable-pinentry-qt4}
|
|
|
498c49 |
|
|
|
498c49 |
make %{?_smp_mflags}
|
|
|
498c49 |
|
|
|
498c49 |
|
|
|
498c49 |
%install
|
|
|
498c49 |
rm -rf $RPM_BUILD_ROOT
|
|
|
498c49 |
|
|
|
498c49 |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
498c49 |
|
|
|
498c49 |
# Backwards compatibility
|
|
|
498c49 |
ln -s pinentry-gtk-2 $RPM_BUILD_ROOT%{_bindir}/pinentry-gtk
|
|
|
498c49 |
%if ! 0%{?_enable_pinentry_qt:1}
|
|
|
498c49 |
ln -s pinentry-qt4 $RPM_BUILD_ROOT%{_bindir}/pinentry-qt
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
install -p -m755 -D %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pinentry
|
|
|
498c49 |
|
|
|
498c49 |
# unpackaged files
|
|
|
498c49 |
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
498c49 |
|
|
|
498c49 |
|
|
|
498c49 |
%clean
|
|
|
498c49 |
rm -rf $RPM_BUILD_ROOT
|
|
|
498c49 |
|
|
|
498c49 |
|
|
|
498c49 |
# alternatives dropped at 0.7.6-3 (use %%trigger instead?)
|
|
|
498c49 |
%pre
|
|
|
498c49 |
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-curses ||:
|
|
|
498c49 |
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-gtk ||:
|
|
|
498c49 |
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-qt ||:
|
|
|
498c49 |
|
|
|
498c49 |
%post
|
|
|
498c49 |
if [ -f %{_infodir}/pinentry.info* ]; then
|
|
|
498c49 |
/sbin/install-info %{_infodir}/pinentry.info %{_infodir}/dir ||:
|
|
|
498c49 |
fi
|
|
|
498c49 |
|
|
|
498c49 |
%preun
|
|
|
498c49 |
if [ $1 -eq 0 -a -f %{_infodir}/pinentry.info* ] ; then
|
|
|
498c49 |
/sbin/install-info --delete %{_infodir}/pinentry.info %{_infodir}/dir ||:
|
|
|
498c49 |
fi
|
|
|
498c49 |
|
|
|
498c49 |
|
|
|
498c49 |
%files
|
|
|
498c49 |
%defattr(-,root,root,-)
|
|
|
498c49 |
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
|
|
498c49 |
%{_bindir}/pinentry-curses
|
|
|
498c49 |
%{_bindir}/pinentry
|
|
|
498c49 |
%{_infodir}/pinentry.info*
|
|
|
498c49 |
|
|
|
498c49 |
%files gtk
|
|
|
498c49 |
%defattr(-,root,root,-)
|
|
|
498c49 |
%{_bindir}/pinentry-gtk
|
|
|
498c49 |
%{_bindir}/pinentry-gtk-2
|
|
|
498c49 |
|
|
|
498c49 |
%files qt
|
|
|
498c49 |
%defattr(-,root,root,-)
|
|
|
498c49 |
%{_bindir}/pinentry-qt
|
|
|
498c49 |
%if ! 0%{?_enable_pinentry_qt:1}
|
|
|
498c49 |
%{_bindir}/pinentry-qt4
|
|
|
498c49 |
%else
|
|
|
498c49 |
|
|
|
498c49 |
%if 0%{?_enable_pinentry_qt4:1}
|
|
|
498c49 |
%files qt4
|
|
|
498c49 |
%defattr(-,root,root,-)
|
|
|
498c49 |
%{_bindir}/pinentry-qt4
|
|
|
498c49 |
%endif
|
|
|
498c49 |
%endif
|
|
|
498c49 |
|
|
|
498c49 |
|
|
|
498c49 |
%changelog
|
|
|
498c49 |
* Thu Mar 17 2016 Boris Ranto <branto@redhat.com> - 0.8.1-17
|
|
|
498c49 |
- actually apply the previous patch in the spec file
|
|
|
498c49 |
- resolves: rhbz#1058972
|
|
|
498c49 |
|
|
|
498c49 |
* Fri Feb 19 2016 Boris Ranto <branto@redhat.com> - 0.8.1-16
|
|
|
498c49 |
- curses: detect non-tty environment and exit gracefully
|
|
|
498c49 |
- resolves: rhbz#1058972
|
|
|
498c49 |
|
|
|
498c49 |
* Fri Feb 19 2016 Boris Ranto <branto@redhat.com> - 0.8.1-15
|
|
|
498c49 |
- rewrite the pinentry-wrapper shell script to better handle corner cases
|
|
|
498c49 |
- resolves: rhbz#1231229
|
|
|
498c49 |
|
|
|
498c49 |
* Thu Jan 30 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-14
|
|
|
498c49 |
- Add wide-char support to pinentry-curses
|
|
|
498c49 |
- Resolves: rhbz#1059729
|
|
|
498c49 |
|
|
|
498c49 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.8.1-13
|
|
|
498c49 |
- Mass rebuild 2014-01-24
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Jan 15 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-12
|
|
|
498c49 |
- Provide final fallback to pinetry-curses
|
|
|
498c49 |
- Resolves: #rhbz1002599
|
|
|
498c49 |
|
|
|
498c49 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.8.1-11
|
|
|
498c49 |
- Mass rebuild 2013-12-27
|
|
|
498c49 |
|
|
|
498c49 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-10
|
|
|
498c49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Nov 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-9
|
|
|
498c49 |
- Fix macros expansions so that conditionals work
|
|
|
498c49 |
|
|
|
498c49 |
* Mon Nov 12 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-8
|
|
|
498c49 |
- Fix up licenses for qt and qt4 subpackages (#875875)
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-7
|
|
|
498c49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-6
|
|
|
498c49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
498c49 |
|
|
|
498c49 |
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 0.8.1-5
|
|
|
498c49 |
- Rebuild for new libpng
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Jul 26 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-4
|
|
|
498c49 |
- Improve wrapper to fallback to curses even with DISPLAY set (#622077)
|
|
|
498c49 |
|
|
|
498c49 |
* Fri Feb 18 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-3
|
|
|
498c49 |
- Fix pinentry-curses running as root by disabling capabilities (#677670)
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
|
|
|
498c49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Feb 1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.1-1
|
|
|
498c49 |
- Updated to latest upstream version (0.8.1)
|
|
|
498c49 |
|
|
|
498c49 |
* Fri May 7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.0-3
|
|
|
498c49 |
- Fix X11 even race with gtk (#589998)
|
|
|
498c49 |
- Fix qt4 problems with creating window in the background (#589532)
|
|
|
498c49 |
|
|
|
498c49 |
* Thu Apr 29 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.8.0-2
|
|
|
498c49 |
- -qt: build as qt4 version, and drop qt3 support (f13+ only)
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Apr 27 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.0-1
|
|
|
498c49 |
- pinentry-0.8.0
|
|
|
498c49 |
- pinentry-gtk keyboard grab fail results in SIGABRT (#585422)
|
|
|
498c49 |
|
|
|
498c49 |
* Sun Apr 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.7.6-5
|
|
|
498c49 |
- pinentry-gtk -g segfaults on focus change (#520236)
|
|
|
498c49 |
|
|
|
498c49 |
* Sun Sep 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.7.6-4
|
|
|
498c49 |
- Errors installing with --excludedocs (#515925)
|
|
|
498c49 |
|
|
|
498c49 |
* Sun Sep 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.7.6-3
|
|
|
498c49 |
- drop alternatives, use app-wrapper instead (borrowed from opensuse)
|
|
|
498c49 |
- -qt4 experimental subpkg, -qt includes qt3 version again (#523488)
|
|
|
498c49 |
|
|
|
498c49 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-2
|
|
|
498c49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
498c49 |
|
|
|
498c49 |
* Mon Jun 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.7.6-1
|
|
|
498c49 |
- pinentry-0.7.6
|
|
|
498c49 |
- -qt switched qt4 version, where applicable (f9+, rhel6+)
|
|
|
498c49 |
- fixup scriptlets
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Apr 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.7.5-1
|
|
|
498c49 |
- pinentry-0.7.5
|
|
|
498c49 |
|
|
|
498c49 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-6
|
|
|
498c49 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Mar 25 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.7.4-5
|
|
|
498c49 |
- pinentry failed massrebuild attempt for GCC 4.3 (#434400)
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Mar 25 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.7.4-4
|
|
|
498c49 |
- s/qt-devel/qt3-devel/ (f9+)
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.4-3
|
|
|
498c49 |
- Autorebuild for GCC 4.3
|
|
|
498c49 |
|
|
|
498c49 |
* Sun Feb 17 2008 Adam Tkac <atkac redhat com> - 0.7.4-2
|
|
|
498c49 |
- rebuild against new libcap
|
|
|
498c49 |
|
|
|
498c49 |
* Sun Dec 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 0.7.4-1
|
|
|
498c49 |
- pinentry-0.7.4
|
|
|
498c49 |
- BR: libcap-devel
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 0.7.3-2
|
|
|
498c49 |
- respin (BuildID)
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 0.7.3-1
|
|
|
498c49 |
- pinentry-0.7.3
|
|
|
498c49 |
- License: GPLv2+
|
|
|
498c49 |
|
|
|
498c49 |
* Thu May 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 0.7.2-15
|
|
|
498c49 |
- respin (for ppc64)
|
|
|
498c49 |
|
|
|
498c49 |
* Mon Dec 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7.2-14
|
|
|
498c49 |
- -14 respin (to help retire ATrpms pinentry pkg)
|
|
|
498c49 |
|
|
|
498c49 |
* Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7.2-3
|
|
|
498c49 |
- fc6 respin
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Aug 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7.2-2
|
|
|
498c49 |
- fc6 respin
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Mar 01 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
|
|
498c49 |
- fc5: gcc/glibc respin
|
|
|
498c49 |
|
|
|
498c49 |
* Tue Oct 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-1
|
|
|
498c49 |
- 0.7.2, docs patch applied upstream.
|
|
|
498c49 |
- Switch to GTK2 in -gtk.
|
|
|
498c49 |
- Fine tune dependencies.
|
|
|
498c49 |
- Build with dependency tracking disabled.
|
|
|
498c49 |
- Clean up obsolete pre-FC2 support.
|
|
|
498c49 |
|
|
|
498c49 |
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.7.1-4
|
|
|
498c49 |
- rebuilt
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Jun 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.3
|
|
|
498c49 |
- BuildRequires qt-devel >= 3.2.
|
|
|
498c49 |
|
|
|
498c49 |
* Sat May 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.2
|
|
|
498c49 |
- Spec cleanups.
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Apr 24 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
|
|
|
498c49 |
- Update to 0.7.1.
|
|
|
498c49 |
|
|
|
498c49 |
* Fri Dec 26 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
|
|
|
498c49 |
- Update to 0.7.0.
|
|
|
498c49 |
- Split GTK+ and QT dialogs into subpackages.
|
|
|
498c49 |
|
|
|
498c49 |
* Thu Jul 10 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.9-0.fdr.1
|
|
|
498c49 |
- Update to 0.6.9.
|
|
|
498c49 |
- Smoother experience with --excludedocs.
|
|
|
498c49 |
- Don't change alternative priorities on upgrade.
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.8-0.fdr.1
|
|
|
498c49 |
- Update to current Fedora guidelines.
|
|
|
498c49 |
|
|
|
498c49 |
* Wed Feb 12 2003 Warren Togami <warren@togami.com> 0.6.8-1.fedora.3
|
|
|
498c49 |
- info/dir temporary workaround
|
|
|
498c49 |
|
|
|
498c49 |
* Sat Feb 8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.6.8-1.fedora.1
|
|
|
498c49 |
- First Fedora release.
|