Overview

Request 878 (accepted)

- Update to 1.9.5.
- Switched to download_files service.
- Qmake debug info stripping was disabled.
- Rpm opt flags became used.

Submit package home:dap / vokoscreen to package Multimedia / vokoscreen

vokoscreen.changes Changed
x
 
1
@@ -1,4 +1,14 @@
2
 -------------------------------------------------------------------
3
+Thu Feb 13 17:54:52 UTC 2014 - dap.darkness@gmail.com
4
+
5
+- Update to 1.9.5:
6
+  * no upstream change log.
7
+- Switched to download_files service.
8
+- Qmake debug info stripping was disabled.
9
+- Rpm opt flags became used.
10
+
11
+
12
+-------------------------------------------------------------------
13
 Fri Nov 22 13:53:52 UTC 2013 - fisiu@opensuse.org
14
 
15
 - Update to 1.8.0:
16
vokoscreen.spec Changed
49
 
1
@@ -2,6 +2,7 @@
2
 # spec file for package vokoscreen
3
 #
4
 # Copyright (c) 2013 Mariusz Fik <fisiu@opensuse.org>.
5
+# Copyright (c) 2014 Packman team: http://packman.links2linux.org/
6
 #
7
 # All modifications and additions to the file contributed by third parties
8
 # remain the property of their copyright owners, unless otherwise agreed
9
@@ -16,16 +17,13 @@
10
 #
11
 
12
 Name:           vokoscreen
13
-Version:       1.8.0
14
+Version:        1.9.5
15
 Release:       0
16
 License:       GPL-2.0
17
 Summary:        Screencast creator
18
 Url:            https://github.com/vkohaupt/vokoscreen
19
 Group:          Productivity/Multimedia/Other
20
-### git clone git@github.com:vkohaupt/vokoscreen.git
21
-### cd vokoscreen
22
-### git archive 1.8.0 --prefix=vokoscreen-1.8.0/ | xz > ../vokoscreen-1.8.0.tar.xz
23
-Source:         %{name}-%{version}.tar.xz
24
+Source:         https://github.com/vkohaupt/vokoscreen/archive/%{version}.tar.gz
25
 BuildRequires:  libqt4-devel
26
 BuildRequires:  pkgconfig(alsa)
27
 BuildRequires:  pkgconfig(opencv)
28
@@ -43,7 +41,10 @@
29
 %setup -q
30
 
31
 %build
32
-qmake
33
+qmake \
34
+      QMAKE_STRIP="" \
35
+      QMAKE_CFLAGS+="%{optflags}" \
36
+      QMAKE_CXXFLAGS+="%{optflags}"
37
 make %{?_smp_mflags}
38
 
39
 %install
40
@@ -51,7 +52,7 @@
41
 
42
 %files
43
 %defattr(-,root,root)
44
-%doc AUTHORS COPYING CREDITS
45
+%doc AUTHORS COPYING CHANGE CREDITS SPECIAL-FEATURE
46
 %{_bindir}/%{name}
47
 %{_datadir}/applications/%{name}.desktop
48
 %{_mandir}/man1/%{name}.1.gz
49
_service Added
5
 
1
@@ -0,0 +1,3 @@
2
+<services>
3
+  <service name="download_files"/>
4
+</services>
5
vokoscreen-1.8.0.tar.xz Deleted
Refresh
Refresh
Request History
Dmitriy A. Perlow's avatar

dap created request about 11 years ago

- Update to 1.9.5.
- Switched to download_files service.
- Qmake debug info stripping was disabled.
- Rpm opt flags became used.


Stefan Botter's avatar

jsjhb accepted request about 11 years ago

OK