diff --git a/.gitignore b/.gitignore index 3c9b2e2..0d6f2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /wingpanel-indicator-notifications-2.0.3.tar.gz /wingpanel-indicator-notifications-2.1.0.tar.gz /wingpanel-indicator-notifications-2.1.1.tar.gz +/wingpanel-indicator-notifications-2.1.2.tar.gz diff --git a/sources b/sources index c2e4b8d..d799e9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-indicator-notifications-2.1.1.tar.gz) = f935f037f47850a076b58ee6ea3fbd88264ec665a0926c397fbc2431942e102c3a9a84244af5238e4d790e12d8629d3cae706ac927bcadb55c8219e5b236887a +SHA512 (wingpanel-indicator-notifications-2.1.2.tar.gz) = 8aa77f75ae0f07aa178d68c6dbdb5086f37abd97950144ad7abfde783d6968f9368247ca31b65e239ab685f8de1659dee4ac0ed0fde81665dda30586a8ec8b9c diff --git a/wingpanel-indicator-notifications.rpmlintrc b/wingpanel-indicator-notifications.rpmlintrc new file mode 100644 index 0000000..294779e --- /dev/null +++ b/wingpanel-indicator-notifications.rpmlintrc @@ -0,0 +1,6 @@ +# false positives +addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*") +addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*") + +# this is caused by something out of this package's control +addFilter("E: description-line-too-long C This package provides debug sources for package wingpanel-indicator-notifications.*") diff --git a/wingpanel-indicator-notifications.spec b/wingpanel-indicator-notifications.spec index e7c565f..d4d7208 100644 --- a/wingpanel-indicator-notifications.spec +++ b/wingpanel-indicator-notifications.spec @@ -2,7 +2,7 @@ Name: wingpanel-indicator-notifications Summary: Notifications Indicator for wingpanel -Version: 2.1.1 +Version: 2.1.2 Release: 1%{?dist} License: LGPLv2+ @@ -52,6 +52,9 @@ A notifications indicator for wingpanel. %changelog +* Tue Oct 30 2018 Fabio Valentini - 2.1.2-1 +- Update to version 2.1.2. + * Wed Oct 03 2018 Fabio Valentini - 2.1.1-1 - Update to version 2.1.1.