summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.018.01Thierry Vignaud2014-10-092-1/+3
|
* Revert "bump split-length from 8 to 50"Thierry Vignaud2014-10-092-1/+3
| | | | | This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8. Sadly, this currently breaks stage2 which is more urgent...
* Slovenian translation updatedfilip2014-09-281-11/+11
|
* Update Indonesian translationYuri Chornoivan2014-09-251-391/+138
|
* Updated Turkish translationtarakbumba2014-09-141-99/+71
|
* Update Basque translationYuri Chornoivan2014-09-141-713/+190
|
* Update French translationYuri Chornoivan2014-09-141-537/+183
|
* Update Ukrainian translationYuri Chornoivan2014-09-141-10/+10
|
* Fix PO filesYuri Chornoivan2014-09-142-3/+5
|
* updateThierry Vignaud2014-09-131-9/+9
|
* sync with codeThierry Vignaud2014-09-1369-5779/+7179
|
* actually bump to 8.008.00Thierry Vignaud2014-09-132-2/+2
|
* 7.33Thierry Vignaud2014-09-072-1/+3
|
* s/suggests/recommends/Thierry Vignaud2014-09-071-2/+2
|
* s/suggested/recommended/Thierry Vignaud2014-09-072-3/+3
|
* adapt to URPM-5.00Thierry Vignaud2014-09-073-2/+3
|
* typo fixThierry Vignaud2014-09-071-1/+1
|
* rename '--suggests' option as '--recommends'Thierry Vignaud2014-09-073-3/+8
|
* enable to use the "recommends" tagThierry Vignaud2014-09-071-1/+2
|
* add some missing methods, allows to do urpmf --qf '%sourcerpm:%recommends'Thierry Vignaud2014-09-071-0/+1
|
* use ->recommends_nosense() instead of suggests"()Thierry Vignaud2014-09-072-4/+4
| | | | | this is the new method name (even if compatibility still works). needs a new URPM.
* rename 'allow-suggests' as 'allow-recommends'Thierry Vignaud2014-09-073-4/+8
| | | | but keep an alias (with a warning) for compatibility
* use new option nameThierry Vignaud2014-09-071-1/+1
|
* check that --no-suggests alias still worksThierry Vignaud2014-09-071-0/+2
|
* s!--no-suggests!--no-recommends! in testsuiteThierry Vignaud2014-09-071-5/+5
|
* s/Suggests:/Recommends:/ in testsuiteThierry Vignaud2014-09-077-8/+8
|
* rename 'no-suggests' option as 'no-recommends'Thierry Vignaud2014-09-0710-19/+28
| | | | keep --no-suggests but with a warning
* rename 'no_suggests' parameter as 'no_recommends'Thierry Vignaud2014-09-054-4/+7
|
* 7.327.32Thierry Vignaud2014-09-052-1/+3
|
* fix crashing when choosing to save fileThierry Vignaud2014-09-052-7/+9
| | | | | aka port from FileSelection to FileChooser (FileSelection no more exists in Gtk3...)
* report crashes through drakbugThierry Vignaud2014-09-043-0/+9
|
* fix segfaulting when managing exceptionsThierry Vignaud2014-09-043-2/+4
| | | | | | | | | | | | | | | | | | | | | | we were loading gtk+2 in order to set my_gtk_main_level to gtk_main_level which resulted in us strange segfaults when eg trying to save a package: $ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm (gdb) s generic_exceptions_handler () at GClosure.xs:774 774 if ((*my_gtk_main_level)()) (gdb) print my_gtk_main_level $1 = (guint (*)()) 0x7fffe75eebf0 (gdb) print *my_gtk_main_level Cannot access memory at address 0x7fffe75eebf0 (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x00007fffe75eebf0 in ?? () (gdb) print gtk_main_level $2 = {guint (void)} 0x7fffee90d650 <gtk_main_level>
* fix retrieving rpm version with RCsThierry Vignaud2014-08-271-1/+1
|
* bump split-length from 8 to 50Thierry Vignaud2014-06-292-1/+3
| | | | improves installing gnome in a chroot from 14m to 11m
* Updated Catalan translationFrancesc Pinyol Margalef2014-06-281-11/+14
|
* - update Russian translationAlexey Loginov2014-06-251-309/+312
|
* Indonesian translation update by Kiki SyahadatYuri Chornoivan2014-06-221-422/+154
|
* fix some warnings with perl 5.20Pascal Terjan2014-06-162-2/+3
|
* Slovenian translation updatedfilip2014-06-061-9/+12
|
* add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires'Pascal Terjan2014-05-312-0/+6
|
* Update Swedish translationYuri Chornoivan2014-05-131-719/+166
|
* - Updating French translation from TxRĂ©mi Verschelde2014-05-121-767/+204
| | | | - Restore most missing credits
* Updated Turkish translationtarakbumba2014-05-121-8/+8
|
* Update Ukrainian translationYuri Chornoivan2014-05-121-6/+11
|
* sync with codeThierry Vignaud2014-05-1169-10891/+12808
|
* add --literal to bash-completionThierry Vignaud2014-02-241-1/+1
|
* add 2 other possible transaction ordersThierry Vignaud2014-02-191-0/+2
| | | | needed due to perl-5.18 random keys order
* add --downgrade to bash-completionThierry Vignaud2014-01-272-1/+3
|
* 7.317.31Thierry Vignaud2014-01-242-1/+3
|
* fix garbaged UTF-8 in file name arguments (mga#12407)Thierry Vignaud2014-01-242-0/+9
| | | | @ARGV encoding is changed after calling Gtk3->init