Hello community,

here is the log from the commit of package finalcut for openSUSE:Factory 
checked in at 2019-02-27 15:08:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/finalcut (Old)
 and      /work/SRC/openSUSE:Factory/.finalcut.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "finalcut"

Wed Feb 27 15:08:10 2019 rev:2 rq:679543 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/finalcut/finalcut.changes        2018-12-04 
20:53:53.512882111 +0100
+++ /work/SRC/openSUSE:Factory/.finalcut.new.28833/finalcut.changes     
2019-02-27 15:08:13.394409119 +0100
@@ -1,0 +2,5 @@
+Thu Nov 28 23:36:24 UTC 2018 - Markus Gans <[email protected]>
+
+- Package name adjustment
+
+-------------------------------------------------------------------
@@ -27 +32 @@
-Sun Nov 25 11:22:27 UTC 2018 - Markus Gans <[email protected]>
+Sun Nov 25 00:03:36 UTC 2018 - Markus Gans <[email protected]>
@@ -31 +36 @@
-Sat Nov 04 11:22:27 UTC 2017 - Markus Gans <[email protected]>
+Sat Nov 04 07:53:19 UTC 2017 - Markus Gans <[email protected]>
@@ -35 +40 @@
-Sun Nov 27 11:22:27 UTC 2016 - Markus Gans <[email protected]>
+Sun Nov 27 14:00:41 UTC 2016 - Markus Gans <[email protected]>
@@ -39 +44 @@
-Sat Dec 19 11:22:27 UTC 2015 - Markus Gans <[email protected]>
+Sat Dec 19 21:01:48 UTC 2015 - Markus Gans <[email protected]>
@@ -43 +48 @@
-Fri Sep 18 11:22:27 UTC 2015 - Markus Gans <[email protected]>
+Fri Sep 18 22:35:57 UTC 2015 - Markus Gans <[email protected]>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ finalcut.spec ++++++
--- /var/tmp/diff_new_pack.spHbGv/_old  2019-02-27 15:08:14.198408873 +0100
+++ /var/tmp/diff_new_pack.spHbGv/_new  2019-02-27 15:08:14.202408873 +0100
@@ -41,7 +41,7 @@
 common controls like dialog windows, push buttons, check boxes,
 radio buttons, input lines, list boxes, status bars and so on.
 
-%package        devel
+%package -n libfinal-devel
 Summary:        Development files for The Final Cut text widget library
 Group:          Development/Libraries/C and C++
 Requires:       libfinal%{sover} = %{version}
@@ -52,10 +52,11 @@
 Requires:       gzip
 Requires:       sed
 Requires:       vim
-Provides:       libfinal-devel = %{version}
+Provides:       finalcut-devel = %{version}
+Obsoletes:      finalcut-devel < %{version}
 Recommends:     %{name}-examples = %{version}
 
-%description    devel
+%description -n libfinal-devel
 The Final Cut is a class library and widget toolkit with full mouse
 support for creating a text-based user interface. The library supports
 the programmer to develop an application for the text console. It allows
@@ -64,12 +65,14 @@
 common controls like dialog windows, push buttons, check boxes,
 radio buttons, input lines, list boxes, status bars and so on.
 
-%package        examples
+%package -n libfinal-examples
 Summary:        Example files for The Final Cut library
 Group:          Development/Languages/C and C++
 BuildArch:      noarch
+Provides:       finalcut-examples = %{version}
+Obsoletes:      finalcut-examples < %{version}
 
-%description    examples
+%description -n libfinal-examples
 The Final Cut is a class library and widget toolkit with full mouse
 support for creating a text-based user interface. The library supports
 the programmer to develop an application for the text console. It allows
@@ -118,7 +121,7 @@
 %post -n libfinal%{sover} -p /sbin/ldconfig
 %postun -n libfinal%{sover} -p /sbin/ldconfig
 
-%files devel
+%files -n libfinal-devel
 %if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500
 %license COPYING.LESSER
 %else
@@ -131,7 +134,7 @@
 %{_libdir}/pkgconfig/%{name}.pc
 %{_includedir}/final
 
-%files examples
+%files -n libfinal-examples
 %{_docdir}/%{name}/examples
 
 %files -n libfinal%{sover}


Reply via email to