PackageKit/PackageKit.changes

166 lines
5.8 KiB
Plaintext

-------------------------------------------------------------------
Sat Apr 5 01:28:22 CEST 2008 - sreeves@suse.de
- Update to version 0.1.11
Fix parse errors on bad markup
Emit verbose messages on dependency failures
Fix crash when getting dependencies.
-------------------------------------------------------------------
Thu Mar 27 07:36:19 CET 2008 - sreeves@suse.de
- Update to version 0.1.9.2
Mem leak fixes
Fix multiple popups on install
Fix parse error causing missing name
-------------------------------------------------------------------
Fri Mar 14 00:42:13 CET 2008 - sreeves@suse.de
- Update version. Includes working "update system"
-------------------------------------------------------------------
Wed Mar 5 01:31:29 CET 2008 - sreeves@suse.de
- keep up with the new libzypp API
-------------------------------------------------------------------
Fri Feb 29 14:51:51 CET 2008 - coolo@suse.de
- make it compile again with new libzypp API
-------------------------------------------------------------------
Thu Feb 28 10:07:54 CET 2008 - sreeves@suse.de
- Update to ~0.1.9 (git pull on 2/28) release (with the policy file intltool
calls patched out temporarily until we get a newer intltool in factory.
add --enable-zypp to the configure line
-------------------------------------------------------------------
Tue Jan 8 16:27:44 CET 2008 - btimothy@suse.de
- Upgraded to 0.1.5 (released upstream).
- Added "--with-security-framework=polkit" to the configure.
-------------------------------------------------------------------
Mon Dec 10 20:40:41 CET 2007 - btimothy@suse.de
- Added extra directories to the %files section so it'll build in
factory.
-------------------------------------------------------------------
Fri Dec 07 20:09:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071207a which does rudimentary
package dependency checking.
-------------------------------------------------------------------
Tue Dec 04 01:56:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071203f to fix a compiler error.
-------------------------------------------------------------------
Tue Dec 04 01:40:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071203e which includes installed
packages when getting the description of a package.
pk-application uses this when you highlight an installed package.
-------------------------------------------------------------------
Tue Dec 04 01:25:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071203d which includes installed
packages when searching by name in addition to packages found in
configured repositories.
-------------------------------------------------------------------
Tue Dec 04 00:04:00 CEST 2007 - btimothy@suse.de
- Removed "= 1.1.3" for dbus-1 Requires line.
-------------------------------------------------------------------
Mon Dec 03 23:27:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071203c.
- Added a couple new entries to the %files section for
pk-completion.bash and packagekit-bugreport.sh.
-------------------------------------------------------------------
Mon Dec 03 21:58:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071203b.
-------------------------------------------------------------------
Mon Dec 03 21:23:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071203a.
-------------------------------------------------------------------
Fri Nov 30 21:39:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5git20071130a (remove the dash).
-------------------------------------------------------------------
Fri Nov 30 20:39:00 CEST 2007 - btimothy@suse.de
- Update to version 0.1.5-20071130a taken from git master.
-------------------------------------------------------------------
Wed Nov 21 00:38:00 CEST 2007 - btimothy@suse.de
- Added a new tar.bz2 file to do rudimentary package install.
-------------------------------------------------------------------
Mon Nov 19 18:11:00 CEST 2007 - btimothy@suse.de
- Adjusted to install the PackageKit.service for dbus into the
/usr/share/dbus-1/system-services directory. This is what
allows the system activation stuff to work.
-------------------------------------------------------------------
Fri Nov 16 16:50:00 CEST 2007 - btimothy@suse.de
- Grabbed new PackageKit-0.1.4.tar.bz2 built from this morning's
git repo (has stubbed-out zypp backend).
- Configure so zypp is the default backend.
-------------------------------------------------------------------
Thu Nov 15 17:19:00 CEST 2007 - jpr@suse.de
- Reduce requires, most of them are automatic
- Remove gcc from BuildRequires its automatic
-------------------------------------------------------------------
Thu Nov 15 17:04:00 CEST 2007 - jpr@suse.de
- fix build on 64bit by not hardcoding "lib"
- make description a little more manageable
- use %{py_requires} instead of hardcoded python
- use "devel" instead of "-n Package-devel" because adding the
Package- partis automatic
-------------------------------------------------------------------
Wed Nov 14 20:35:00 CEST 2007 - btimothy@suse.de
- Revert the last change and hardcode /usr/share because otherwise
it gets installed to /dbus-1/services. We'll have to figure this
one out later.
-------------------------------------------------------------------
Wed Nov 14 19:19:00 CEST 2007 - btimothy@suse.de
- Use %{_datadir} instead of /usr/share when specifying where
the dbus-1/services directory is at configure.
-------------------------------------------------------------------
Wed Nov 14 18:50:00 CEST 2007 - btimothy@suse.de
- Specify /usr/share/dbus-1/services at configure so we don't have
to modify the make install step.
-------------------------------------------------------------------
Tue Nov 13 18:53:00 CEST 2007 - btimothy@suse.de
- init