Hello community, here is the log from the commit of package libosinfo for openSUSE:Factory checked in at 2012-12-14 09:39:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libosinfo (Old) and /work/SRC/openSUSE:Factory/.libosinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libosinfo", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libosinfo/libosinfo.changes 2012-10-16 12:00:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libosinfo.new/libosinfo.changes 2012-12-14 09:39:18.000000000 +0100 @@ -1,0 +2,20 @@ +Tue Dec 11 09:11:41 UTC 2012 - [email protected] + +- Update to version 0.2.2: + + Loads of improvements and fixes to installer APIs and scripts. + + Add API for information on downloadable device drivers. + + Add/improve data on: RHEL, Windows 7, Windows 8, Windows XP. + + Enable translations for many (potential) user-visible strings. + + Correct default value for OsinfoMedia::installer-reboots. + + Register enum types with gobject type system. + + Add enum param getter/setter helpers. + + OsinfoList is now instantiable and all its subclasses has been + deprecated. + + Various other fixes and improvements. +- Add intltool BuildRequires: needed for changes in the build + system for translations. +- Add translation-related packaging machinery (lang subpackage, and + Recommends for it in the main subpackage), but keep it disabled + with a %{with_lang} macro for now as there is no translation yet. + +------------------------------------------------------------------- Old: ---- libosinfo-0.2.1.tar.gz New: ---- libosinfo-0.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libosinfo.spec ++++++ --- /var/tmp/diff_new_pack.wqIAaq/_old 2012-12-14 09:39:20.000000000 +0100 +++ /var/tmp/diff_new_pack.wqIAaq/_new 2012-12-14 09:39:20.000000000 +0100 @@ -17,14 +17,17 @@ # +%define with_lang 0 + Name: libosinfo -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Manage information about operating systems and hypervisors License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries Url: https://fedorahosted.org/libosinfo Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz +BuildRequires: intltool BuildRequires: libtool BuildRequires: vala BuildRequires: pkgconfig(check) @@ -35,6 +38,9 @@ BuildRequires: pkgconfig(libsoup-gnome-2.4) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt) >= 1.0.0 +%if %{with_lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -80,6 +86,9 @@ deploying an operating system on a hypervisor. Via the magic of GObject Introspection, the API is available in all common programming languages. +%if %{with_lang} +%lang_package +%endif %prep %setup -q @@ -90,6 +99,9 @@ %install %make_install find %{buildroot} -type f -name "*.la" -delete -print +%if %{with_lang} +%find_lang %{name} %{?no_lang_C} +%endif %post -n libosinfo-1_0-0 -p /sbin/ldconfig @@ -127,4 +139,8 @@ %dir %{_datadir}/vala/vapi/ %{_datadir}/vala/vapi/libosinfo-1.0.vapi +%if %{with_lang} +%files lang -f %{name}.lang +%endif + %changelog ++++++ libosinfo-0.2.1.tar.gz -> libosinfo-0.2.2.tar.gz ++++++ ++++ 34547 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
