Hrvoje Senjan 2014-11-06 21:17:14 +00:00 committed by Git OBS Bridge
parent 1975f7f868
commit da5e58efa5
5 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7865c2614f6fc0abcd1cb167b44eb448d22634a7e893da2febe279e1ad1d4220
size 1063280

3
kinfocenter-5.1.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dab8b88106846498c299261c5598b03a675525facbbf347867fe3804006035a
size 1067572

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 6 20:14:13 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1.1:
* Bugfix release
* Set the correct version
* For more details please see:
https://www.kde.org/announcements/plasma-5.1.1.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 25 17:30:13 UTC 2014 - hrvoje.senjan@gmail.com Sat Oct 25 17:30:13 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,13 +17,13 @@
Name: kinfocenter5 Name: kinfocenter5
Version: 5.1.0 Version: 5.1.1
Release: 0 Release: 0
Summary: Utility that provides information about a computer system Summary: Utility that provides information about a computer system
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org/ Url: http://www.kde.org/
Source: kinfocenter-%{version}.1.tar.xz Source: kinfocenter-%{version}.tar.xz
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE opensuse-kinfocenter.diff (created by Alin M. Elena to have some openSUSE distro info in kinfocenter) # PATCH-FIX-OPENSUSE opensuse-kinfocenter.diff (created by Alin M. Elena to have some openSUSE distro info in kinfocenter)
Patch0: opensuse-kinfocenter.diff Patch0: opensuse-kinfocenter.diff

View File

@ -14,7 +14,7 @@ index e58beb0..02f000c 100644
- osWidget->setLabelOne(osInfo->osVersion()); - osWidget->setLabelOne(osInfo->osVersion());
+ osWidget->setLabelOne(osInfo->osVersion()+'\n'+osInfo->distroName()); + osWidget->setLabelOne(osInfo->osVersion()+'\n'+osInfo->distroName());
osWidget->setLabelTwo(QString(PLASMA_VERSION_STRING)); osWidget->setLabelTwo(QString(PROJECT_VERSION));
osWidget->setLabelThree(osInfo->hostName()); osWidget->setLabelThree(osInfo->hostName());
osWidget->setWhatsThis(i18nc("OS whats this","This shows information about your Operating System")); osWidget->setWhatsThis(i18nc("OS whats this","This shows information about your Operating System"));
diff --git a/Modules/infosummary/osdepinfo.cpp b/Modules/infosummary/osdepinfo.cpp diff --git a/Modules/infosummary/osdepinfo.cpp b/Modules/infosummary/osdepinfo.cpp