Accepting request 1060867 from home:michals

- Refresh librtas.fix_doc_path.patch

OBS-URL: https://build.opensuse.org/request/show/1060867
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=58
This commit is contained in:
Jan Engelhardt 2023-01-25 11:40:44 +00:00 committed by Git OBS Bridge
parent b1d2427a90
commit 903f8a8d53
2 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,7 @@ Wed Jan 25 09:14:32 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
- Update to version 2.0.4 (jsc#PED-554)
- fix possible call to munmap with garbage value
- Refresh librtas.fix_doc_path.patch
-------------------------------------------------------------------
Fri Jan 20 15:06:16 UTC 2023 - Michal Suchanek <msuchanek@suse.com>

View File

@ -1,8 +1,7 @@
Index: librtas-2.0.1/Makefile.am
===================================================================
--- librtas-2.0.1.orig/Makefile.am
+++ librtas-2.0.1/Makefile.am
@@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
diff -ur librtas-2.0.4~/Makefile.am librtas-2.0.4/Makefile.am
--- librtas-2.0.4~/Makefile.am 2023-01-24 19:08:58.000000000 +0100
+++ librtas-2.0.4/Makefile.am 2023-01-25 12:35:10.011935185 +0100
@@ -3,7 +3,7 @@
EXTRA_DIST = README COPYING.LESSER
EXTRA_DIST += doc/doxygen.rtas doc/doxygen.rtasevent Changelog
@ -10,4 +9,5 @@ Index: librtas-2.0.1/Makefile.am
+docdir = $(datadir)/doc/packages/@PACKAGE@
doc_DATA = README COPYING.LESSER
pkgconfigdir = $(libdir)/pkgconfig
bin_PROGRAMS=
Only in librtas-2.0.4~: Makefile.am.rej