index
:
perl-URPM
distro/mga1
distro/mga2
distro/mga3
distro/mga5
distro/mga6
master
topic/0.30
topic/1.60
topic/2.09
topic/3.12
topic/3.18
topic/3.29
topic/3.30
topic/3.33
topic/3.37
topic/3.37-distepoch
topic/4.37
topic/infra2
topic/infra4
topic/infra_1_2
topic/parse_property
topic/proyvind
topic/rpm-4_4
topic/rpm5
topic/rpmstrpool
Perl RPM Manipulation Module
Thierry Vignaud [tv]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
- do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,
Pascal Rigaux
2008-02-25
4
-48
/
+14
*
- allow fixing "using one big transaction" that occurs when using --keep
Pascal Rigaux
2008-02-25
2
-0
/
+4
*
- allow urpmi to know a package was not selected because a newer version is
Pascal Rigaux
2008-02-25
2
-3
/
+17
*
- fix sort choices changed in perl-URPM 3.08
Pascal Rigaux
2008-02-25
2
-3
/
+4
*
- handle new package providing xxx which conflicts with an installed package ...
Pascal Rigaux
2008-02-25
2
-1
/
+3
*
3.08
3.08
Pascal Rigaux
2008-02-25
2
-1
/
+3
*
- sort choices on virtual package by provided version (#12645)
Pascal Rigaux
2008-02-25
2
-6
/
+27
*
fix compiling with RCs
Thierry Vignaud
2008-02-08
1
-0
/
+2
*
RPM_CHAR_TYPE isn't used for rpm5, #ifndef it away
Per Øyvind Karlsen
2008-01-17
1
-0
/
+2
*
correct define for int_32 (rpm5)
Per Øyvind Karlsen
2008-01-17
1
-1
/
+1
*
more rpm5 work..
Per Øyvind Karlsen
2008-01-16
1
-2
/
+13
*
start on work for rpm5 support
Per Øyvind Karlsen
2008-01-16
2
-2
/
+9
*
3.07 (and let's pretend 3.06 was never out)
3.07
Pascal Rigaux
2008-01-11
2
-4
/
+2
*
fix typo
Pascal Rigaux
2008-01-11
2
-1
/
+3
*
3.06
3.06
Pascal Rigaux
2008-01-11
2
-1
/
+3
*
- add URPM::Package->changelogs, a wrapper around ->changelog_time, ->changel...
Pascal Rigaux
2008-01-11
2
-0
/
+12
*
add kmod fix in NEWS
Olivier Blin
2008-01-10
1
-0
/
+2
*
resolve kmod requires even if first choice is a source dkms (adapted from Pixel)
Olivier Blin
2008-01-10
1
-1
/
+3
*
3.05
3.05
Pascal Rigaux
2008-01-08
2
-1
/
+3
*
- fix regression in ->parse_rpm (introduced in 3.00)
Pascal Rigaux
2008-01-08
2
-0
/
+4
*
3.04
3.04
Pascal Rigaux
2007-12-20
2
-1
/
+3
*
- fix regression in parse_pubkeys() (introduced in 3.00) (#36121)
Pascal Rigaux
2007-12-20
2
-1
/
+3
*
3.03
3.03
Pascal Rigaux
2007-12-14
2
-1
/
+3
*
- suggests:
Pascal Rigaux
2007-12-14
2
-15
/
+23
*
3.02
3.02
Pascal Rigaux
2007-12-14
2
-1
/
+6
*
test is_platform_compat() only on jbj's rpm
Pascal Rigaux
2007-12-14
1
-1
/
+8
*
don't crash when header is not available (fixes synthesis.t with rpm 4.4.2.2)
Pascal Rigaux
2007-12-14
1
-1
/
+1
*
fix cast warnings on 64 bi6
Per Øyvind Karlsen
2007-12-12
1
-2
/
+2
*
oops, typo
Per Øyvind Karlsen
2007-12-12
1
-1
/
+1
*
update against updated rpm 4.5 :)
Per Øyvind Karlsen
2007-12-12
1
-2
/
+2
*
3.01
3.01
Pascal Rigaux
2007-12-11
2
-1
/
+3
*
- add URPM::DB::verify()
Pascal Rigaux
2007-12-11
2
-0
/
+15
*
fix support for rpm 4.5
Per Øyvind Karlsen
2007-12-11
1
-0
/
+2
*
fix typo in previous commit :-/
Pascal Rigaux
2007-12-11
1
-2
/
+2
*
adapt to rpm.org HEAD change from 7 Dec 2007
Pascal Rigaux
2007-12-11
1
-3
/
+12
*
3.00
3.00
Pascal Rigaux
2007-12-11
2
-1
/
+3
*
- rpm.org HEAD support
Pascal Rigaux
2007-12-11
1
-0
/
+1
*
final commit for rpm.org HEAD compliance
Pascal Rigaux
2007-12-11
1
-1
/
+8
*
- use rpmpsNumProblems()
Pascal Rigaux
2007-12-10
1
-5
/
+2
*
- replace ->import_needed_pubkeys and ->import_pubkey in favor of
Pascal Rigaux
2007-12-10
3
-212
/
+59
*
create simpler parse_pubkeys_()
Pascal Rigaux
2007-12-10
1
-5
/
+18
*
RPMERR_* doesn't exist anymore in rpm.org HEAD
Pascal Rigaux
2007-12-10
1
-0
/
+2
*
simplify
Pascal Rigaux
2007-12-10
1
-2
/
+1
*
cleanup
Pascal Rigaux
2007-12-10
1
-1
/
+1
*
get rid of fdFileno()
Pascal Rigaux
2007-12-10
1
-1
/
+1
*
- replace fdClose() with Fclose()
Pascal Rigaux
2007-12-10
1
-10
/
+10
*
introduce some compatibility code with rpm.org
Pascal Rigaux
2007-12-10
2
-11
/
+34
*
fix rpmCallbackFunction prototype
Pascal Rigaux
2007-12-10
1
-2
/
+2
*
oops, fix typo in previous commit
Pascal Rigaux
2007-12-10
1
-1
/
+1
*
simplify version comparison using perl "version" objects
Pascal Rigaux
2007-12-10
1
-15
/
+19
[next]