Hello community, here is the log from the commit of package kinit for openSUSE:Factory checked in at 2015-12-29 12:53:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinit (Old) and /work/SRC/openSUSE:Factory/.kinit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinit" Changes: -------- --- /work/SRC/openSUSE:Factory/kinit/kinit.changes 2015-11-24 22:23:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kinit.new/kinit.changes 2015-12-29 12:53:12.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Dec 10 23:06:51 UTC 2015 - [email protected] + +- Update to 5.17.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.17.0.php + +------------------------------------------------------------------- Old: ---- kinit-5.16.0.tar.xz New: ---- kinit-5.17.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinit.spec ++++++ --- /var/tmp/diff_new_pack.6uZVbQ/_old 2015-12-29 12:53:13.000000000 +0100 +++ /var/tmp/diff_new_pack.6uZVbQ/_new 2015-12-29 12:53:13.000000000 +0100 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.16 +%define _tar_path 5.17 Name: kinit -Version: 5.16.0 +Version: 5.17.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kinit-5.16.0.tar.xz -> kinit-5.17.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/CMakeLists.txt new/kinit-5.17.0/CMakeLists.txt --- old/kinit-5.16.0/CMakeLists.txt 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/CMakeLists.txt 2015-12-06 22:29:26.000000000 +0100 @@ -3,7 +3,7 @@ project(KInit) include(FeatureSummary) -find_package(ECM 5.16.0 NO_MODULE) +find_package(ECM 5.17.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -19,8 +19,8 @@ include(ECMPackageConfigHelpers) include(ECMSetupVersion) -set(KF5_VERSION "5.16.0") # handled by release scripts -set(KF5_DEP_VERSION "5.16.0") # handled by release scripts +set(KF5_VERSION "5.17.0") # handled by release scripts +set(KF5_DEP_VERSION "5.17.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/nb/kinit5.po new/kinit-5.17.0/po/nb/kinit5.po --- old/kinit-5.16.0/po/nb/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/nb/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -1,3 +1,5 @@ +# Translation of kinit5 to Norwegian Bokmål +# # Knut Yrvin <[email protected]>, 2002, 2003, 2004, 2005. # Bjørn Steensrud <[email protected]>, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. # Eskild Hustvedt <[email protected]>, 2004, 2005. @@ -9,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2014-04-25 15:53+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -23,7 +25,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -33,7 +35,7 @@ "Systemet kan ha nådd det størst mulige antall åpne filer, eller har nådd det " "største antall åpne filer du har lov til å bruke." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -43,12 +45,12 @@ "Systemet kan ha nådd det størst mulige antall prosesser, eller har nådd det " "største antall prosesser du har lov til å bruke." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Kunne ikke finne den kjørbare fila «%1»." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -57,7 +59,7 @@ "Kunne ikke åpne biblioteket «%1».\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/nn/kinit5.po new/kinit-5.17.0/po/nn/kinit5.po --- old/kinit-5.16.0/po/nn/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/nn/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2015-06-04 18:11+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -22,7 +22,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -32,7 +32,7 @@ "Systemet har anten nådd det høgste moglege talet på opne filer eller det " "høgste talet på opne filer du har lov til å bruka." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -42,12 +42,12 @@ "Systemet har anten nådd det høgste moglege talet på prosessar eller det " "høgste talet på prosessar du har lov til å bruka." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Fann ikkje programfila «%1»." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -56,7 +56,7 @@ "Klarte ikkje opna biblioteket «%1».\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/se/kinit5.po new/kinit-5.17.0/po/se/kinit5.po --- old/kinit-5.16.0/po/se/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/se/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -1,9 +1,11 @@ +# Translation of kinit5 to Northern Sami +# # Børre Gaup <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" @@ -17,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -27,7 +29,7 @@ "Vuogádat sáhttá leat rahpan nu máŋga fiilla go lea vejolaš dahje leat rahpan " "nu ollu fiilla go dus lea lohpi." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -37,12 +39,12 @@ "Vuogádagas dáidá leat nu ollu proseassat jođus go lea lohppi dahje dus dáidá " "leat nu ollu proseassat jođus juo mii dus lea lohppi." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Ii gávdnan prográmma V%1»." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -51,7 +53,7 @@ "Ii sáhttán rahpat «%1» bibliotehka.\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/sr/kinit5.po new/kinit-5.17.0/po/sr/kinit5.po --- old/kinit-5.16.0/po/sr/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/sr/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2014-03-30 20:24+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -22,7 +22,7 @@ "X-Environment: kde\n" "X-Wrapping: fine\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -32,7 +32,7 @@ "Систем је можда достигао максималан могућ број отворених фајлова или " "максималан број фајлова вама дозвољен да отворите." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -42,12 +42,12 @@ "Систем је можда достигао максималан могућ број процеса или максималан број " "процеса вама дозвољен да покренете." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Не могу да нађем извршни „%1“." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -56,7 +56,7 @@ "Не могу да отворим библиотеку „%1“.\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/sr@ijekavian/kinit5.po new/kinit-5.17.0/po/sr@ijekavian/kinit5.po --- old/kinit-5.16.0/po/sr@ijekavian/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/sr@ijekavian/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2014-03-30 20:24+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -21,7 +21,7 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -31,7 +31,7 @@ "Систем је можда достигао максималан могућ број отворених фајлова или " "максималан број фајлова вама дозвољен да отворите." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -41,12 +41,12 @@ "Систем је можда достигао максималан могућ број процеса или максималан број " "процеса вама дозвољен да покренете." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Не могу да нађем извршни „%1“." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -55,7 +55,7 @@ "Не могу да отворим библиотеку „%1“.\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/sr@ijekavianlatin/kinit5.po new/kinit-5.17.0/po/sr@ijekavianlatin/kinit5.po --- old/kinit-5.16.0/po/sr@ijekavianlatin/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/sr@ijekavianlatin/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2014-03-30 20:24+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -21,7 +21,7 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -31,7 +31,7 @@ "Sistem je možda dostigao maksimalan moguć broj otvorenih fajlova ili " "maksimalan broj fajlova vama dozvoljen da otvorite." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -41,12 +41,12 @@ "Sistem je možda dostigao maksimalan moguć broj procesa ili maksimalan broj " "procesa vama dozvoljen da pokrenete." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Ne mogu da nađem izvršni „%1“." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -55,7 +55,7 @@ "Ne mogu da otvorim biblioteku „%1“.\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/po/sr@latin/kinit5.po new/kinit-5.17.0/po/sr@latin/kinit5.po --- old/kinit-5.16.0/po/sr@latin/kinit5.po 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/po/sr@latin/kinit5.po 2015-12-06 22:29:26.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-03 08:07+0000\n" +"POT-Creation-Date: 2015-11-07 16:08+0000\n" "PO-Revision-Date: 2014-03-30 20:24+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -21,7 +21,7 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: kdeinit/kinit.cpp:534 +#: kdeinit/kinit.cpp:538 msgid "" "Unable to start new process.\n" "The system may have reached the maximum number of open files possible or the " @@ -31,7 +31,7 @@ "Sistem je možda dostigao maksimalan moguć broj otvorenih fajlova ili " "maksimalan broj fajlova vama dozvoljen da otvorite." -#: kdeinit/kinit.cpp:559 +#: kdeinit/kinit.cpp:563 msgid "" "Unable to create new process.\n" "The system may have reached the maximum number of processes possible or the " @@ -41,12 +41,12 @@ "Sistem je možda dostigao maksimalan moguć broj procesa ili maksimalan broj " "procesa vama dozvoljen da pokrenete." -#: kdeinit/kinit.cpp:650 +#: kdeinit/kinit.cpp:654 #, kde-format msgid "Could not find '%1' executable." msgstr "Ne mogu da nađem izvršni „%1“." -#: kdeinit/kinit.cpp:678 +#: kdeinit/kinit.cpp:682 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -55,7 +55,7 @@ "Ne mogu da otvorim biblioteku „%1“.\n" "%2" -#: kdeinit/kinit.cpp:720 +#: kdeinit/kinit.cpp:724 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.16.0/src/start_kdeinit/start_kdeinit.c new/kinit-5.17.0/src/start_kdeinit/start_kdeinit.c --- old/kinit-5.16.0/src/start_kdeinit/start_kdeinit.c 2015-11-08 13:26:17.000000000 +0100 +++ new/kinit-5.17.0/src/start_kdeinit/start_kdeinit.c 2015-12-06 22:29:26.000000000 +0100 @@ -27,7 +27,6 @@ #include <string.h> #include <sys/stat.h> #include <unistd.h> -#include <grp.h> #if HAVE_CAPABILITIES #include <sys/capability.h> #endif @@ -126,7 +125,6 @@ } cap_free(caps); #endif - setgroups(0, 0); /* Remove any extraneous groups*/ if (setgid(getgid())) { perror("setgid()"); return 1;
