Hello community,

here is the log from the commit of package exempi for openSUSE:Factory checked 
in at 2012-02-24 12:04:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exempi (Old)
 and      /work/SRC/openSUSE:Factory/.exempi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exempi", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exempi/exempi.changes    2011-10-03 
09:17:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.exempi.new/exempi.changes       2012-02-24 
12:04:18.000000000 +0100
@@ -1,0 +2,31 @@
+Thu Feb 23 17:09:03 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.2.0:
+  + New 'exempi' command line tool.
+  + Upgrade XMPCore to Adobe XMP 5.1.2
+    - Quicktime support now works without Quicktime.
+    - Reconciliation with ID3v2.
+    - "Blessed" 64-bits support (we already had it in exempi).
+    - Slight change in the way XMP are written for MWG compliance.
+    - Fixed a serious bug with RIFF.
+    - Change in the way local text encoding is dealt with.
+    - Alternative languages behave slightly differently by changing
+      how the default language property is managed.
+    - Probably a bunch of bugs fixed that I don't know about.
+  + Update unit tests.
+    - Refactor the fixtures.
+  + Use automake silent rules instead of shave. (build only)
+  + "make dist" generate a bzip2 archive as well. (build only)
+  + Remove some obsolete warning flags. (build only)
+  + Build xmpcommandtool
+  + Several new APIs.
+  + Bug fixes: fdo#37747.
+- Drop exempi-no-shave.patch: shave is not used upstream anymore.
+- Drop libtool BuildRequires, autoreconf call and
+  --disable-silent-rules that were used because of patch above.
+- Create a tools subpackage for new exempi command line tool.
+- Change group of libexempi3 from "Development/Libraries/C and C++"
+  to System/Libraries.
+- Use V=1 during the build to get a verbose build.
+
+-------------------------------------------------------------------

Old:
----
  exempi-2.1.1.tar.gz
  exempi-no-shave.patch

New:
----
  exempi-2.2.0.tar.bz2

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

Other differences:
------------------
++++++ exempi.spec ++++++
--- /var/tmp/diff_new_pack.hyXPcI/_old  2012-02-24 12:04:20.000000000 +0100
+++ /var/tmp/diff_new_pack.hyXPcI/_new  2012-02-24 12:04:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exempi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,57 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           exempi
 Url:            http://libopenraw.freedesktop.org/wiki/Exempi
-Version:        2.1.1
-Release:        14
+Version:        2.2.0
+Release:        0
 BuildRequires:  boost-devel >= 1.33.0
 BuildRequires:  gcc-c++
 BuildRequires:  libexpat-devel
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 Summary:        XMP support library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Source0:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
+Source0:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch0:         exempi-no-shave.patch
 %define debug_package_requires libexempi3 = %{version}
 
 %description
 XMP parsing and IO library
 
 %package -n libexempi3
-License:        BSD-3-Clause
 Summary:        XMP support library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n libexempi3
 XMP parsing and IO library
 
+%package tools
+Summary:        XMP support library -- Tools
+Group:          Productivity/Graphics/Other
+
+%description tools
+XMP parsing and IO library
+
 %package -n libexempi-devel
-License:        BSD-3-Clause
 Summary:        XMP support library
+Group:          Development/Libraries/C and C++
 Requires:       libexempi3 = %{version} 
 Requires:       glibc-devel
-Group:          Development/Libraries/C and C++
 
 %description -n libexempi-devel
 XMP parsing and IO library
 
 %prep
 %setup -q
-%patch0
 
 %build
-autoreconf -fiv
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%configure --disable-silent-rules --disable-static
-%__make %{?jobs:-j%jobs}
+%configure --disable-static
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
@@ -86,6 +85,11 @@
 %doc README COPYING ChangeLog
 %{_libdir}/lib*.so.*
 
+%files tools
+%defattr(-,root,root)
+%doc README COPYING ChangeLog
+%{_bindir}/exempi
+
 %files -n libexempi-devel
 %defattr(-,root,root)
 %doc README COPYING ChangeLog

++++++ exempi-2.1.1.tar.gz -> exempi-2.2.0.tar.bz2 ++++++
++++ 92541 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to