Hello community,

here is the log from the commit of package libjreen for openSUSE:Factory 
checked in at 2017-02-16 16:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libjreen (Old)
 and      /work/SRC/openSUSE:Factory/.libjreen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libjreen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libjreen/libjreen.changes        2014-08-13 
17:08:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libjreen.new/libjreen.changes   2017-02-16 
16:49:48.417451560 +0100
@@ -1,0 +2,19 @@
+Sun Feb  5 16:05:37 UTC 2017 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use
+- Update descriptions and RPM group
+
+-------------------------------------------------------------------
+Mon Nov 16 19:23:15 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 1.2.1
+  * No upstream changelog
+
+-------------------------------------------------------------------
+Wed Oct 22 19:39:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.2.0
+  * No upstream changelog
+- Drop update-to-latest-git-fixes.patch, merged upstream
+
+-------------------------------------------------------------------

Old:
----
  libjreen-1.1.1.tar.bz2
  update-to-latest-git-fixes.patch

New:
----
  jreen-1.2.1.tar.gz

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

Other differences:
------------------
++++++ libjreen.spec ++++++
--- /var/tmp/diff_new_pack.s1gH5U/_old  2017-02-16 16:49:48.849390228 +0100
+++ /var/tmp/diff_new_pack.s1gH5U/_new  2017-02-16 16:49:48.853389660 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libjreen
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
-%define soname 1
+%define sover 1
 
 Name:           libjreen
-Version:        1.1.1
+Version:        1.2.1
 Release:        0
-Summary:        Qt Jabber/XMPP library
+Summary:        Qt-based Jabber/XMPP library
 License:        GPL-2.0+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://github.com/euroelessar/jreen
-Source:         libjreen-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM update-to-latest-git-fixes.patch -- fixed compile with 
latest CMake
-Patch0:         update-to-latest-git-fixes.patch
+Source:         jreen-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libgsasl-devel
@@ -36,28 +34,30 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Qt Jabber/XMPP extensible library.
+Jreen is an extensible Qt-based asynchronious Jabber library.
 
-%package -n libjreen%{soname}
-Summary:        Qt Jabber/XMPP library
+%package -n libjreen%{sover}
+Summary:        Qt-based Jabber/XMPP library
 Group:          System/Libraries
 
-%description -n libjreen%{soname}
-Qt Jabber/XMPP extensible library.
+%description -n libjreen%{sover}
+Jreen is an extensible Qt-based asynchronious Jabber library.
 
 %package -n libjreen-devel
-Summary:        Qt Jabber/XMPP library
+Summary:        Development files for libjreen, a Qt-based Jabber/XMPP library
 Group:          Development/Libraries/C and C++
-Requires:       libjreen%{soname} = %{version}
+Requires:       libjreen%{sover} = %{version}
 Requires:       libqt4-devel
 Provides:       jreen-devel = %{version}
 
 %description -n libjreen-devel
-Qt Jabber/XMPP extensible library.
+Jreen is an extensible Qt-based asynchronious Jabber library.
+
+This subpackage contains libraries and header files for developing
+applications that want to make use of libjreen.
 
 %prep
-%setup -q -n libjreen-%{version}
-%patch0 -p1
+%setup -q -n jreen-%{version}
 
 %build
 %cmake_kde4 -d build -- -DJREEN_FORCE_QT4=ON
@@ -66,19 +66,19 @@
 %install
 %kde4_makeinstall -C build
 
-%post   -n libjreen%{soname} -p /sbin/ldconfig
+%post   -n libjreen%{sover} -p /sbin/ldconfig
 
-%postun -n libjreen%{soname} -p /sbin/ldconfig
+%postun -n libjreen%{sover} -p /sbin/ldconfig
 
-%files -n libjreen%{soname}
+%files -n libjreen%{sover}
 %defattr(-,root,root)
-%doc AUTHORS  ChangeLog COPYING  README
-%{_libdir}/libjreen.so.%{soname}
-%{_libdir}/libjreen.so.%{soname}.*
+%doc AUTHORS  ChangeLog COPYING
+%{_libdir}/libjreen.so.%{sover}
+%{_libdir}/libjreen.so.%{sover}.*
 
 %files -n libjreen-devel
 %defattr(-,root,root)
-%{_includedir}/jreen
+%{_includedir}/jreen-qt4/
 %{_libdir}/libjreen.so
 %{_libdir}/pkgconfig/libjreen.pc
 


Reply via email to