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
*
Silence a compilation warning
Rafael Garcia-Suarez
2004-08-02
1
-1
/
+1
*
Make perl_checker a bit more happy
Rafael Garcia-Suarez
2004-08-02
3
-30
/
+34
*
put back lost 0.98-2mdk's changelog
Thierry Vignaud
2004-07-30
1
-0
/
+3
*
0.99-1mdk
0.99
Rafael Garcia-Suarez
2004-07-30
3
-2
/
+20
*
Resolution of requested packages: by default, don't propose a choice when
Rafael Garcia-Suarez
2004-07-30
1
-2
/
+6
*
Use lexical filehandles.
Rafael Garcia-Suarez
2004-07-28
1
-29
/
+25
*
Version 0.98
0.98
Rafael Garcia-Suarez
2004-07-22
3
-2
/
+19
*
Add URPM::stream2header (borrowed from perl-Hdlist, thanks to Olivier
Rafael Garcia-Suarez
2004-07-22
2
-5
/
+41
*
- generate the manpage
0.97
Olivier Thauvin
2004-07-14
3
-4
/
+12
*
Version 0.96
0.96
Rafael Garcia-Suarez
2004-07-12
3
-3
/
+78
*
Don't use keys() in scalar context
Rafael Garcia-Suarez
2004-07-12
1
-2
/
+2
*
Add a ChangeLog target in the makefile
Rafael Garcia-Suarez
2004-07-12
1
-0
/
+10
*
Simplify the compute_flags function (used for the {skip,inst}.list files)
Rafael Garcia-Suarez
2004-07-09
1
-44
/
+26
*
- fix segfault in queryformat if tag does not exist (return nothing instead)
Olivier Thauvin
2004-06-27
1
-1
/
+3
*
Clarify error message when a synthesis file can't be read or gunzipped
Rafael Garcia-Suarez
2004-06-23
2
-3
/
+5
*
0.95-2mdk
Rafael Garcia-Suarez
2004-05-21
1
-2
/
+5
*
Allow urpmi to downgrade packages if it was invoked with --allow-force
Rafael Garcia-Suarez
2004-05-21
1
-1
/
+9
*
When an rpm installed locally had a version greater than the one found
Rafael Garcia-Suarez
2004-05-19
1
-77
/
+97
*
Version 0.95
0.95
Rafael Garcia-Suarez
2004-05-06
2
-4
/
+7
*
Add a way to downgrade some errors (file not found) to non-fatal
Rafael Garcia-Suarez
2004-05-06
5
-17
/
+56
*
0.94-13mdk
Rafael Garcia-Suarez
2004-04-30
1
-1
/
+6
*
- fix tag2id on old mdk, ensure all test are ok on 9.1
Olivier Thauvin
2004-04-27
1
-1
/
+1
*
Silence warnings
Rafael Garcia-Suarez
2004-04-26
1
-3
/
+2
*
- make parse.t pass all test
Olivier Thauvin
2004-04-25
2
-8
/
+7
*
- add $pkg->queryformat() function
Olivier Thauvin
2004-04-25
3
-2
/
+41
*
*** empty log message ***
Thierry Vignaud
2004-04-23
1
-0
/
+104
*
- urpm optional arg to Urpm_list_rpm_tag function
Olivier Thauvin
2004-04-23
1
-1
/
+5
*
Better diagnostics in $package->build_info()
Rafael Garcia-Suarez
2004-04-22
1
-1
/
+2
*
- test rpm parsing and hdlist generation
Olivier Thauvin
2004-04-22
1
-1
/
+23
*
Add missing files in the MANIFEST
Rafael Garcia-Suarez
2004-04-22
1
-0
/
+4
*
Remove hardcoded packager
Rafael Garcia-Suarez
2004-04-22
1
-1
/
+0
*
- Don't pass whole %options to parse_rpm in parse_rpms_build_headers
Olivier Thauvin
2004-04-22
1
-1
/
+1
*
(return_list_tag) factorize common local variables declaration (though
Thierry Vignaud
2004-04-22
1
-20
/
+5
*
- remove unusefull function
Olivier Thauvin
2004-04-22
4
-17
/
+58
*
- export keep_all_tags trought function in parse_rpm_build_headers
Olivier Thauvin
2004-04-22
1
-2
/
+2
*
- return_list_tag is able to return some basic tags from synthesis
Olivier Thauvin
2004-04-22
1
-7
/
+61
*
- cleaning return_list_tag
Olivier Thauvin
2004-04-21
1
-47
/
+21
*
- add list_rpm_tag function
Olivier Thauvin
2004-04-21
3
-165
/
+40
*
0.94-12mdk
Rafael Garcia-Suarez
2004-04-21
1
-1
/
+4
*
More cleanup.
Rafael Garcia-Suarez
2004-04-21
1
-25
/
+24
*
Don't install manpages.
Rafael Garcia-Suarez
2004-04-21
1
-0
/
+1
*
Minor cleanup
Rafael Garcia-Suarez
2004-04-21
1
-4
/
+1
*
- add query_pkg function
Olivier Thauvin
2004-04-18
2
-1
/
+21
*
- add Query.pm (starting to code)
Olivier Thauvin
2004-04-17
2
-2
/
+237
*
Improve some diagnostics
Rafael Garcia-Suarez
2004-04-15
1
-2
/
+2
*
Force INSTALLDIRS=vendor in the Makefile.PL, for local testing
Rafael Garcia-Suarez
2004-04-09
1
-2
/
+3
*
Deprecate the pseudo-packages URPM::Build, URPM::Resolve and URPM::Signature.
Rafael Garcia-Suarez
2004-04-06
3
-124
/
+152
*
Add some API documentation for the URPM module.
Rafael Garcia-Suarez
2004-04-02
4
-5
/
+404
*
*** empty log message ***
Thierry Vignaud
2004-04-01
1
-1
/
+10
*
0.94-11mdk
Olivier Thauvin
2004-02-25
1
-2
/
+5
[next]