Projects
Extra
aMule
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 39
View file
aMule.spec
Changed
@@ -1,6 +1,6 @@ Name: aMule Summary: Another eMule file-sharing program -Version: 2.3.1+git20160309.0701 +Version: 2.3.1+git20160416.1916 Release: 0 License: GPL-2.0+ Group: Productivity/Networking/Other
View file
update.diff.xz
Changed
@@ -1,3 +1,118474 @@ +diff --git a/docs/AUTHORS b/docs/AUTHORS +index 200460f..0751c56 100644 +--- a/docs/AUTHORS ++++ b/docs/AUTHORS +@@ -10,6 +10,7 @@ Current (aMule) author(s): + | Developer(s): | + | Johannes Krampf aka wuischke <wuischke@amule.org> | + | Martin Brieg aka Stu Redman <sturedman@amule.org> | ++| Balla Marcell aka ^marcell^ <marcell@amule.org> | + | | + | Web Administration: | + | Angel Vidal Veiga aka Kry <kry@amule.org> | +@@ -29,7 +30,7 @@ Current (aMule) author(s): + | Leonid Froenchenko aka lfroen <lfroen@gmail.com> | + | K. B. aka deltaHF <deltahf@amule.org> | + | George L. aka croaker <croaker@users.berlios.de> | +-| JT aka lemofan <lemonfan@users.berlios.de> | ++| JT aka lemonfan <lemonfan@users.berlios.de> | + | Luca Vagnozzi aka shakraw <shakraw@users.sourceforge.net> | + | Nikolay Igotti aka olonho <nike@lyola.com> | + | Norbert Lataille aka nonal <Norbert.Lataille@m4x.org> | +diff --git a/docs/Changelog b/docs/Changelog +index f0b7e2f..ef4dd59 100644 +--- a/docs/Changelog ++++ b/docs/Changelog +@@ -27,6 +27,8 @@ Version 2.4.0 - The river knows. + for host when cross-compiling + * Fix bug #1711: Kad Info tab should display my own user ID + * Fix wrong sized images in the priscilla skin ++ * Fix bug #1423: Add the possibility to not create sparse files ++ * Fix bug #1743: crash when importing part files + + iz0bbz: + * Fix WinSock library version detection with MinGW-w64 +diff --git a/docs/README b/docs/README +index 7c4deea..fc17499 100644 +--- a/docs/README ++++ b/docs/README +@@ -90,7 +90,7 @@ + The other options are pretty self-explanatory. If you don't know what it + does, don't touch it as a general rule. More information on getting started + can be found in the aMule wiki: +- http://wiki.amule.org/index.php/Getting_Started ++ http://wiki.amule.org/wiki/Getting_Started + + Don't forget to connect to a server, or you probably won't download too much. + +@@ -144,7 +144,7 @@ + Tranfers icons + ---------------- + To find descriptions of the various icons found inside aMule, take a look at +- http://wiki.amule.org/index.php/Getting_Started#Icons_and_What_They_Signify ++ http://wiki.amule.org/wiki/Getting_Started#Icons_and_What_They_Signify + + + License +@@ -248,20 +248,18 @@ + a note about how you fixed the problem. + + +- IRC, Links and Contact ++ Links and Contact + ------------- +- IRC: Channel #aMule on FREENODE IRC Network (irc.freenode.net) +- + aMule homepage + http://www.amule.org + + aMule related links +- http://wiki.amule.org/index.php/FAQ_eD2k-Kademlia +- http://wiki.amule.org/index.php/aMule +- http://wiki.amule.org/index.php/FAQ_aMule +- http://wiki.amule.org/index.php/FAQ_utils +- http://wiki.amule.org/index.php/Getting_Started +- http://wiki.amule.org/index.php/aMule_problems ++ http://wiki.amule.org/wiki/FAQ_eD2k-Kademlia ++ http://wiki.amule.org/wiki/aMule ++ http://wiki.amule.org/wiki/FAQ_aMule ++ http://wiki.amule.org/wiki/FAQ_utils ++ http://wiki.amule.org/wiki/Getting_Started ++ http://wiki.amule.org/wiki/aMule_problems + + wxWidgets toolkit homepage + http://www.wxwidgets.org +@@ -281,4 +279,4 @@ + illegal activities. + + +--- Last modified Thu Sep 29 05:22:45 CEST 2011 -- ++-- Last modified Thu Apr 7 18:06:32 CEST 2016 -- +diff --git a/po/amule.pot b/po/amule.pot +index b2cca23..d5b2d41 100644 +--- a/po/amule.pot ++++ b/po/amule.pot +@@ -1,18 +1,17 @@ + # SOME DESCRIPTIVE TITLE. + # Copyright (C) YEAR Free Software Foundation, Inc. +-# This file is distributed under the same license as the aMule package. ++# This file is distributed under the same license as the PACKAGE package. + # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. + # + #, fuzzy + msgid "" + msgstr "" +-"Project-Id-Version: aMule VERSION\n" ++"Project-Id-Version: aMule SVN\n" + "Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +-"POT-Creation-Date: 2014-11-25 15:48+0100\n" ++"POT-Creation-Date: 2016-04-11 11:33+0200\n" + "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" + "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" + "Language-Team: LANGUAGE <LL@li.org>\n" +-"Language: LL\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=CHARSET\n" + "Content-Transfer-Encoding: 8bit\n" +@@ -44,102 +43,102 @@ msgid "" + "lowid." + msgstr "" + +-#: src/amule.cpp:229 ++#: src/amule.cpp:230 + msgid "Now, exiting main app..." + msgstr "" + +-#: src/amule.cpp:248 ++#: src/amule.cpp:249 + #, c-format + msgid "Terminating amuleweb instance with pid '%ld' ... " + msgstr "" + +-#: src/amule.cpp:251 ++#: src/amule.cpp:252 + #, c-format + msgid "Killing amuleweb instance with pid '%ld' ... " + msgstr "" + +-#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 ++#: src/amule.cpp:254 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 + msgid "Failed" + msgstr "" + +-#: src/amule.cpp:259 ++#: src/amule.cpp:260 + msgid "aMule OnExit: Terminating core." + msgstr "" + +-#: src/amule.cpp:330 ++#: src/amule.cpp:333 + msgid "aMule shutdown completed." + msgstr "" + +-#: src/amule.cpp:334 ++#: src/amule.cpp:337 + msgid "Memory debug results for aMule exit:" + msgstr "" + +-#: src/amule.cpp:433 ++#: src/amule.cpp:443 ++msgid "" ++"Your locale has been changed to System Default due to a configuration " ++"change. Sorry." ++msgstr "" ++ ++#: src/amule.cpp:443 src/amule.cpp:1058 src/CatDialog.cpp:141 ++#: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 ++#: src/ServerListCtrl.cpp:149 ++msgid "Info" ++msgstr "" ++ ++#: src/amule.cpp:449 + msgid "" + "\n" + "EC configuration" + msgstr "" + +-#: src/amule.cpp:436 ++#: src/amule.cpp:452 + msgid "Password set and external connections enabled." + msgstr "" + +-#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 ++#: src/amule.cpp:463 src/KadDlg.cpp:183 src/KadDlg.cpp:189 + #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 + msgid "WARNING" + msgstr "" + +-#: src/amule.cpp:493 +-msgid "" +-"Your locale has been changed to System Default due to a configuration " +-"change. Sorry." +-msgstr "" +- +-#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 +-#: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 +-#: src/ServerListCtrl.cpp:149 +-msgid "Info" +-msgstr "" +-
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.