We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Changes of Revision 34
obs-studio.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed Sep 28 01:17:01 UTC 2016 - jimmy@boombatower.com
4
+
5
+- Update to version 0.16.0:
6
+ * enc-amf: Update submodule to 1.3.0
7
+ * UI: Add media/image file drop support
8
+ * enc-amf: Update submodule to 1.3.0.1
9
+ * obs-browser: Add browser plugin as a submodule
10
+ * enc-amf: Update submodule to 1.3.0.3
11
+ * libobs: Update version to 0.16.0
12
+ * enc-amf: Remove unused locale files
13
+ * Update translations from Crowdin
14
+ * UI: Just use 'OK' button for license agreement dialog
15
+
16
+-------------------------------------------------------------------
17
Mon Aug 8 23:10:42 UTC 2016 - jimmy@boombatower.com
18
19
- Update to 0.15.4 release.
20
obs-studio.spec
Changed
25
1
2
Name: obs-studio
3
-Version: 0.15.4+git20160808.632f0bf
4
+Version: 0.16.0
5
Release: 0
6
Summary: A recording/broadcasting program
7
8
9
License: GPL-2.0
10
URL: https://obsproject.com/
11
Source: %{name}-%{version}.tar.xz
12
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
13
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
14
15
BuildRequires: cmake >= 2.8.12
16
BuildRequires: fontconfig-devel
17
18
# needs obs-plugins in lib/ even though 64bit
19
%{_usr}/lib/obs-plugins
20
%{_libdir}/libobs.so.0
21
+%{_libdir}/libobs-frontend-api.so
22
%{_libdir}/libobs-opengl.so*
23
%{_libdir}/libobsglad.so.0
24
%{_datadir}/applications/obs.desktop
25
_service
Changed
14
1
2
<services>
3
<service name="tar_scm" mode="disabled">
4
- <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
5
- <param name="revision">refs/tags/0.15.4</param>
6
+ <param name="versionformat">@PARENT_TAG@</param>
7
+ <param name="revision">refs/tags/0.16.0</param>
8
<param name="url">git://github.com/jp9000/obs-studio.git</param>
9
<param name="scm">git</param>
10
+ <param name="changesgenerate">enable</param>
11
</service>
12
<service name="recompress" mode="disabled">
13
<param name="compression">xz</param>
14
_servicedata
Added
8
1
2
+<servicedata>
3
+ <service name="tar_scm">
4
+ <param name="url">git://github.com/jp9000/obs-studio.git</param>
5
+ <param name="changesrevision">cdd788c4beb489a8540d61a26dc72d76779e690e</param>
6
+ </service>
7
+</servicedata>
8
obs-studio-0.15.4+git20160808.632f0bf.tar.xz -> obs-studio-0.16.0.tar.xz
Changed