Hello community, here is the log from the commit of package tellico for openSUSE:Factory checked in at Thu May 12 11:13:33 CEST 2011.
-------- --- KDE/tellico/tellico.changes 2011-04-11 12:03:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/tellico/tellico.changes 2011-05-09 20:55:22.000000000 +0200 @@ -1,0 +2,11 @@ +Mon May 9 18:53:58 UTC 2011 - [email protected] + +- Spec file updates: + * Added libv4l-devel in BuildRequires: and enabled compilation with it + (support for using a webcam to scan barcodes). + * Removed bookcase Provides:/Obsoletes: (name change was done at 2004-09-20). + * Added suitable %post/%postun scripts for the mime file installed by the + package. + * Fixed locales removal if suse_version is not set. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tellico.spec ++++++ --- /var/tmp/diff_new_pack.vYv5VX/_old 2011-05-12 11:12:24.000000000 +0200 +++ /var/tmp/diff_new_pack.vYv5VX/_new 2011-05-12 11:12:24.000000000 +0200 @@ -19,7 +19,7 @@ Name: tellico Version: 2.3.3 -Release: 1 +Release: 2 Summary: A Collection Manager for KDE License: GPLv2+ @@ -38,15 +38,16 @@ BuildRequires: libpoppler-qt4-devel BuildRequires: libqimageblitz-devel BuildRequires: libqjson-devel +BuildRequires: libv4l-devel BuildRequires: libyaz-devel BuildRequires: taglib-devel %if 0%{?suse_version} BuildRequires: update-desktop-files %endif Requires: kdepim4-runtime +Requires(post): shared-mime-info +Requires(postun): shared-mime-info Recommends: %{name}-lang = %{version} -Provides: bookcase -Obsoletes: bookcase %kde4_pimlibs_requires %kde4_runtime_requires @@ -60,7 +61,7 @@ %setup -q %build -%cmake_kde4 -d build +%cmake_kde4 "-DENABLE_WEBCAM=true" -d build %make_jobs %install @@ -77,7 +78,7 @@ %kde_post_install -%if 0%{?suse_version} < 1120 +%if 0%{?suse_version} && 0%{?suse_version} < 1120 mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/sv/common mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/en/common mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/fr/common @@ -87,6 +88,12 @@ %fdupes -s %{buildroot} +%post +/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : + +%postun +/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : + %clean rm -rf %{buildroot} @@ -95,7 +102,7 @@ %doc AUTHORS COPYING ChangeLog README tellico.lsm %{_kde4_bindir}/tellico %{_kde4_applicationsdir}/tellico.desktop -%{_kde4_htmldir}/en/tellico/ +%doc %{_kde4_htmldir}/en/tellico/ %{_kde4_iconsdir}/hicolor/*/apps/tellico.png %{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-tellico.png %{_kde4_appsdir}/kconf_update/tellico* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
