Hello community,

here is the log from the commit of package libgexiv2 for openSUSE:Factory 
checked in at 2012-03-29 14:00:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgexiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.libgexiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgexiv2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes      2012-03-22 
12:35:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2012-03-29 
14:00:20.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Mar 28 11:39:41 UTC 2012 - [email protected]
+
+- Update to version 0.4.0:
+  + It's now possible (and advisable for multithreaded client
+    applications) to initialize the XMP-handling subsystem in a
+    thread-safe manner prior to encoding or decoding.
+- Rename libgexiv2-0 subpackage to libgexiv2-1, following upstream
+  soversion bump.
+
+-------------------------------------------------------------------

Old:
----
  libgexiv2-0.3.92.tar.bz2

New:
----
  libgexiv2-0.4.0.tar.bz2

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

Other differences:
------------------
++++++ libgexiv2.spec ++++++
--- /var/tmp/diff_new_pack.zMTbDu/_old  2012-03-29 14:00:21.000000000 +0200
+++ /var/tmp/diff_new_pack.zMTbDu/_new  2012-03-29 14:00:21.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           libgexiv2
-Version:        0.3.92
+Version:        0.4.0
 Release:        0
 Summary:        A GObject-based Exiv2 wrapper
 License:        GPL-2.0+
 Group:          System/Libraries
 Url:            http://yorba.org/shotwell/
-Source:         http://yorba.org/download/gexiv2/0.3/%{name}-%{version}.tar.bz2
+Source:         http://yorba.org/download/gexiv2/0.4/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 %if 0%{?suse_version} < 1140
 BuildRequires:  libexiv2-devel
@@ -38,18 +38,18 @@
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
 basic features of Exiv2 available to GNOME applications.
 
-%package -n libgexiv2-0
+%package -n libgexiv2-1
 Summary:        A GObject-based Exiv2 wrapper
 Group:          System/Libraries
 
-%description -n libgexiv2-0
+%description -n libgexiv2-1
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
 basic features of Exiv2 available to GNOME applications.
 
 %package devel
 Summary:        A GObject-based Exiv2 wrapper -- Development Files
 Group:          Development/Libraries/C and C++
-Requires:       libgexiv2-0 = %{version}
+Requires:       libgexiv2-1 = %{version}
 %if 0%{?suse_version} < 1140
 # This is really a hack: we'll get a Requires on pkgconfig(exiv2)
 # automatically, and libexiv2-devel doesn't provide this for now, so...
@@ -78,11 +78,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgexiv2-0 -p /sbin/ldconfig
+%post -n libgexiv2-1 -p /sbin/ldconfig
 
-%postun -n libgexiv2-0 -p /sbin/ldconfig
+%postun -n libgexiv2-1 -p /sbin/ldconfig
 
-%files -n libgexiv2-0
+%files -n libgexiv2-1
 %defattr(-,root,root)
 %doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
 %{_libdir}/libgexiv2.so.*

++++++ libgexiv2-0.3.92.tar.bz2 -> libgexiv2-0.4.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgexiv2-0.3.92/Makefile 
new/libgexiv2-0.4.0/Makefile
--- old/libgexiv2-0.3.92/Makefile       2012-03-20 20:09:54.000000000 +0100
+++ new/libgexiv2-0.4.0/Makefile        2012-03-27 22:15:28.000000000 +0200
@@ -1,5 +1,10 @@
 PKGNAME = gexiv2
-VERSION = 0.3.92
+VERSION = 0.4.0
+
+# This number must be edited whenever a change has been made that may affect 
libgexiv2's
+# external interface.  Please see 
http://sourceware.org/autobook/autobook/autobook_91.html
+# for the version numbering convention that should be used for this.
+VERSION_INFO = 1:0:0
 
 LIBRARY = lib$(PKGNAME)
 LIBRARY_BIN = $(LIBRARY).la
@@ -159,5 +164,5 @@
        libtool --mode=compile --tag=CC $(CXX) -c $(EXT_PKGS_CFLAGS) $(CFLAGS) 
-I. -o $@ $<
 
 $(LIBRARY_BIN): $(EXPANDED_OBJ_FILES)
-       libtool --mode=link --tag=CC $(CXX) -rpath $(PREFIX)/$(LIB) 
$(EXPANDED_LO_FILES) $(EXT_PKGS_LDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(LIBRARY_BIN)
+       libtool --mode=link --tag=CC $(CXX) -rpath $(PREFIX)/$(LIB) 
$(EXPANDED_LO_FILES) $(EXT_PKGS_LDFLAGS) $(CFLAGS) $(LDFLAGS) -version-info 
$(VERSION_INFO) -o $(LIBRARY_BIN)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgexiv2-0.3.92/NEWS new/libgexiv2-0.4.0/NEWS
--- old/libgexiv2-0.3.92/NEWS   2012-03-20 20:09:54.000000000 +0100
+++ new/libgexiv2-0.4.0/NEWS    2012-03-27 22:15:28.000000000 +0200
@@ -1,3 +1,10 @@
+gexiv2 0.4.0 - 27 March 2012
+----------------------------
+
+  * It's now possible (and advisable for multithreaded client applications) to 
initialize
+    the XMP-handling subsystem in a thread-safe manner prior to encoding or 
decoding.
+
+
 gexiv2 0.3.1 - 22 March 2011
 ----------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgexiv2-0.3.92/THANKS new/libgexiv2-0.4.0/THANKS
--- old/libgexiv2-0.3.92/THANKS 2012-03-20 20:09:54.000000000 +0100
+++ new/libgexiv2-0.4.0/THANKS  2012-03-27 22:15:28.000000000 +0200
@@ -4,4 +4,4 @@
 Dan Callaghan <[email protected]>
 Alexandre Rostovtsev <[email protected]>
 Ankur Sinha <[email protected]>
-
+Clint Rogers <[email protected]>

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

Reply via email to