diff --git a/kxstitch-1.2.0-import.patch b/kxstitch-1.2.0-import.patch new file mode 100644 index 0000000..a96e383 --- /dev/null +++ b/kxstitch-1.2.0-import.patch @@ -0,0 +1,267 @@ + + + + + kxstitch-1.2.0-import.patch - Pastebin.com + + + + + + + + + + + + + + + + + + + +
+ + + +
+
Want more features on Pastebin? Sign Up, it's FREE!
+
+
+
+
+
+ +
+
+ + +
+
+
+ +
+
+ + +
+
+ +
+
+ Guest +
+
+

kxstitch-1.2.0-import.patch

+
By: a guest on Jun 12th, 2015  |  syntax: None  |  size: 0.59 KB  |  views: 74  |  expires: Never
+
download  |  raw  |  embed  |  report abuse  |  print
+
+
+ + +
+
+
+ + + + Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac) + +
+
+
  1. diff -Nru kxstitch-1.2.0.orig/CMakeLists.txt kxstitch-1.2.0/CMakeLists.txt
  2. +
  3. --- kxstitch-1.2.0.orig/CMakeLists.txt  2015-06-12 08:38:05.000000000 +0200
  4. +
  5. +++ kxstitch-1.2.0/CMakeLists.txt       2015-06-12 08:40:33.000000000 +0200
  6. +
  7. @@ -138,7 +138,7 @@
  8. +
  9.  add_definitions( -DKDE_NO_COMPAT )
  10. +
  11.  add_definitions( -fexceptions )
  12. +
  13.  add_definitions( -DMAGICKCORE_QUANTUM_DEPTH=16 )
  14. +
  15. -add_definitions( -DMAGICKCORE_HDRI_ENABLE=0 )
  16. +
  17. +add_definitions( -DMAGICKCORE_HDRI_ENABLE=1 )
  18. +
  19.  
  20. +
  21.  install (TARGETS kxstitch DESTINATION ${BIN_INSTALL_DIR})
  22. +
  23.  install (FILES kxstitchui.rc DESTINATION ${DATA_INSTALL_DIR}/kxstitch)
  24. +
+
+
+
+ clone this paste + RAW Paste Data +
+
+
+ +
+
+ + + +
+ + +
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kxstitch.spec b/kxstitch.spec index 2fdaee8..c5f0cdf 100644 --- a/kxstitch.spec +++ b/kxstitch.spec @@ -1,6 +1,6 @@ Name: kxstitch Version: 1.2.0 -Release: 1mamba +Release: 2mamba Summary: A program that lets you create cross stitch patterns and charts Group: Graphical Desktop/Applications/Graphics Vendor: openmamba @@ -12,6 +12,7 @@ Source: http://download.kde.org/stable/kxstitch/%{version}/src/kxstitch-% Source1: it.po # the patch fix a bug in Cmakelist that prevent to find X11 libraries (Thanks to Stephen Allewell) Patch: kxstitch-0.9.0-cmakelist.patch +Patch1: kxstitch-1.2.0-import.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -41,7 +42,7 @@ KXStitch is a program that lets you create cross stitch patterns and charts. Pat %prep %setup -q -n %{name}-%{version} #%patch -p1 - +%patch1 -p0 %build %cmake_kde4 -d build @@ -96,6 +97,9 @@ KXStitch is a program that lets you create cross stitch patterns and charts. Pat %{_mandir}/man1/kxstitch.1.gz %changelog +* Fri Jun 12 2015 Ercole 'ercolinux' Carpanetto 1.2.0-2mamba +- Added patch to fix segmentation fault on image import + * Sat Mar 14 2015 Ercole 'ercolinux' Carpanetto 1.2.0-1mamba - updated to 1.2.0 - changed source and homepage of the project