SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for PackageKit-glib-devel-0.5.8-19.el6.x86_64.rpm :
Tue Jan 25 13:00:00 2011 Richard Hughes - 0.5.8-19
- Update the cached comps group list when enabling of disabling a repo.
- Resolves: #629049

Tue Jan 25 13:00:00 2011 Richard Hughes - 0.5.8-18
- Wrap _getEVR in a try,catch block to deal with invalid version
numbers in update changelogs.
- Resolves: #634560

Tue Jan 25 13:00:00 2011 Richard Hughes - 0.5.8-17
- Do not exit the cron job with an error code if PackageKit is just
disabled in sysconfig.
- Resolves: #626867

Tue Jan 25 13:00:00 2011 Richard Hughes - 0.5.8-16
- By default, firefox is compiled with an internal version of sqlite
and when packagekit-glib uses the system shared copy in the running
firefox process, hilarity ensues.
- Icons are less important than a crashed browser.
- Resolves: #617734

Tue Jan 25 13:00:00 2011 Richard Hughes - 0.5.8-15
- Do not emit a critical warning on the console when trying to install
a local package with PackageKit.
- This is a simple patch backported from Fedora 14.
- Resolves: #667923

Tue Jan 25 13:00:00 2011 Richard Hughes - 0.5.8-14
- When using PackageKit with RHN, do not try to setup from prerepoconf
twice, to prevent an ugly python backtrace at startup.
- This is a simple patch backported from Fedora 14.
- Resolves: #670163

Tue Aug 24 14:00:00 2010 Marek Kasik 0.5.8-13
- Don\'t show link to Fedora pages for updates which are not for Fedora
- Resolves: #625110

Tue Aug 24 14:00:00 2010 Marek Kasik 0.5.8-12
- Add PackageKit-0.6.4-get-correct-update-state.patch
- Resolves: #625094

Fri Aug 20 14:00:00 2010 Marek Kasik 0.5.8-11
- Get the correct state for each update.
- Resolves: #625094

Tue Aug 3 14:00:00 2010 Ray Strode 0.5.8-10
- Authorize operation in remote VNC sessions after administrator
authentication.
Resolves: #528511

Thu Jul 29 14:00:00 2010 Richard Hughes - 0.5.8-9
- Ensure we ignore when PackageKit changes the enabled state of the
media repo file, so we don\'t emit the repo-changed signal.
- This prevents the session from re-re-re-getting the update list as
soon as an additional media repo CD is inserted.
- This is a simple patch backported from Fedora 13.
- Resolves: #618031

Mon Jun 14 14:00:00 2010 Richard Hughes - 0.5.8-8
- Ensure the media repo created by PackageKit is disabled after it is
used to ensure that the yum CLI still works without the media inserted.
- Resolves: #591534

Wed Jun 9 14:00:00 2010 Richard Hughes - 0.5.8-7
- Backport a patch from upstream that adds support for support media repos
such as those found on additional CDs.
- This patch only adds the auto-add part, and the command line tools will not
prompt for the disk if it is not installed.
- This functionality also relies on the media being auto-mounted, but this is
thankfully the default on a RHEL6 install.
- Resolves: #591534

Mon May 10 14:00:00 2010 Richard Hughes - 0.5.8-6
- Ensure ::Finished() is sent for each package during the transaction, which
speeds up the GUI viewers by a couple of orders of magnitude for large
update sets.
- Resolves: #590025

Wed May 5 14:00:00 2010 Richard Hughes - 0.5.8-5
- Fix the permission of the /etc/sysconfig/packagekit-background file.
- Resolves: #589096

Tue May 4 14:00:00 2010 Richard Hughes - 0.5.8-4
- Do not show an internal error when there are no groups in the metadata.
- Resolves: #587196

Tue May 4 14:00:00 2010 Richard Hughes - 0.5.8-3
- Use more secure defaults to only allow the root user to update the system.
- Resolves: #584899

Wed Mar 31 14:00:00 2010 Richard Hughes - 0.5.8-2
- Do not abort if the package-id is not unique in the reposet
- Resolves: #578427

