Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-10-20 10:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-snapper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes      
2013-09-13 14:45:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-10-20 10:56:21.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Oct 15 16:04:11 CEST 2013 - [email protected]
+
+- require the version of libsnapper used during build (bnc#845618) 
+- 3.1.1
+
+-------------------------------------------------------------------
+Thu Sep 19 17:10:43 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-snapper-3.0.1.tar.bz2

New:
----
  yast2-snapper-3.1.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-snapper.spec ++++++
--- /var/tmp/diff_new_pack.ozJ2I1/_old  2013-10-20 10:56:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ozJ2I1/_new  2013-10-20 10:56:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,63 +17,55 @@
 
 
 Name:           yast2-snapper
-Version:        3.0.1
+Version:        3.1.1
 Release:        0
-Group:         System/YaST
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-snapper-%{version}.tar.bz2
-
+Source0:        %{name}-%{version}.tar.bz2
 
-Requires:      yast2 >= 2.21.22
-License:        GPL-2.0
-BuildRequires: update-desktop-files yast2 yast2-devtools yast2-testsuite 
libbtrfs-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libbtrfs-devel
 BuildRequires: libsnapper-devel >= 0.0.11
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires: yast2-core-devel >= 2.23.1
-BuildRequires: libtool doxygen gcc-c++ perl-XML-Writer
+BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-testsuite
 
+Requires:       yast2 >= 2.21.22
 Requires:       yast2-ruby-bindings >= 1.0.0
 
+# require the version of libsnapper used during build (bnc#845618)
+%requires_eq libsnapper2
+
 Summary:       YaST - file system snapshots review
+License:        GPL-2.0
+Group:          System/YaST
 
 %description
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/snapper
-/usr/share/YaST2/include/snapper/*
-/usr/share/YaST2/clients/snapper.rb
-/usr/share/YaST2/modules/Snapper.*
-%{_prefix}/share/applications/YaST2/snapper.desktop
-/usr/share/YaST2/scrconf/*.scr
-%{_libdir}/YaST2/plugin/libpy2ag_snapper*
-%doc %{_prefix}/share/doc/packages/yast2-snapper
+%dir %{yast_yncludedir}/snapper
+%{yast_yncludedir}/snapper/*
+%{yast_clientdir}/snapper.rb
+%{yast_moduledir}/Snapper.*
+%{yast_desktopdir}/snapper.desktop
+%{yast_scrconfdir}/*.scr
+%{yast_plugindir}/libpy2ag_snapper*
+%doc %{yast_docdir}
+
+%changelog

++++++ yast2-snapper-3.0.1.tar.bz2 -> yast2-snapper-3.1.1.tar.bz2 ++++++
++++ 51050 lines of diff (skipped)

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

Reply via email to