<feed xmlns='http://www.w3.org/2005/Atom'>
<title>perl-URPM, branch topic/0.30</title>
<subtitle>Perl RPM Manipulation Module</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/'/>
<entry>
<title>Release 3.30</title>
<updated>2009-05-11T13:17:11+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-05-11T13:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=374f51aaa8fe55ea19d5fe12252ab1440b12ee7a'/>
<id>374f51aaa8fe55ea19d5fe12252ab1440b12ee7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use key IDs to check if a key is already known or not</title>
<updated>2009-05-11T13:17:09+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-05-11T13:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=66dd07d4237c6ee773c48c4c5a1471fdc25f8828'/>
<id>66dd07d4237c6ee773c48c4c5a1471fdc25f8828</id>
<content type='text'>
This has the side-effect that if we get a newer public key corresponding
to an already known key id, it won't get updated, but for now RPM
doesn't let us do that anyway. If a pubkey file contains multiple keys,
we no longer handle this case, but I don't think this has been widely
tested, if ever...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has the side-effect that if we get a newer public key corresponding
to an already known key id, it won't get updated, but for now RPM
doesn't let us do that anyway. If a pubkey file contains multiple keys,
we no longer handle this case, but I don't think this has been widely
tested, if ever...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment</title>
<updated>2009-05-11T13:17:08+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-05-11T13:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=b5859f1e3d9ba436888f69dd75bcca3e77a5897b'/>
<id>b5859f1e3d9ba436888f69dd75bcca3e77a5897b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce get_gpg_fingerprint XS function</title>
<updated>2009-05-11T13:17:06+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-05-11T13:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=773de2cbfd1a7df8d2207d90d2661b6c2be7ef77'/>
<id>773de2cbfd1a7df8d2207d90d2661b6c2be7ef77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3.29</title>
<updated>2009-03-27T14:58:35+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-03-27T14:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=bb9acaba360cbdb1ad4736fc6ca6c032c9fc95a3'/>
<id>bb9acaba360cbdb1ad4736fc6ca6c032c9fc95a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression introduced in fix for bug #47803</title>
<updated>2009-03-27T14:58:32+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-03-27T14:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=2c6c1adc02c7ae773ee96acd4b023c039b7df153'/>
<id>2c6c1adc02c7ae773ee96acd4b023c039b7df153</id>
<content type='text'>
This reverts the previous commit

only compute diff_provides when the package is newly rejected, in
set_rejected_and_compute_diff_provides

Try this incremental patch. It fixes
set_rejected_and_compute_diff_provides to
not compute diff_provides if package was already rejected (and thus the
dependencies properly handled already).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts the previous commit

only compute diff_provides when the package is newly rejected, in
set_rejected_and_compute_diff_provides

Try this incremental patch. It fixes
set_rejected_and_compute_diff_provides to
not compute diff_provides if package was already rejected (and thus the
dependencies properly handled already).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert part of the fix for bug #47803 since it breaks upgrades from 2008.1</title>
<updated>2009-03-27T10:28:34+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-03-27T10:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=162a434adbfca7aae278435d51da88af90eff10a'/>
<id>162a434adbfca7aae278435d51da88af90eff10a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3.28:</title>
<updated>2009-03-25T13:41:11+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-03-25T13:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=77e61863876ebcba7b6391a8d945b61a4e0df4f4'/>
<id>77e61863876ebcba7b6391a8d945b61a4e0df4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Postpone user choices as much as possible</title>
<updated>2009-03-25T13:22:27+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-03-25T13:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=e1f8bfbd4b8498ea168323f8b13bdf86f221885e'/>
<id>e1f8bfbd4b8498ea168323f8b13bdf86f221885e</id>
<content type='text'>
Fixes bug #48100, patch from Anssi Hannula
Package A requires D and E.
Package B provides D and E.
Package C provides E.

If the require on E happens to be resolved first, then perl-URPM will
prompt the user, even though installing B is enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #48100, patch from Anssi Hannula
Package A requires D and E.
Package B provides D and E.
Package C provides E.

If the require on E happens to be resolved first, then perl-URPM will
prompt the user, even though installing B is enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change format of "rpm sorted by dependencies" string</title>
<updated>2009-03-24T16:50:24+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-03-24T16:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=e7048f53f0e2783783eab9b739ccf42f81ccd945'/>
<id>e7048f53f0e2783783eab9b739ccf42f81ccd945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