Mon Mar 22 13:00:00 2010 Richard Hughes - 0.5.8-1
- Rebase to the latest upstream package.
- Fix up API usage of get_applicable_notices to prevent an internal error
- Ensure to catch exceptions when we fail to initialize for GetRepoList
- Ensure we send out UntrustedPackage when we simulate installing a file
- Do not crash libdbus when libnm-glib uses it\'s own context
- Do not call finished before exiting the script due to an error
- Ensure we actually do self._check_init() for RefreshCache
- Process yum, rpm and PackageKit updates first so we can recover from errors
- Fixed packagekit.client.install_packages() in Python bindings
- When adopting a transaction ensure we set the role on the PkResults object
- Resolves: #572928

Tue Jan 26 13:00:00 2010 Richard Hughes - 0.5.6-2
- Do not point to the Fedora wiki if multimedia, font or mime packages cannot
be found. Instead, remove the link completely until we have resources to use.
- Resolves: #555341

Tue Jan 5 13:00:00 2010 Richard Hughes - 0.5.6-1
- Show a message to the user if the repo could not be reached.
- Fix a crash where the extra library check file callbacks had the wrong signature.
- Correct the transaction RequireRestart extra callback to fix a potential crash.
- Ensure to set the correct error if getting the transaction ID fails.
- Ensure we send error messages to stderr, not stdout.
- Resolves: #553619

Mon Dec 7 13:00:00 2009 Richard Hughes - 0.5.5-1
- New upstream release of 0.5.5.
- Check the filename is valid before exploding. Fixes #537381
- Only check certain transaction elements, not all of them. Fixes #541645
- After a successful cnf installation, re-exec new binary not command-not-found. Fixes #533554
- Run the newly installed file sync so we can return a proper exit code. Fixes #540482
- Only email using cron when a useful action was done. Fixes #540949
- Do not split more than one locale hint to fix setting LC_ variables. Fixes #543716

Thu Nov 19 13:00:00 2009 Richard Hughes - 0.5.4-0.4.20091029git
- Switch the signed install permission to require the root password

Mon Nov 16 13:00:00 2009 Richard Hughes - 0.5.4-0.3.20091029git
- When searching for available packages to install, use our preferred arch.
- Handle the error condition where the package name would be invalid.
- Fixes #534169 and #533014

Mon Nov 9 13:00:00 2009 Richard Hughes - 0.5.4-0.2.20091029git
- Fix a critical bug in the command-not-found code that triggers an infinite
loop when a new package is installed.
- Fixes #533554

Thu Oct 29 13:00:00 2009 Richard Hughes - 0.5.4-0.1.20091029git
- Update to a newer git snapshot from the 0.5.x series.
- Check the language code exists before we search for it.
- Add the missing InstallSignature role from the backend auto-detection.
- Disable repos that are not contactable at backend start.
- Don\'t allow double clicking SRPM and fix the cryptic message.
- Fixes #529349, #531105, #530945, #531306 and #530264

Mon Oct 5 14:00:00 2009 Richard Hughes - 0.5.3-1
- Update to 0.5.3.
- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044
- Fix crash in notification daemon under some conditions due to non-resident
GTK module.
- Don\'t explicitly download the file lists when using pk-command-not-found

Tue Sep 29 14:00:00 2009 Richard Hughes - 0.5.3-0.2.20090928git
- Do not build smart support on RHEL.

Mon Sep 28 14:00:00 2009 Richard Hughes - 0.5.3-0.1.20090928git
- Update to a newer git snapshot from the 0.5.x series.
- Fixes command-not-found functionality
- Lots of updated translations
- Lots of updates and bugfixes to the experimental glib2 library

Mon Sep 21 14:00:00 2009 Richard Hughes - 0.5.3-0.1.20090921git
- Update to a newer git snapshot from the 0.5.x series.
- Updates to the experimental glib2 bindings
- Lots of updated translations.
- Disable the self tests to reduce the build time
- Fix crasher for 64 bit users of the codec installer
- Fix \'pkcon remove foo\', where foo needed reqs to be removed too.
- Fixes #523861

Tue Sep 15 14:00:00 2009 Richard Hughes - 0.5.3-0.1.20090915git
- Update to a newer git snapshot from the 0.5.x series.
- Lots of updated translations.
- Refresh the free licenses from the Fedora wiki. Fixes #519394
- The fixed packagekit-qt should also now allow KPackageKit to build.

