|
|
|
Summary: Cinnamon Screensaver
|
|
|
|
Name: cinnamon-screensaver
|
|
|
|
Version: 3.8.2
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
URL: https://github.com/linuxmint/%{name}
|
|
|
|
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: autoconf-archive
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
Requires: cinnamon-desktop%{?_isa} >= 3.8.0
|
|
|
|
Requires: cinnamon-translations >= 3.6.0
|
|
|
|
Requires: accountsservice-libs%{?_isa}
|
|
|
|
Requires: libgnomekbd%{?_isa}
|
|
|
|
Requires: python3-gobject%{?_isa}
|
|
|
|
Requires: python3-setproctitle%{?_isa}
|
|
|
|
Requires: python3-xapp
|
|
|
|
Requires: python3-xapps-overrides%{?_isa}
|
|
|
|
Requires: xapps%{?_isa}
|
|
|
|
|
|
|
|
# since we use it, and pam spams the log if a module is missing
|
|
|
|
Requires: gnome-keyring-pam%{?_isa}
|
|
|
|
|
|
|
|
%description
|
|
|
|
cinnamon-screensaver is a screen saver and locker.
|
|
|
|
|
|
|
|
|
|
|
|
%package unsupported
|
|
|
|
Summary: Additional unsupported screensavers
|
|
|
|
BuildArch: noarch
|
|
|
|
Conflicts: xscreensaver < 1:5.00-19
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: webkitgtk4
|
|
|
|
Requires: xscreensaver-extras
|
|
|
|
Requires: xscreensaver-gl-extras
|
|
|
|
|
|
|
|
%description unsupported
|
|
|
|
This package provides additional unsupported screensavers.
|
|
|
|
They are unsupported in fedora due to issues with suspend,
|
|
|
|
you may need to use the Esc key to get the unlock screen.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
desktop-file-install \
|
|
|
|
--delete-original \
|
|
|
|
--remove-only-show-in=Xfce \
|
|
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
|
|
%{buildroot}%{_datadir}/applications/cinnamon-screensaver.desktop
|
|
|
|
|
|
|
|
# Fix rpmlint errors
|
|
|
|
for file in %{buildroot}%{_datadir}/cinnamon-screensaver/{dbusdepot,util,widgets}/*.py; do
|
|
|
|
chmod a+x $file
|
|
|
|
done
|
|
|
|
for file in %{buildroot}%{_datadir}/cinnamon-screensaver/*.py; do
|
|
|
|
chmod a+x $file
|
|
|
|
done
|
|
|
|
chmod a-x %{buildroot}%{_datadir}/cinnamon-screensaver/{dbusdepot,util,widgets}/__init__.py
|
|
|
|
chmod a-x %{buildroot}%{_datadir}/cinnamon-screensaver/{__init__,config}.py
|
|
|
|
chmod a+x %{buildroot}%{_datadir}/cinnamon-screensaver/pamhelper/authClient.py
|
|
|
|
|
|
|
|
# Delete development files
|
|
|
|
rm %{buildroot}%{_libdir}/libcscreensaver.la
|
|
|
|
rm %{buildroot}%{_libdir}/libcscreensaver.so
|
|
|
|
rm %{buildroot}%{_libdir}/pkgconfig/cscreensaver.pc
|
|
|
|
rm %{buildroot}%{_datadir}/gir-1.0/CScreensaver-1.0.gir
|
|
|
|
rm %{buildroot}%{_includedir}/cinnamon-screensaver/libcscreensaver/*.h
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%license COPYING COPYING.LIB
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/cinnamon-screensaver
|
|
|
|
%{_bindir}/cinnamon-screensaver*
|
|
|
|
%{_datadir}/applications/cinnamon-screensaver.desktop
|
|
|
|
%{_datadir}/cinnamon-screensaver/
|
|
|
|
%exclude %{_datadir}/cinnamon-screensaver/screensavers/
|
|
|
|
%{_datadir}/dbus-1/services/org.cinnamon.ScreenSaver.service
|
|
|
|
%{_datadir}/icons/hicolor/scalable/*/*
|
|
|
|
%{_libexecdir}/cinnamon-screensaver-pam-helper
|
|
|
|
%{_libdir}/libcscreensaver.so.*
|
|
|
|
%{_libdir}/girepository-1.0/CScreensaver-1.0.typelib
|
|
|
|
|
|
|
|
%files unsupported
|
|
|
|
%{_datadir}/cinnamon-screensaver/screensavers/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Sun Oct 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.2-4
|
|
|
|
- Drop EPEL/RHEL support
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.8.2-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
|
|
* Fri Jun 08 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.2-1
|
|
|
|
- Update to 3.8.2 release
|
|
|
|
|
|
|
|
* Sun May 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1 release
|
|
|
|
|
|
|
|
* Thu Apr 19 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0 release
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.1-3
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
|
|
* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 3.6.1-2
|
|
|
|
- Adaptions for EPEL7
|
|
|
|
|
|
|
|
* Mon Nov 13 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.1-1
|
|
|
|
- update to 3.6.1 release
|
|
|
|
|
|
|
|
* Wed Oct 25 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.0-2
|
|
|
|
- bump translations requires
|
|
|
|
|
|
|
|
* Mon Oct 23 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.0-1
|
|
|
|
- update to 3.6.0 release
|
|
|
|
|
|
|
|
* Thu Oct 12 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.3-1
|
|
|
|
- update to 3.4.3 release
|
|
|
|
|
|
|
|
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.2-3
|
|
|
|
- Some more changes for EPEL
|
|
|
|
|
|
|
|
* Wed Aug 30 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.2-2
|
|
|
|
- Adjustments for EPEL
|
|
|
|
|
|
|
|
* Wed Aug 09 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.2-1
|
|
|
|
- update to 3.4.2 release
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jun 24 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.1-2
|
|
|
|
- add missing python3-xapp requires
|
|
|
|
|
|
|
|
* Wed Jun 21 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.1-1
|
|
|
|
- update to 3.4.1 release
|
|
|
|
|
|
|
|
* Thu May 04 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-1
|
|
|
|
- update to 3.4.0 release
|
|
|
|
|
|
|
|
* Fri Apr 21 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-0.1.20170421git358369e
|
|
|
|
- update to latest git snapshot
|
|
|
|
|
|
|
|
* Thu Mar 09 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.2.14-0.4.20170308git39da3f0
|
|
|
|
- update to latest git snapshot
|
|
|
|
|
|
|
|
* Wed Mar 08 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.2.14-0.3.20170308git55a26c2
|
|
|
|
- update to latest git snapshot
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.14-0.2.20170124git5561f3c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jan 24 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.2.14-0.1.20170124git5561f3c
|
|
|
|
- update to git snapshot
|
|
|
|
|
|
|
|
* Tue Jan 10 2017 leigh scott <leigh123linux@googlemail.com> - 3.2.13-2
|
|
|
|
- add some upstream commits (fixes rhbz 1399731)
|
|
|
|
|
|
|
|
* Sun Jan 08 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.2.13-1
|
|
|
|
- update to 3.2.13 release
|
|
|
|
|
|
|
|
* Sat Dec 24 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.12-1
|
|
|
|
- update to 3.2.12 release
|
|
|
|
- patch to hide message strings
|
|
|
|
|
|
|
|
* Thu Dec 22 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.11-1
|
|
|
|
- update to 3.2.11 release
|
|
|
|
|
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.2.9-3
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
|
|
|
* Thu Dec 15 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.9-2
|
|
|
|
- patch to fix cinnamon-screensaver-pam-helper rpmlint error
|
|
|
|
|
|
|
|
* Mon Dec 12 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.9-1
|
|
|
|
- update to 3.2.9 release
|
|
|
|
|
|
|
|
* Sun Dec 11 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.7-2
|
|
|
|
- add missing requires python3-setproctitle
|
|
|
|
|
|
|
|
* Sat Dec 10 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.7-1
|
|
|
|
- update to 3.2.7 release
|
|
|
|
|
|
|
|
* Thu Nov 24 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.6-1
|
|
|
|
- update to 3.2.6 release
|
|
|
|
|
|
|
|
* Thu Nov 17 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.3-1
|
|
|
|
- update to 3.2.3 release
|
|
|
|
|
|
|
|
* Wed Nov 09 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.0-2
|
|
|
|
- Fix python gi requires
|
|
|
|
|
|
|
|
* Mon Nov 07 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.2.0-1
|
|
|
|
- update to 3.2.0 release
|
|
|
|
|
|
|
|
* Mon May 30 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.1-1
|
|
|
|
- update to 3.0.1 release
|
|
|
|
|
|
|
|
* Sat Apr 23 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-1
|
|
|
|
- update to 3.0.0 release
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Nov 27 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-4
|
|
|
|
- remove unsupported sub-package for epel as there is no xscreensaver
|
|
|
|
|
|
|
|
* Fri Nov 27 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-3
|
|
|
|
- fix epel conditional
|
|
|
|
|
|
|
|
* Mon Nov 09 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-2
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Oct 16 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-1
|
|
|
|
- update to 2.8.0 release
|
|
|
|
|
|
|
|
* Mon Aug 24 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-4
|
|
|
|
- Try upstream commits to fix bz 1234998
|
|
|
|
|
|
|
|
* Sat Aug 01 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-3
|
|
|
|
- revert upstream commit as it kills the real process (bz 1234998)
|
|
|
|
|
|
|
|
* Mon Jun 29 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-2
|
|
|
|
- add missing requires to unsupported sub-package
|
|
|
|
|
|
|
|
* Fri Jun 26 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-1
|
|
|
|
- update to 2.6.4 release
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 03 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.3-2
|
|
|
|
- make sub-package noarch
|
|
|
|
|
|
|
|
* Wed Jun 03 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.3-1
|
|
|
|
- update to 2.6.3 release
|
|
|
|
- split webkit and xscreensaver into an unsupported sub-package
|
|
|
|
|
|
|
|
* Mon May 25 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.1-1
|
|
|
|
- update to 2.6.1 release
|
|
|
|
|
|
|
|
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.0-2
|
|
|
|
- add conditional for f20 webkit br
|
|
|
|
|
|
|
|
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.0-1
|
|
|
|
- update to 2.6.0 release
|
|
|
|
|
|
|
|
* Fri May 15 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.3.git024e5fd
|
|
|
|
- update to git snapshot
|
|
|
|
|
|
|
|
* Wed May 06 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.2.gitc4820fd
|
|
|
|
- update to git snapshot
|
|
|
|
|
|
|
|
* Tue May 05 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.1.git6ea738d
|
|
|
|
- update to git snapshot
|
|
|
|
|
|
|
|
* Tue Mar 31 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-1
|
|
|
|
- update to 2.4.2
|
|
|
|
|
|
|
|
* Sun Mar 29 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-3
|
|
|
|
- fix bz 1206907
|
|
|
|
|
|
|
|
* Wed Mar 18 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-2
|
|
|
|
- drop patch and use the upstream fix instead
|
|
|
|
|
|
|
|
* Sat Feb 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-1
|
|
|
|
- update to 2.4.1
|
|
|
|
|
|
|
|
* Fri Oct 31 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1
|
|
|
|
- update to 2.4.0
|
|
|
|
|
|
|
|
* Fri Oct 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.3.git8de7ff0
|
|
|
|
- readd revert 58a522e commit
|
|
|
|
|
|
|
|
* Wed Oct 01 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.2.git8de7ff0
|
|
|
|
- update to latest git
|
|
|
|
|
|
|
|
* Tue Sep 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.1.gitaf298bc
|
|
|
|
- update to latest git
|
|
|
|
|
|
|
|
* Mon Aug 25 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.4-5
|
|
|
|
- apply upstream fix for CVE-2014-1949 (bz 1064695)
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Aug 13 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.4-3
|
|
|
|
- Fix CVE-2014-1949 (bz 1064695)
|
|
|
|
|
|
|
|
* Tue Aug 05 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.4-2
|
|
|
|
- revert 58a522e commit
|
|
|
|
|
|
|
|
* Fri Jun 27 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.4-1
|
|
|
|
- update to 2.2.4
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun May 11 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-1
|
|
|
|
- update to 2.2.3
|
|
|
|
|
|
|
|
* Fri May 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.1-1
|
|
|
|
- update to 2.2.1
|
|
|
|
|
|
|
|
* Thu Apr 24 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-2
|
|
|
|
- don't clear the window on every draw, just do it on realized
|
|
|
|
|
|
|
|
* Sat Apr 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1
|
|
|
|
- update to 2.2.0
|
|
|
|
|
|
|
|
* Wed Oct 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.3-1
|
|
|
|
- update to 2.0.3
|
|
|
|
- add patch to fix suspend locking
|
|
|
|
|
|
|
|
* Thu Oct 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-1
|
|
|
|
- update to 2.0.2
|
|
|
|
|
|
|
|
* Fri Oct 18 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-1
|
|
|
|
- update to 2.0.1
|
|
|
|
|
|
|
|
* Thu Oct 17 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-2
|
|
|
|
- Stop starting in gnome-shell as it pissed off the gnome devs
|
|
|
|
|
|
|
|
* Wed Oct 02 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-1
|
|
|
|
- update to 2.0.0
|
|
|
|
|
|
|
|
* Mon Sep 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-1
|
|
|
|
- 1.9.1
|
|
|
|
|
|
|
|
* Sun Sep 15 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.1-0.2.git4f741eb
|
|
|
|
- update to latest git
|
|
|
|
- add requires cinnamon-translations
|
|
|
|
|
|
|
|
* Sun Aug 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.1-0.1.git94ca899
|
|
|
|
- update to latest git
|
|
|
|
- Change buildrequires to cinnamon-desktop-devel
|
|
|
|
- Change requires to cinnamon-desktop
|
|
|
|
|
|
|
|
* Thu Aug 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.0-5
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sun Jul 28 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.0-4
|
|
|
|
- disable console-kit in configure
|
|
|
|
- add systemd patch
|
|
|
|
|
|
|
|
* Mon Jul 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.0-3
|
|
|
|
- fix prep warnings
|
|
|
|
|
|
|
|
* Mon Jul 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.0-2
|
|
|
|
- fix prep warnings
|
|
|
|
|
|
|
|
* Thu Jan 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.0-1
|
|
|
|
- Initial build
|