#1 Update to 1.5.2
Merged 4 years ago by thofmann. Opened 4 years ago by atim.
rpms/ atim/rofi master  into  master

@@ -1,13 +0,0 @@ 

- diff --git a/test/mode-test.c b/test/mode-test.c

- index 201f0b4a..3cc2ac72 100644

- --- a/test/mode-test.c

- +++ b/test/mode-test.c

- @@ -135,7 +135,7 @@ END_TEST

-  

-  START_TEST(test_mode_result)

-  {

- -    char *res;

- +    const char *res = "";

-      ck_assert_int_eq ( mode_result ( &help_keys_mode, MENU_NEXT, &res,0), NEXT_DIALOG);

-      ck_assert_int_eq ( mode_result ( &help_keys_mode, MENU_PREVIOUS, &res,0), PREVIOUS_DIALOG);

-      ck_assert_int_eq ( mode_result ( &help_keys_mode, MENU_QUICK_SWITCH|1, &res,0), 1);

file modified
+5 -5
@@ -1,6 +1,6 @@ 

  Name:    rofi

- Version: 1.5.1

- Release: 8%{?dist}

+ Version: 1.5.2

+ Release: 1%{?dist}

  Summary: A window switcher, application launcher and dmenu replacement

  

  # lexer/theme-parser.[ch]:
@@ -14,9 +14,6 @@ 

  URL:     https://github.com/DaveDavenport/rofi

  Source0: https://github.com/DaveDavenport/rofi/releases/download/%{version}/rofi-%{version}.tar.gz

  

- # https://github.com/DaveDavenport/rofi/pull/875

- Patch0:  rofi.mode-test.initialize-char_p.patch

- 

  BuildRequires: pkgconfig

  BuildRequires: gcc-c++

  BuildRequires: bison
@@ -125,6 +122,9 @@ 

  

  

  %changelog

+ * Fri Jun 21 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.5.2-1

+ - Update to 1.5.2

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

Pull-Request has been merged by thofmann

4 years ago

Thanks for the PR! For some reason, I never got a notification from anitya, and I rely completely on those...