Mon Sep 7 14:00:00 2009 Richard Hughes - 0.5.2-1
- Update to 0.5.2.
- Many new and updated translations.
- Many small bugfixes and speedups.
- Added the PostscriptDriver rpm provides functionality.

Thu Sep 3 14:00:00 2009 Richard Hughes - 0.5.2-0.1.20090903git
- Update to a newer git snapshot from the 0.5.x series.
- Fixes NetworkManager build time configure check.
- Don\'t backtrace if we need to do yum-complete-transaction.

Thu Sep 3 14:00:00 2009 Matthias Clasen - 0.5.2-0.2.20090902git
- Rename -debuginfo-install to debug-install (#520965)

Wed Sep 2 14:00:00 2009 Richard Hughes - 0.5.2-0.1.20090902git
- Update to a newer git snapshot from the 0.5.x series.
- Should fix some issues with KPackageKit.

Sat Aug 29 14:00:00 2009 Christopher Aillon - 0.5.2-0.2.20090824git
- Fix build against polkit, rebuild against newer libnm_glib

Mon Aug 24 14:00:00 2009 Richard Hughes - 0.5.2-0.1.20090824git
- Update to a newer git snapshot from the 0.5.x series.
- Enable GUdev functionality and create a device-rebind subpackage.

Wed Aug 19 14:00:00 2009 Richard Hughes - 0.5.2-0.1.20090819git
- Update to a git snapshot from the 0.5.x series.

Mon Aug 3 14:00:00 2009 Richard Hughes - 0.5.1-1
- New upstream version, many bugfixes and performance fixes
- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557

Mon Jul 27 14:00:00 2009 Richard Hughes - 0.5.1-0.1.20090727git
- Update to a git snapshot from the 0.5.x series.

Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Mon Jul 6 14:00:00 2009 Richard Hughes - 0.5.0-1
- New upstream version, many bugfixes and a few new features
- Fixes #483164, #504377, #504137, #499590, #506110 and #506649

Thu Jun 25 14:00:00 2009 Richard Hughes - 0.5.0-0.1.20090625git
- Update to a git snapshot from the 0.5.x series.
- Many PolicyKit fixes
- Fixes GetDistroUpgrades (#508022)

Tue Jun 16 14:00:00 2009 Richard Hughes - 0.4.9-0.2.20090616git
- Apply a patch to convert to the PolKit1 API.
- Do autoreconf and automake as the polkit patch is pretty invasive
- Fix up file lists with the new polkit action paths

Tue Jun 16 14:00:00 2009 Richard Hughes - 0.4.9-0.1.20090616git
- Don\'t hardcode network access to install or update packages
- Add subclasses to our registered mime-types
- Fix results from GetDistroUpgrades()
- Format the package_id before showing it in the error detail
- Download the ChangeLog data when we get the update list
- Never return FALSE from StateHasChanged()
- Fixes #506110, #504137, #499590 and #483164

Fri Jun 5 14:00:00 2009 Richard Hughes - 0.4.8-1
- New upstream version, many bugfixes and performance fixes
- Fixes #487614, #500428 and #502399

Tue May 5 14:00:00 2009 Richard Hughes - 0.4.7-1
- New upstream version, many bugfixes and performance fixes
- Remove upstreamed patches

Tue Apr 14 14:00:00 2009 Richard Hughes - 0.4.6-3
- Backport 4 important patches from upstream.

Thu Apr 2 14:00:00 2009 Richard Hughes - 0.4.6-2
- Fix installing local files with a unicode path. Fixes #486720
- Fix the allow cancel duplicate filtering with a patch from upstream.

Mon Mar 30 14:00:00 2009 Richard Hughes - 0.4.6-1
- New upstream version

Tue Mar 24 13:00:00 2009 Richard Hughes - 0.4.6-0.3.20090324git
- Update to todays git snapshot with fixed ChangeLog functionality.

Mon Mar 23 13:00:00 2009 Matthias Clasen - 0.4.6-0.2.2009319git
- Make the GTK+ module resident

Thu Mar 19 13:00:00 2009 Richard Hughes - 0.4.6-0.1.20090319git
- Update to todays git snapshot so we can test the update ChangeLog feature.

Mon Mar 16 13:00:00 2009 Richard Hughes - 0.4.5-2
- Add two patches from upstream:
- Allow users to turn off update cache to try to debug #20559
- Filter out duplicate updates to fix #488509

Mon Mar 9 13:00:00 2009 Richard Hughes - 0.4.5-1
- New upstream version
- Add proper error handling to avoid exiting the script on correctable errors
- Add support for the \'any\' provide search
- Updated QPackageKit soname version to 0.4.1
- Lots of translation updates

Tue Feb 24 13:00:00 2009 Matthias Clasen - 0.4.4-4
- Make -docs noarch

Mon Feb 23 13:00:00 2009 Fedora Release Engineering - 0.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Mon Feb 23 13:00:00 2009 Richard Hughes - 0.4.4-2
- Bump for rebuild.

Mon Feb 23 13:00:00 2009 Richard Hughes - 0.4.4-1
- New upstream version
- Mainly bugfixes

Mon Feb 2 13:00:00 2009 Richard Hughes - 0.4.3-1
- New upstream version
- Mainly bugfixes

Mon Jan 19 13:00:00 2009 Richard Hughes - 0.4.2-1
- New upstream version
- Enable time estimation by default
- Remove the udev helper from PackageKit now the core functionality is in
udev itself
- Lots of bug fixes

Thu Jan 8 13:00:00 2009 Richard Hughes - 0.4.1-1
- New upstream version
- Use NetworkManager to get the network device type for session policy decisions
- Lots of bug fixes

Tue Dec 9 13:00:00 2008 Richard Hughes - 0.4.0-1
- New upstream version
- Now integrates with BASH suggesting replacements and offering to install
missing packages.
- Now integrates with Pango using a gtk-module to install missing fonts.
- Much tighter security model and new audit logging framework.
- Lots of new, untested, code so probably not a good idea for F10.

Sat Nov 29 13:00:00 2008 Ignacio Vazquez-Abrams - 0.3.11-2
- Rebuild for Python 2.6

Mon Nov 24 13:00:00 2008 Richard Hughes - 0.3.11-1
- New upstream version
- http://gitweb.freedesktop.org/?p=packagekit.git;a=blob;f=NEWS

Thu Nov 20 13:00:00 2008 Richard Hughes - 0.3.10-2
- Update the summary to be more terse.

Tue Nov 11 13:00:00 2008 Richard Hughes - 0.3.10-1
- New upstream version
- Drop all upstreamed patches

Wed Nov 5 13:00:00 2008 Richard Hughes - 0.3.9-4
- Increase the timeout for cleaning up unused transactions. Due to a bug
in the PkClient library the new TID was not being requested, and the old
TID was being re-used. This gave a DBUS error if the user spent longer than
five seconds entering the password the very first time they used PackageKit
to do an authentication.
Apply a simple patch to mitigate this, as a more invasive (and correct)
patch is upstream. A new release will follow in f10-updates. Fixes #469950

Tue Oct 28 13:00:00 2008 Richard Hughes - 0.3.9-3
- Install the usr/share/cmake/Modules/FindQPackageKit.cmake file so we
can build KPackageKit from svn head.
- Fix installing the preupgrade package when we check for distro upgrades
on machines with 32 and 64 bit versions available. Fixes #469172

Tue Oct 28 13:00:00 2008 Richard Hughes - 0.3.9-2
- Apply a couple of patches from upstream to fix development filtering
and installing the web plugin.

Mon Oct 27 13:00:00 2008 Richard Hughes - 0.3.9-1
- New upstream version
- Many new and updated translations.
- Lots of bugfixes (#468486, #466006, #468602), no new features.

Fri Oct 24 14:00:00 2008 Tom \"spot\" Callaway 0.3.8-6
- Customize Vendor.conf for Fedora

Fri Oct 24 14:00:00 2008 Richard Hughes - 0.3.8-5
- Bump as I forgot to add the patch.

Fri Oct 24 14:00:00 2008 Richard Hughes - 0.3.8-4
- Add a patch from upstream to change the servicepack metadata format to be
forwards compatible so we don\'t let the user create invalid packs.

Thu Oct 23 14:00:00 2008 Richard Hughes - 0.3.8-3
- Add a patch from upstream to pkcon install foo

Tue Oct 21 14:00:00 2008 Rex Dieter - 0.3.8-2
- Obsoletes: packagekit-qt(-devel)/qpackagekit(-devel)
- cleanup deps

Mon Oct 20 14:00:00 2008 Richard Hughes - 0.3.8-1
- New upstream version
- Many new and updated translations.
- Merge in the QPackageKit QT library from Adrien BUSTANY

Mon Oct 20 14:00:00 2008 Rex Dieter - 0.3.7-3
- -browser-plugin: Requires: mozilla-filesystem

Mon Oct 20 14:00:00 2008 Richard Hughes - 0.3.7-2
- Rename as newest upstream has QT binding also:

* PackageKit-libs -> PackageKit-glib

* PackageKit-devel -> PackageKit-glib-devel
- Add a BR for comps, and create a link that from the comps icons for the
new category group icons.
- Create a subpackage for devel files required for out-of-tree backends.

Mon Oct 13 14:00:00 2008 Richard Hughes - 0.3.7-1
- New upstream version
- Add dynamic groups functionality to the API
- Many performance and other bugfixes

Thu Oct 9 14:00:00 2008 Richard Hughes - 0.3.6-3
- Add a patch from upstream to fix #466290

Mon Oct 6 14:00:00 2008 Richard Hughes - 0.3.6-2
- Upload new sources. Ooops.

Mon Oct 6 14:00:00 2008 Richard Hughes - 0.3.6-1
- New upstream version
- Renice the spawned process so that we don\'t hog the system when doing updates

Wed Oct 1 14:00:00 2008 Richard Hughes - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit -> PackageKit-yum-plugin
- udev-packagekit -> PackageKit-udev-helper

Tue Sep 30 14:00:00 2008 Richard Hughes - 0.3.5-3
- Fix a bug where the daemon could crash when cancelling a lot of transactions.
- Fix installing codecs with a 64 bit machine

Tue Sep 30 14:00:00 2008 Richard Hughes - 0.3.5-2
- Obsolete more releases of codeina to fix upgrades on rawhide.

Mon Sep 29 14:00:00 2008 Richard Hughes - 0.3.5-1
- New upstream version
- Add a helper which can be used by GStreamer to install codecs.

Thu Sep 25 14:00:00 2008 Richard Hughes - 0.3.4-5
- When returning results from a cache we should always return finished in an
idle loop so we can block and wait for a response
- This fixes the bug where if you have two GetUpdates in the queue the second
would hang waiting for the first, even though it had already finished.

Tue Sep 23 14:00:00 2008 Richard Hughes - 0.3.4-4
- Fix the error dialog when no mirrors are found

Tue Sep 23 14:00:00 2008 Richard Hughes - 0.3.4-3
- Don\'t try to run all the committed transactions at once with a deep queue.
- This fixes the bug where the dispatcher would sometimes fail to run the
next method and PkSpawn would warn the user with \'timeout already set\'.

Tue Sep 23 14:00:00 2008 Richard Hughes - 0.3.4-2
- Don\'t send ::Finished when the script exits because of a dispatcher exit.
- This only seems to happen when we are making the dispatcher be reloaded
from multiple sessions with different locales.

Mon Sep 22 14:00:00 2008 Richard Hughes - 0.3.4-1
- New upstream version

Wed Sep 17 14:00:00 2008 Richard Hughes - 0.3.3-3
- Fix a silly typo where we might upgrade the kernel when we check for
distro upgrades.

Tue Sep 16 14:00:00 2008 Richard Hughes - 0.3.3-2
- Fix an error where we didn\'t connect up the GetDistroUpgrades in
the new dispatcher code.

Tue Sep 16 14:00:00 2008 Richard Hughes - 0.3.3-1
- New upstream version
- Fixes a nasty bug where the daemon could get locked under heavy load
- Adds collection support for group install and remove

Wed Sep 10 14:00:00 2008 Richard Hughes - 0.3.2-3
- Fix an error where we don\'t check for existing packages in the catalog
code properly. Also fixes the self tests.

Wed Sep 10 14:00:00 2008 Richard Hughes - 0.3.2-2
- Fix a library error so we don\'t print (null) in the UI.

Mon Sep 8 14:00:00 2008 Richard Hughes - 0.3.2-1
- New upstream version
- This is the first release with the dispatcher functionality that allows
backend reuse. This speeds up packagekitd to native speeds when doing
repeated similar transactions from the same session and locale.

Mon Sep 8 14:00:00 2008 Richard Hughes - 0.3.1-7
- Enable the smart backend as it\'s nearly as complete as the yum backend
- Disable the yum2 backend (0.3.2 will have a dispatcher instead)
- Add subpackages yum and smart, and pull the former in as a dep by default

Mon Sep 8 14:00:00 2008 Richard Hughes - 0.3.1-6
- Own /var/cache/PackageKit and /var/cache/PackageKit/downloads
- Fix up some other rpmlint warnings for docs and config(noreplace)

Mon Sep 8 14:00:00 2008 Richard Hughes - 0.3.1-5
- Don\'t explicitly BR libarchive to silence rpmlint

Mon Sep 8 14:00:00 2008 Richard Hughes - 0.3.1-4
- Split out a -docs subpackage, which shaves of 324Kb of docs from
the main package

Thu Aug 28 14:00:00 2008 Richard Hughes - 0.3.1-3
- The browser plugin file list was misordered in the merge, resulting
in empty PackageKit-devel package.

Wed Aug 27 14:00:00 2008 Richard Hughes - 0.3.1-2
- Bump as make chainbuild is broken, so we\'ll have to do this in two steps.

Wed Aug 27 14:00:00 2008 Richard Hughes - 0.3.1-1
- New upstream version
- Also add two upstream patches to fix pkcon issues.

Fri Aug 22 14:00:00 2008 Richard Hughes - 0.3.0-2
- Bump as the make tag step failed in an obscure way.

Fri Aug 22 14:00:00 2008 Richard Hughes - 0.3.0-1
- Update to newest upstream version. This includes the fixed browser plugin.

Mon Aug 4 14:00:00 2008 Robin Norwood - 0.2.4-2
- Fix Source0 URL.

Wed Jul 30 14:00:00 2008 Richard Hughes - 0.2.4-1
- New upstream version, only bugfixes.

Tue Jul 15 14:00:00 2008 Richard Hughes - 0.2.3-6
- Silence the output of update-mime-database to fix #454782

Mon Jun 23 14:00:00 2008 Richard Hughes - 0.2.3-5.20080618
- Own the /etc/bash_completion.d directory as we don\'t depend on the
bash-completion package. Fixes #450964.

Wed Jun 18 14:00:00 2008 Richard Hughes - 0.2.3-4.20080618
- Pull in a new snapshot from the unstable branch.
- Add the font installing provide hooks

Wed Jun 11 14:00:00 2008 Richard Hughes - 0.2.3-3.20080611
- Pull in a new snapshot from the unstable branch.
- Fixes #450594 where there are insane length error messages
- Get the group for the package when we do ::Detail()

Mon Jun 9 14:00:00 2008 Richard Hughes - 0.2.3-2.20080609
- Add intltool to the BR.

Mon Jun 9 14:00:00 2008 Richard Hughes - 0.2.3-1.20080609
- Pull in a new snapshot from the unstable branch.

Thu May 29 14:00:00 2008 Richard Hughes - 0.2.2-2.20080529
- Pull in a new snapshot from the unstable branch.

Mon May 19 14:00:00 2008 Richard Hughes - 0.2.2-1.20080519
- Pull in a new snapshot from the unstable branch.

Thu May 8 14:00:00 2008 Richard Hughes - 0.2.1-2.20080508
- Pull in a new snapshot from the unstable branch.

Tue May 6 14:00:00 2008 Richard Hughes - 0.2.1-1.20080506
- Pull in a new snapshot from the unstable branch.

Tue May 6 14:00:00 2008 Richard Hughes - 0.2.0-1
- Update to the latest _UNSTABLE_ upstream source

Mon May 5 14:00:00 2008 Robin Norwood - 0.1.12-5.20080416git
- Apply patch to fix update detail unbound error.
- Fix rhbz#445086

Wed Apr 16 14:00:00 2008 Richard Hughes - 0.1.12-4.20080416git
- Urgh, actually upload the correct tarball.

Wed Apr 16 14:00:00 2008 Richard Hughes - 0.1.12-3.20080416git
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
- Fixes #439735.

Tue Apr 15 14:00:00 2008 Richard Hughes - 0.1.12-2.20080415git
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
- Fixes #442286, #442286 and quite a few upstream bugs.

Sat Apr 12 14:00:00 2008 Richard Hughes - 0.1.12-1.20080412git
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
- Fixes that were cherry picked into this branch since 0.1.11 was released can be viewed at:
http://gitweb.freedesktop.org/?p=packagekit.git;a=log;h=PACKAGEKIT_0_1_X

Sat Apr 5 14:00:00 2008 Matthias Clasen - 0.1.11-1
- Update to 0.1.11

Fri Mar 28 13:00:00 2008 Bill Nottingham - 0.1.10-1
- update to 0.1.10
- fix glib buildreq

Fri Mar 28 13:00:00 2008 Matthias Clasen - 0.1.9-3
- Fix a directory ownership oversight

Mon Mar 17 13:00:00 2008 Robin Norwood - 0.1.9-2
- Make PackageKit require yum-packagekit
- Resolves: rhbz#437539

Wed Mar 5 13:00:00 2008 Robin Norwood - 0.1.9-1
- Update to latest upstream version: 0.1.9
- Enable yum2 backend, but leave old yum backend the default for now

Thu Feb 21 13:00:00 2008 Robin Norwood - 0.1.8-1
- Update to latest upstream version: 0.1.8

Mon Feb 18 13:00:00 2008 Robin Norwood - 0.1.7-2
- Fix the yum backend.

Thu Feb 14 13:00:00 2008 Robin Norwood - 0.1.7-1
- Update to latest upstream version: 0.1.7

Sat Jan 19 13:00:00 2008 Robin Norwood - 0.1.6-1
- Update to latest upstream version: 0.1.6

Fri Dec 21 13:00:00 2007 Robin Norwood - 0.1.5-1
- Update to latest upstream version: 0.1.5
- Remove polkit.patch for PolicyKit 0.7, no longer needed

Mon Dec 17 13:00:00 2007 Robin Norwood - 0.1.4-3
- fix rpm -V issues by ghosting data files
- Resolves: rhbz#408401

Sun Dec 9 13:00:00 2007 Matthias Clasen - 0.1.4-2
- Make it build against PolicyKit 0.7

Tue Nov 27 13:00:00 2007 Robin Norwood - 0.1.4-1
- Update to latest upstream version: 0.1.4
- Include spec file changes from hughsie to add yum-packagekit subpackage

Sat Nov 10 13:00:00 2007 Robin Norwood - 0.1.3-1
- Update to latest upstream version: 0.1.3

Thu Nov 1 13:00:00 2007 Robin Norwood - 0.1.2-1
- Update to latest upstream version: 0.1.2

Fri Oct 26 14:00:00 2007 Robin Norwood - 0.1.1-5
- More issues from package review:
- Need to own all created directories
- PackageKit-devel doesn\'t really require sqlite-devel
- Include docs in PackageKit-libs

Fri Oct 26 14:00:00 2007 Robin Norwood - 0.1.1-4
- use with-default-backend instead of with-backend

Thu Oct 25 14:00:00 2007 Robin Norwood - 0.1.1-3
- Add BR: python-devel

Wed Oct 24 14:00:00 2007 Robin Norwood - 0.1.1-2
- doc cleanups from package review

Tue Oct 23 14:00:00 2007 Robin Norwood - 0.1.1-1
- Update to latest upstream version

Wed Oct 17 14:00:00 2007 Robin Norwood - 0.1.0-3
- Add BR for docbook-utils

Tue Oct 16 14:00:00 2007 Robin Norwood - 0.1.0-2
- Apply recommended fixes from package review

Mon Oct 15 14:00:00 2007 Robin Norwood - 0.1.0-1
- Initial build (based upon spec file from Richard Hughes)


 
ICM