Hello community,

here is the log from the commit of package telepathy-qt5 for openSUSE:Factory 
checked in at 2014-07-31 21:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-qt5/telepathy-qt5.changes      
2014-06-18 07:52:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-qt5.new/telepathy-qt5.changes 
2014-07-31 21:51:10.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Jul 31 16:39:40 UTC 2014 - [email protected]
+
+- Move to gstreamer 1.0 API for Factory
+- Drop search-for-telepathy-farstream-0.4.diff (support for older
+  openSUSE versions is dropped)
+- Adjust baselibs.conf for new subpackage
+- Update descriptions
+
+-------------------------------------------------------------------

Old:
----
  search-for-telepathy-farstream-0.4.diff

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

Other differences:
------------------
++++++ telepathy-qt5.spec ++++++
--- /var/tmp/diff_new_pack.b8K9Qd/_old  2014-07-31 21:51:11.000000000 +0200
+++ /var/tmp/diff_new_pack.b8K9Qd/_new  2014-07-31 21:51:11.000000000 +0200
@@ -18,9 +18,6 @@
 
 %define         libname libtelepathy-qt5
 %define         major   0
-# farstream and gstreamer are disabled at the moment - until we get 
qtgstreamer with gst1.0 API support
-%define         farstream 0
-%define         gstreamer1 0
 
 Name:           telepathy-qt5
 Version:        0.9.4
@@ -32,11 +29,9 @@
 Source:         
http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz
 Source1:        baselibs.conf
 # PATCH-FIX-UPSTREAM search-for-farstream0.2.diff -- searches for 
farstream0.2, instead of deprecated 0.1
-Patch1:         search-for-farstream0.2.diff
+Patch0:         search-for-farstream0.2.diff
 # PATCH-FIX-UPSTREAM search-for-gstreamer1.0.diff -- searches for 
gstreamer1.0, which is only required for includes
-Patch2:         search-for-gstreamer1.0.diff
-# PATCH-FIX-UPSTREAM search-for-telepathy-farstream-0.4.diff -- searches for 
telepathy-farstream-0.4
-Patch3:         search-for-telepathy-farstream-0.4.diff
+Patch1:         search-for-gstreamer1.0.diff
 BuildRequires:  cmake
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -52,71 +47,45 @@
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(telepathy-glib)
-%if %farstream
-%if %gstreamer1
 BuildRequires:  pkgconfig(farstream-0.2)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(telepathy-farstream)
-%else
-BuildRequires:  pkgconfig(farstream-0.1)
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
-BuildRequires:  pkgconfig(telepathy-farstream-0.4)
-%endif
-%endif
+BuildRequires:  pkgconfig(telepathy-glib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Telepathy-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 4.
+Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 5.
 
 %package -n %{libname}-%{major}
 Summary:        Library for performing syntax highlighting in Qt documents
 Group:          Development/Tools/Other
 
 %description -n %{libname}-%{major}
-Telepathy-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 4.
+Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 5.
 
-%if %farstream
 %package -n %{libname}-farstream%{major}
 Summary:        Library for performing syntax highlighting in Qt documents
 Group:          Development/Tools/Other
-Obsoletes:      %{libname}-farsight%{major}
 
 %description -n %{libname}-farstream%{major}
-Telepathy-farstream-Qt4 is a high-level binding for Telepathy, similar to 
telepathy-glib but for Qt 4.
-%endif
+Telepathy-farstream-Qt4 is a high-level binding for Telepathy, similar to 
telepathy-glib but for Qt 5.
 
 %package devel
 Summary:        Header files, libraries and development documentation for 
%{name}
 Group:          Development/Libraries/C and C++
 Requires:       %{libname}-%{major} = %{version}
-%if %farstream
 Requires:       %{libname}-farstream%{major} = %{version}
-%if %gstreamer1
 Requires:       pkgconfig(gstreamer-1.0)
 Requires:       pkgconfig(gstreamer-plugins-base-1.0)
-%else
-Requires:       pkgconfig(gstreamer-0.10)
-Requires:       pkgconfig(gstreamer-plugins-base-0.10)
-%endif
-%endif
 
 %description devel
 This package contains the header files, static libraries and development 
documentation for %{name}. If you like to develop programs using %{name}, you 
will need to install %{name}-devel.
 
 %prep
 %setup -q -n telepathy-qt-%{version}
-%if %farstream
-%if %gstreamer1
 %patch0 -p1
 %patch1 -p1
-%else
-%patch2 -p1
-%endif
-%endif
-%patch3 -p1
 
 %build
 if [ %{_lib} = lib64 ]; then
@@ -145,21 +114,17 @@
 
 %postun -n %{libname}-%{major} -p /sbin/ldconfig
 
-%if %farstream
 %post -n %{libname}-farstream%{major} -p /sbin/ldconfig
 
 %postun -n %{libname}-farstream%{major} -p /sbin/ldconfig
-%endif
 
 %files -n %{libname}-%{major}
 %defattr(-,root,root)
 %{_libdir}/libtelepathy-qt5.so.*
 
-%if %farstream
 %files -n %{libname}-farstream%{major}
 %defattr(-,root,root)
 %{_libdir}/libtelepathy-qt5-farstream.so.*
-%endif
 
 %files devel
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.b8K9Qd/_old  2014-07-31 21:51:11.000000000 +0200
+++ /var/tmp/diff_new_pack.b8K9Qd/_new  2014-07-31 21:51:11.000000000 +0200
@@ -1,3 +1,5 @@
 libtelepathy-qt5-0
+libtelepathy-qt5-farstream0
 telepathy-qt5-devel
+       requires "libtelepathy-qt5-farstream0-<targettype> = <version>"
        requires "libtelepathy-qt5-0-<targettype> = <version>"
\ No newline at end of file

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to