/[soft]/rpm
ViewVC logotype

Log of /rpm

View Directory Listing Directory Listing


Sticky Revision:


Revision 8682 - Directory Listing
Modified Wed Jul 31 18:52:07 2013 UTC (10 years, 8 months ago) by wally
tag 1.176

Revision 8681 - Directory Listing
Modified Wed Jul 31 18:50:43 2013 UTC (10 years, 8 months ago) by wally
Version 1.176

Revision 8680 - Directory Listing
Modified Wed Jul 31 18:48:58 2013 UTC (10 years, 8 months ago) by wally
sync more with SUSE to find typelib requires from Python scripts without .py extension (mga#10863)

Revision 8677 - Directory Listing
Modified Mon Jul 29 19:12:21 2013 UTC (10 years, 8 months ago) by wally
tag 1.175

Revision 8676 - Directory Listing
Modified Mon Jul 29 18:58:19 2013 UTC (10 years, 8 months ago) by wally
1.175

Revision 8675 - Directory Listing
Modified Mon Jul 29 18:50:43 2013 UTC (10 years, 8 months ago) by wally
sync 'find javascript requires' code with SUSE to find versioned requires

Revision 8598 - Directory Listing
Modified Sat Jul 6 21:08:07 2013 UTC (10 years, 9 months ago) by wally
tag 1.174

Revision 8597 - Directory Listing
Modified Sat Jul 6 21:05:54 2013 UTC (10 years, 9 months ago) by wally
1.174

Revision 8596 - Directory Listing
Modified Sat Jul 6 20:58:36 2013 UTC (10 years, 9 months ago) by wally
handle 'gi.require_version("Gtk", "3.0")' type requires (from SUSE)


Revision 8592 - Directory Listing
Modified Fri Jul 5 12:23:58 2013 UTC (10 years, 9 months ago) by dmorgan
Add 1.173 Tag

Revision 8591 - Directory Listing
Modified Fri Jul 5 11:11:59 2013 UTC (10 years, 9 months ago) by dmorgan
- Add auto requires for osgi() mvn()

Revision 8565 - Directory Listing
Modified Wed Jun 26 06:40:46 2013 UTC (10 years, 9 months ago) by danf
Use xz -2ef options to optimize compression for man and info files, which are
almost always <2MB


Revision 8554 - Directory Listing
Modified Sat Jun 22 00:14:32 2013 UTC (10 years, 10 months ago) by tv
simplify xargs() usage now that all callers care about its return value

Revision 8553 - Directory Listing
Modified Sat Jun 22 00:11:53 2013 UTC (10 years, 10 months ago) by tv
perl_checker cleanups

Revision 8552 - Directory Listing
Modified Sat Jun 22 00:11:52 2013 UTC (10 years, 10 months ago) by tv
no need for these funcs to be variables

Revision 8551 - Directory Listing
Modified Sat Jun 22 00:11:50 2013 UTC (10 years, 10 months ago) by tv
supplement blacklist

Revision 8549 - Directory Listing
Modified Fri Jun 21 23:22:44 2013 UTC (10 years, 10 months ago) by danf
- Abort with an error message if compress_files has problems compressing
- No longer use -9 when compressing with xz, because this creates compressed
files that require massive amounts of RAM to decompress and makes no
difference in size on tiny man pages.


Revision 8541 - Directory Listing
Modified Wed Jun 19 18:36:01 2013 UTC (10 years, 10 months ago) by yurchor
Fix Gettext

Revision 8505 - Directory Listing
Modified Fri Jun 14 12:31:03 2013 UTC (10 years, 10 months ago) by colin
Remove a mis-imported folder (was later imported to debuginfo-install in r7213)

Revision 8425 - Directory Listing
Modified Tue Jun 4 11:16:29 2013 UTC (10 years, 10 months ago) by colin
1.172

Revision 8424 - Directory Listing
Modified Tue Jun 4 11:16:06 2013 UTC (10 years, 10 months ago) by colin
Add pkgconfig package requires for private requires

Revision 8403 - Directory Listing
Modified Thu May 30 06:37:13 2013 UTC (10 years, 10 months ago) by tv
remove bogus line from NEWS

Revision 8401 - Directory Listing
Modified Thu May 30 06:29:09 2013 UTC (10 years, 10 months ago) by tv
7.27.3

Revision 8400 - Directory Listing
Modified Thu May 30 06:29:05 2013 UTC (10 years, 10 months ago) by tv
revert fix for mga#10254 in previous release (mga#10335)

the bug was actually in media.cfg

basically reverting commit r8361 on 2013-05-24 (was: "fix wrongly
enabling backports/testing for tainted/nonfree (mga#10254)")

Revision 8395 - Directory Listing
Modified Sun May 26 21:27:45 2013 UTC (10 years, 10 months ago) by dmorgan
branch for mga3

Revision 8388 - Directory Listing
Modified Sat May 25 09:56:33 2013 UTC (10 years, 10 months ago) by francescpinyol
Updated Catalan translation

Revision 8363 - Directory Listing
Modified Fri May 24 20:56:29 2013 UTC (10 years, 10 months ago) by tv
7.27.2

Revision 8362 - Directory Listing
Modified Fri May 24 20:56:26 2013 UTC (10 years, 10 months ago) by tv
prevent mga#10254 bug to ever happen again

Revision 8361 - Directory Listing
Modified Fri May 24 20:56:23 2013 UTC (10 years, 10 months ago) by tv
fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)

(when such packages are already installed)

Revision 8348 - Directory Listing
Modified Tue May 21 16:11:13 2013 UTC (10 years, 11 months ago) by tv
typo fixes

Revision 8338 - Directory Listing
Modified Sun May 19 14:55:59 2013 UTC (10 years, 11 months ago) by colin
6.48.5

Revision 8337 - Directory Listing
Modified Sun May 19 14:53:11 2013 UTC (10 years, 11 months ago) by colin
library: ensure priority updates are installed in a single transaction

This fix is needed in cases where rpm's libdb changes. If the priority updates
happen to be installed in more than one transaction, the %post script in rpm
which deletes the old index files (/var/lib/rpm/__db.*) may happen at the
end of the first of those transactions. This causes the indexes to be
regenerated by the *old* db version and causes the second transaction to fail.

By ensuring the priority updates are handled in a single transaction, the
indexes will be recreated after the urpmi restart and will thus use the
correct, new libdb to create the indexes.

Patch and fix from Thierry Vignaud
(Cherry picked from r8331)

Revision 8331 - Directory Listing
Modified Sun May 19 10:12:48 2013 UTC (10 years, 11 months ago) by colin
library: ensure priority updates are installed in a single transaction.

This fix is needed in cases where rpm's libdb changes. If the priority updates
happen to be installed in more than one transaction, the %post script in rpm
which deletes the old index files (/var/lib/rpm/__db.*) may happen at the
end of the first of those transactions. This causes the indexes to be
regenerated by the *old* db version and causes the second transaction to fail.

By ensuring the priority updates are handled in a single transaction, the
indexes will be recreated after the urpmi restart and will thus use the
correct, new libdb to create the indexes.

Patch and fix from Thierry Vignaud

Revision 8317 - Directory Listing
Modified Fri May 17 13:37:14 2013 UTC (10 years, 11 months ago) by tv
typo fix

Revision 8316 - Directory Listing
Modified Fri May 17 13:35:43 2013 UTC (10 years, 11 months ago) by tv
7.27.1

Revision 8315 - Directory Listing
Modified Fri May 17 13:35:08 2013 UTC (10 years, 11 months ago) by tv
really auto enable tainted media if needed when adding distrib media

Revision 8309 - Directory Listing
Modified Fri May 17 12:35:12 2013 UTC (10 years, 11 months ago) by tv
7.27

Revision 8308 - Directory Listing
Modified Fri May 17 12:35:10 2013 UTC (10 years, 11 months ago) by tv
auto enable nonfree/taitned media if needed when adding distrib media

Revision 8307 - Directory Listing
Modified Fri May 17 12:35:07 2013 UTC (10 years, 11 months ago) by tv
(is_media_to_add_by_default) split it out of add_distrib_media()

(needed for next commit)

Revision 8306 - Directory Listing
Modified Fri May 17 12:35:04 2013 UTC (10 years, 11 months ago) by tv
enable to see if nonfree/tained packages are installed (mga#8368, #8379 & #9758)

Revision 8305 - Directory Listing
Modified Fri May 17 10:30:31 2013 UTC (10 years, 11 months ago) by tv
do not popup errors at end in auto mode

Revision 8304 - Directory Listing
Modified Fri May 17 10:30:24 2013 UTC (10 years, 11 months ago) by tv
display all errors at once at end (mga#6086)

(like urpmi/rpmdrake/drakx), instead of forcing users to click in order
to continue transactions

Revision 8303 - Directory Listing
Modified Fri May 17 10:30:16 2013 UTC (10 years, 11 months ago) by tv
(ask_warn) split it out of configure_urpm()

(needed for next commit)

Revision 8302 - Directory Listing
Modified Fri May 17 10:30:06 2013 UTC (10 years, 11 months ago) by tv
update

Revision 8204 - Directory Listing
Modified Sat May 11 10:09:55 2013 UTC (10 years, 11 months ago) by akien
Changing all DOS-like .po files to UNIX-like files.

Revision 8123 - Directory Listing
Modified Thu May 2 15:15:52 2013 UTC (10 years, 11 months ago) by tv
7.26

Revision 8120 - Directory Listing
Modified Thu May 2 15:06:38 2013 UTC (10 years, 11 months ago) by tv
update

Revision 8119 - Directory Listing
Modified Thu May 2 15:06:34 2013 UTC (10 years, 11 months ago) by tv
better translation

Revision 8118 - Directory Listing
Modified Thu May 2 14:41:51 2013 UTC (10 years, 11 months ago) by tv
sort package list

Revision 8117 - Directory Listing
Modified Thu May 2 14:41:48 2013 UTC (10 years, 11 months ago) by tv
simplify

Revision 8112 - Directory Listing
Modified Thu May 2 06:56:12 2013 UTC (10 years, 11 months ago) by tv
fix displaying removed package name in gurpmi/rpmdrake (mga#9545)

Revision 8097 - Directory Listing
Modified Tue Apr 30 19:11:45 2013 UTC (10 years, 11 months ago) by tv
better translation

Revision 8096 - Directory Listing
Modified Tue Apr 30 19:11:42 2013 UTC (10 years, 11 months ago) by tv
typo fixes

Revision 8079 - Directory Listing
Modified Mon Apr 29 15:15:31 2013 UTC (10 years, 11 months ago) by yurchor
Ukrainian translation update

Revision 8018 - Directory Listing
Modified Wed Apr 24 21:53:23 2013 UTC (10 years, 11 months ago) by youp3
urpmi: Updated French translation

Revision 8017 - Directory Listing
Modified Wed Apr 24 21:40:22 2013 UTC (10 years, 11 months ago) by youp3
urpmi: Updated French translation

Revision 7996 - Directory Listing
Modified Tue Apr 23 17:55:22 2013 UTC (10 years, 11 months ago) by tv
improved translation (mga#9024)

Revision 7976 - Directory Listing
Modified Mon Apr 22 20:17:07 2013 UTC (10 years, 11 months ago) by jacen
Translating 1 extra line

Revision 7953 - Directory Listing
Modified Sun Apr 21 00:00:53 2013 UTC (11 years ago) by tv
7.25

Revision 7952 - Directory Listing
Modified Sun Apr 21 00:00:50 2013 UTC (11 years ago) by tv
enable rpmdrake to not use modal dialogs (mga#9646)

Revision 7941 - Directory Listing
Modified Sat Apr 20 22:53:38 2013 UTC (11 years ago) by tv
fix leaving read locks on rpmdb (mga#9248)

regression introduced in commit r7280 on Feb 5 2013: "(install_logger)
unify with callback_uninst(), thus fixing counting for erasures"

Revision 7907 - Directory Listing
Modified Thu Apr 18 16:08:56 2013 UTC (11 years ago) by tv
7.24

Revision 7884 - Directory Listing
Modified Mon Apr 15 05:51:59 2013 UTC (11 years ago) by tv
6.48.4

Revision 7883 - Directory Listing
Modified Mon Apr 15 05:51:56 2013 UTC (11 years ago) by tv
fix lookup deps of updates in other media when using --update

reverting commit r1931 from 2011-09-14:
"(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi
--auto-select --update defaulting to all media when there're no update
media (#1024)"

(backported from trunk)

Revision 7882 - Directory Listing
Modified Mon Apr 15 05:51:53 2013 UTC (11 years ago) by tv
add basic support for --downgrade (mga#6655)

needs new URPM

(backported from trunk)

Revision 7881 - Directory Listing
Modified Mon Apr 15 05:51:50 2013 UTC (11 years ago) by tv
add scrollbar for long one liner messages (mga#5118)

Revision 7880 - Directory Listing
Modified Mon Apr 15 05:51:47 2013 UTC (11 years ago) by tv
wrap big messages (mga#5118)

(backported from trunk)

Revision 7879 - Directory Listing
Modified Mon Apr 15 05:41:46 2013 UTC (11 years ago) by tv
3.40.3

Revision 7878 - Directory Listing
Modified Mon Apr 15 05:41:41 2013 UTC (11 years ago) by tv
add basic support for --downgrade (mga#6655)

enabling eg to switching back to packages from core/release after
having installed some from core/updates_testing, then disabling it

(backported from trunk)

Revision 7871 - Directory Listing
Modified Sun Apr 14 07:41:03 2013 UTC (11 years ago) by dglent
Update Greek translation

Revision 7854 - Directory Listing
Modified Fri Apr 12 09:03:59 2013 UTC (11 years ago) by yochenhsieh
Update Translation


Revision 7824 - Directory Listing
Modified Sat Apr 6 16:17:52 2013 UTC (11 years ago) by luigiwalser
- properly fix mga #3697 in find-lang.pl (only exclude man directories)
- own man pages that have a dot in their name (find-lang.pl regexp bug)


Revision 7800 - Directory Listing
Modified Fri Apr 5 13:50:49 2013 UTC (11 years ago) by piratu
updated Romanian translation

Revision 7760 - Directory Listing
Modified Thu Apr 4 12:01:58 2013 UTC (11 years ago) by mareklaane
Updated Estonian translation.



Revision 7758 - Directory Listing
Modified Thu Apr 4 06:56:38 2013 UTC (11 years ago) by lmenut
revert svn 7582 b/c it introduces a regression when --with-man
is used in combination with another --with-xxxx: all the directories found by find-lang are skipped

Revision 7751 - Directory Listing
Modified Mon Apr 1 13:45:57 2013 UTC (11 years ago) by tv
fix package count when a package has a %pretrans scriptlet

(spot by Colin on installing a minimal system with urpmi)

callback_open got called one too much (it got called twice for first
package which is actually filesystem), thus we bump the index one too
much.

the call chain is:
rpmtsRun() -> runTransScripts() -> rpmteProcess() which says:
    /* Dont bother opening for elements without pre/posttrans scripts */

But since we now have package ('filesystem') with %pretrans due to /usr
migration, it goes further and calls rpmteOpen()->rpmteFDHeader() which
notifys us about a package opening in order to get its file descriptor.

Revision 7743 - Directory Listing
Modified Sun Mar 31 10:35:18 2013 UTC (11 years ago) by yurchor
Russian translations by Russian Mageia Team

Revision 7727 - Directory Listing
Modified Sat Mar 30 14:54:42 2013 UTC (11 years ago) by tv
remove debug statement

Revision 7726 - Directory Listing
Modified Sat Mar 30 12:12:19 2013 UTC (11 years ago) by tv
fix warning in debug message

(Argument "19697|19719|19..." isn't numeric in array element at ...URPM/Resolve.pm'

(introduced by pixel in commit r227273 on Sep 7 2007:
"add some debug messages)

Revision 7725 - Directory Listing
Modified Fri Mar 29 22:45:27 2013 UTC (11 years ago) by matteo
- updated Italian translations

Revision 7694 - Directory Listing
Modified Tue Mar 26 22:31:03 2013 UTC (11 years ago) by kiki
updated Indonesian translations

Revision 7691 - Directory Listing
Modified Tue Mar 26 21:07:36 2013 UTC (11 years ago) by filip
Slovenian translation updated

Revision 7690 - Directory Listing
Modified Tue Mar 26 21:04:16 2013 UTC (11 years ago) by tarakbumba
updated tr translation

Revision 7687 - Directory Listing
Modified Tue Mar 26 20:30:21 2013 UTC (11 years ago) by tv
update

Revision 7686 - Directory Listing
Modified Tue Mar 26 20:29:02 2013 UTC (11 years ago) by tv
merge translations from rpmdrake

Revision 7685 - Directory Listing
Modified Tue Mar 26 20:28:55 2013 UTC (11 years ago) by tv
sync with code

Revision 7684 - Directory Listing
Modified Tue Mar 26 20:12:54 2013 UTC (11 years ago) by yurchor
Ukrainian translation update

Revision 7682 - Directory Listing
Modified Tue Mar 26 19:56:16 2013 UTC (11 years ago) by tv
take strings from gurpm::* too (Yuri Chornoivan, mga#9544)

Revision 7679 - Directory Listing
Modified Tue Mar 26 19:37:17 2013 UTC (11 years ago) by tv
display exceptions that happened while downloading (mga#9529)

Revision 7678 - Directory Listing
Modified Tue Mar 26 19:00:11 2013 UTC (11 years ago) by yurchor
Ukrainian translation update

Revision 7652 - Directory Listing
Modified Sun Mar 24 12:52:54 2013 UTC (11 years ago) by tv
7.23

Revision 7651 - Directory Listing
Modified Sun Mar 24 12:52:51 2013 UTC (11 years ago) by tv
report packages signature checking in global progress bar dialog

Revision 7650 - Directory Listing
Modified Sun Mar 24 12:52:47 2013 UTC (11 years ago) by tv
enable to report packages signature checking in global progress bar dialog

Revision 7649 - Directory Listing
Modified Sun Mar 24 12:52:44 2013 UTC (11 years ago) by tv
typo fix in doc

Revision 7648 - Directory Listing
Modified Sun Mar 24 12:52:40 2013 UTC (11 years ago) by tv
fix return value (mga#9519)

gurpm::RPMProgressDialog's DESTROY was changing $? which resulted in
different return values between exit(0) and POSIX::_exit(0) value

Revision 7641 - Directory Listing
Modified Sun Mar 24 11:48:07 2013 UTC (11 years ago) by colin
1.169

Revision 7640 - Directory Listing
Modified Sun Mar 24 11:46:41 2013 UTC (11 years ago) by colin
Add version macros for systemd/rpm-helper to ease distro upgrades

Revision 7639 - Directory Listing
Modified Sat Mar 23 16:05:11 2013 UTC (11 years ago) by tv
4.27

Revision 7638 - Directory Listing
Modified Sat Mar 23 16:05:08 2013 UTC (11 years ago) by tv
fix selecting right DKMS flavor (mga#9172)

Revision 7632 - Directory Listing
Added Sat Mar 23 11:24:42 2013 UTC (11 years ago) by tv
improved layout:

- only the package list needs a scrolling bar
- always display space information


  ViewVC Help
Powered by ViewVC 1.1.30