Hello community,

here is the log from the commit of package intltool for openSUSE:Factory 
checked in at 2012-01-11 15:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intltool (Old)
 and      /work/SRC/openSUSE:Factory/.intltool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intltool", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/intltool/intltool.changes        2011-09-23 
02:03:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.intltool.new/intltool.changes   2012-01-11 
15:37:56.000000000 +0100
@@ -1,0 +2,22 @@
+Thu Jan  5 15:01:57 UTC 2012 - [email protected]
+
+- Fix Source to not use a non-existing URL.
+
+-------------------------------------------------------------------
+Thu Dec 22 09:59:40 UTC 2011 - [email protected]
+
+- Own %{_datadir}/aclocal to fix build without automake/autoconf.
+- Run "make check" in %check.
+
+-------------------------------------------------------------------
+Mon Oct 17 21:23:20 CEST 2011 - [email protected]
+
+- Update to version 0.50.0:
+  + Add support for gsettings gschema.xml files (lp#580526)
+  + Let xgettext extract Scheme strings out (lp#790574)
+  + Improve handling of quotes in 'intltool-update -m' (lp#806006)
+  + Messages are extracted in the order they appear in original
+    files now (lp#520986)
+  + Other bugs fixed: lp#398576, lp#613003, lp#639857, lp#860192.
+
+-------------------------------------------------------------------

Old:
----
  intltool-0.41.1.tar.bz2

New:
----
  intltool-0.50.0.tar.gz

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

Other differences:
------------------
++++++ intltool.spec ++++++
--- /var/tmp/diff_new_pack.dmlehg/_old  2012-01-11 15:37:57.000000000 +0100
+++ /var/tmp/diff_new_pack.dmlehg/_new  2012-01-11 15:37:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package intltool (Version 0.41.1)
+# spec file for package intltool
 #
-# Copyright (c) 2010 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,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           intltool
 BuildRequires:  perl-XML-Parser
 Summary:        Internationalization Tool Collection
-Version:        0.41.1
-Release:        1
+License:        GPL-2.0+
 Group:          Development/Tools/Other
+Version:        0.50.0
+Release:        0
 BuildArch:      noarch
 Requires:       gettext-tools
 Requires:       perl-XML-Parser
 Provides:       xml-i18n-tools
 Obsoletes:      xml-i18n-tools
-License:        GPLv2+
 Url:            https://edge.launchpad.net/intltool/
-Source:         
http://edge.launchpad.net/intltool/trunk/0.41.0/+download/%{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +43,9 @@
 %build
 %configure
 make %{?jobs:-j%jobs}
-#make check
+
+%check
+make check
 
 %install
 %makeinstall
@@ -58,9 +57,12 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING README TODO
 %defattr(-, root, root)
-%{_bindir}/*
-%{_datadir}/aclocal/*.m4
-%{_datadir}/%{name}
-%doc %{_mandir}/man8/*.*
+%{_bindir}/intltool-*
+%{_bindir}/intltoolize
+%dir %{_datadir}/aclocal
+%{_datadir}/aclocal/intltool.m4
+%{_datadir}/%{name}/
+%doc %{_mandir}/man8/intltool-*.8%{?ext_man}
+%doc %{_mandir}/man8/intltoolize.8%{?ext_man}
 
 %changelog

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

Reply via email to