diff --git a/kinfocenter-5.1.0.1.tar.xz b/kinfocenter-5.1.0.1.tar.xz deleted file mode 100644 index 5579539..0000000 --- a/kinfocenter-5.1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7865c2614f6fc0abcd1cb167b44eb448d22634a7e893da2febe279e1ad1d4220 -size 1063280 diff --git a/kinfocenter-5.1.1.tar.xz b/kinfocenter-5.1.1.tar.xz new file mode 100644 index 0000000..b3e039f --- /dev/null +++ b/kinfocenter-5.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dab8b88106846498c299261c5598b03a675525facbbf347867fe3804006035a +size 1067572 diff --git a/kinfocenter5.changes b/kinfocenter5.changes index 10b43ad..1f192df 100644 --- a/kinfocenter5.changes +++ b/kinfocenter5.changes @@ -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 diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 1e9e851..fbffd7b 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -17,13 +17,13 @@ Name: kinfocenter5 -Version: 5.1.0 +Version: 5.1.1 Release: 0 Summary: Utility that provides information about a computer system License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org/ -Source: kinfocenter-%{version}.1.tar.xz +Source: kinfocenter-%{version}.tar.xz Source99: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE opensuse-kinfocenter.diff (created by Alin M. Elena to have some openSUSE distro info in kinfocenter) Patch0: opensuse-kinfocenter.diff diff --git a/opensuse-kinfocenter.diff b/opensuse-kinfocenter.diff index 96592f2..58570b2 100644 --- a/opensuse-kinfocenter.diff +++ b/opensuse-kinfocenter.diff @@ -14,7 +14,7 @@ index e58beb0..02f000c 100644 - osWidget->setLabelOne(osInfo->osVersion()); + osWidget->setLabelOne(osInfo->osVersion()+'\n'+osInfo->distroName()); - osWidget->setLabelTwo(QString(PLASMA_VERSION_STRING)); + osWidget->setLabelTwo(QString(PROJECT_VERSION)); osWidget->setLabelThree(osInfo->hostName()); 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