Hello community,

here is the log from the commit of package libXcm for openSUSE:Factory checked 
in at 2012-04-12 09:38:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXcm (Old)
 and      /work/SRC/openSUSE:Factory/.libXcm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXcm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXcm/libXcm.changes    2011-10-16 
12:56:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libXcm.new/libXcm.changes       2012-04-12 
09:39:00.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Apr 03 12:00:01 UTC 2012 - Kai-Uwe Behrmann [email protected] - 0.5.0
+
+- use of autotools
+- switch to X Color Management spec from net-color spec.
+- some more features where added
+- all found bugs or fixed
+- details http://www.oyranos.org/2012/03/libxcm-0-5-0-released/
+- full ChangeLog 
http://www.oyranos.org/scm?p=xcolor.git;a=blobdiff;f=ChangeLog;h=b44ea8252a2039074ddcdbabbe8eea1fc44a12ca;hp=1198b093f724da40a6fa1aae264abd969a13609c;hb=2e1562482e2d8549db6111d401d5be7b55c5680c;hpb=68fe9706a48121eb68a1cce057a93e4235d28d7f
+
+-------------------------------------------------------------------
+Mon Apr 02 12:00:01 UTC 2012 - Kai-Uwe Behrmann [email protected] - 0.5.0
+
+- use final source package
+
+-------------------------------------------------------------------
+Mon Apr 02 12:00:00 UTC 2012 - Kai-Uwe Behrmann [email protected] - 0.5.0
+
+- fix download link
+
+-------------------------------------------------------------------
+Fri Mar 09 12:00:00 UTC 2012 - Kai-Uwe Behrmann [email protected] - 0.5.0
+
+- release 0.5.0
+
+-------------------------------------------------------------------

Old:
----
  libXcm-0.4.2.tar.bz2

New:
----
  libXcm-0.5.0.tar.bz2

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

Other differences:
------------------
++++++ libXcm.spec ++++++
--- /var/tmp/diff_new_pack.pEjHxr/_old  2012-04-12 09:39:02.000000000 +0200
+++ /var/tmp/diff_new_pack.pEjHxr/_new  2012-04-12 09:39:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXcm
 #
-# 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
@@ -16,16 +16,15 @@
 #
 
 
-Version:        0.4.2
+Version:        0.5.0
 Release:        1
-Source:         
http://downloads.sourceforge.net/projects/oyranos/libXcm/libXcm-0.4.x/libXcm-0.4.2.tar.bz2
-%define pixmapdir       /usr/share/pixmaps
-%define desktopdir      /usr/share/applications
+Source:         
http://sourceforge.net/projects/oyranos/files/libXcm/libXcm-0.5/libXcm-0.5.0.tar.bz2
 Summary:        X Color Management Library
 
 Name:           libXcm
 License:        MIT
 Group:          System/Libraries
+
 Url:            http://www.oyranos.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Prefix:         %{_prefix}
@@ -43,36 +42,33 @@
 %endif
 %if 0%{?fedora_version} > 0
 BuildRequires:  Mesa Mesa-devel gcc-c++ libXfixes-devel libXmu-devel xdg-utils 
xorg-x11-Mesa-devel xorg-x11-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
-
 %endif
 %if 0%{?debian_version} > 0
 BuildRequires:  gcc-c++ pkgconfig xdg-utils xorg-x11 xorg-x11-Mesa-devel 
xorg-x11-devel
 %endif
 
 %package      -n %{name}0
-
 Summary:        X Color Management Library
 Group:          Development/Libraries/Other
 
 %package      devel
-
 Summary:        Headers, Configuration and static Libs + Documentation
 Group:          Development/Libraries/Other
 Requires:       %{name}0 = %{version}
 
 %description
 The libXcm library is colour management helper for Xorg. It contains a 
-reference implementation of the net-color spec.
+reference implementation of the X Color Management specification.
 It allows to attach colour regions to X windows to communicate with colour
 servers. A EDID parser and a observer tool are included.
 
 %description -n %{name}0
-The libXcm library is a reference implementation of the net-color spec.
+The libXcm library is a reference implementation of the X Color Management 
specification.
 It allows to attach colour regions to X windows to communicate with colour
 servers. A EDID parser and a colour management event observer are included.
 
 %description devel
-The libXcm library is a reference implementation of the net-color spec.
+The libXcm library is a reference implementation of the X Color Management 
specification.
 It allows to attach colour regions to X windows to communicate with colour
 servers. A EDID parser and a colour management event observer are included.
 The package contains headers and other development files.
@@ -91,7 +87,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install-main
+make DESTDIR=%{buildroot} install
 
 #Remove installed doc
 rm -fr %{buildroot}/%{_datadir}/doc/%{name}
@@ -110,8 +106,9 @@
 %files devel
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog README
-%doc docs/net-color-spec
+%doc docs/X_Color_Management.txt
 %{_libdir}/%{name}.so
+%{_libdir}/%{name}.la
 %dir %{_includedir}/X11/Xcm
 %{_includedir}/X11/Xcm/*.h
 %{_libdir}/pkgconfig/xcm.pc

++++++ libXcm-0.4.2.tar.bz2 -> libXcm-0.5.0.tar.bz2 ++++++
++++ 45552 lines of diff (skipped)

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

Reply via email to