File cupscloudprint.changes of Package cupscloudprint
-------------------------------------------------------------------
Fri Mar 20 14:02:44 CET 2015 - jsmeix@suse.de
- For SLE12 build it with traditional CUPS 1.5.4 to ensure
it works on SLE12 both with CUPS 1.7.5 and CUPS 1.5.4.
-------------------------------------------------------------------
Tue Mar 17 11:44:22 CET 2015 - jsmeix@suse.de
- Make it build on SLE11 x86_64 by using %_libdir/cups/ in the
files section on SLE11 because there with CUPS 1.3.9 there is
still /usr/lib64/cups/ used on x86_64 and /usr/lib/cups/ on x86
and it installs automatically into /usr/lib64/cups/ on x86_64
and into /usr/lib/cups/ on x86.
-------------------------------------------------------------------
Thu Oct 16 12:31:41 CEST 2014 - jsmeix@suse.de
- Do not use "BuildArch: noarch" as long as python_sitelib is not
used (see the entry below dated "Wed Oct 15 15:02:36 CEST 2014")
because a Python package that only contains .py and/or .pyc
and/or .pyo files is "noarch" provided it installs entirely
into python_sitelib see "System Architecture"
and "Compatibility with older distributions" at
https://en.opensuse.org/openSUSE:Packaging_Python
-------------------------------------------------------------------
Wed Oct 15 15:02:36 CEST 2014 - jsmeix@suse.de
- Currently CUPS-Cloud-Print does not work when its Python files
are in /usr/lib/python2.7/site-packages/cloudprint-cups/
(perhaps it uses hardcoded /usr/share/cloudprint-cups/)
so that for now to make it work python_sitelib is not used
until its usage is properly fixed in CUPS-Cloud-Print and
therefore for now /usr/share/cloudprint-cups/ is used.
-------------------------------------------------------------------
Tue Oct 14 16:12:32 CEST 2014 - jsmeix@suse.de
- Added security note to package description that when files are
sent to Google for printing those files are no longer private.
-------------------------------------------------------------------
Tue Oct 14 14:42:35 CEST 2014 - jsmeix@suse.de
- Adapt spec file to make it build also for SLE11:
* do not use python_sitelib (only defined since SLE-11-SP2)
to get same packages for SLE11 and all its service packs
* RPM macros desktop_database_post and desktop_database_postun
only if suse_version >= 1140 (in particular not for SLE11)
* run suse_update_desktop_file to make build work for SLE11
* SLE11 needs explicit BuildRoot setting
* no fdupes because it messes up build for SLE11
(regarding fdupes in general: never run it over the whole
buildroot because "fdupes links files with different owner,
group, or permissions", see security bug#784670)
* use explicit "make install DESTDIR=buildroot..." for SLE11
* a RPM "Group:" entry is required for SLE11
- General spec file adaptions:
* in files section explicitly include directories /usr/lib/cups
/usr/lib/cups/driver /usr/lib/cups/backend
* only "BuildRequires: cups-devel" (pulls in automatically
what is usually needed to build software for CUPS)
* use RPM macro py_compile instead of "python -m compileall"
because the macro does special magic to remove the buildroot
path from resulting files (otherwise rpmlint fails with errors)
* explicitly specify files for %doc in files section
-------------------------------------------------------------------
Fri Sep 19 20:26:18 UTC 2014 - Greg.Freemyer@gmail.com
- update to version 20140814
* Numerous changes, bug fixes, and enhancements
* See Changes at
http://www.niftiestsoftware.com/cups-cloud-print/
- update Source: field to be fullpath
- in %files rename %{_prefix}/lib/cups/backend/cloudprint to gcp
- update %install section to explicitly build *.pyc files
to eliminate random build failures
- update %install to move *.pyc files to %python_sitelib
-------------------------------------------------------------------
Wed May 28 20:25:25 CEST 2014 - sbrabec@suse.cz
- Update to version 20140308.
- Replace fix-install.patch by NOPERMS=1 install variable.
- Add desktop files to simplify setup.
-------------------------------------------------------------------
Mon Dec 30 17:45:31 UTC 2013 - Greg.Freemyer@gmail.com
- first version