Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-10-12 10:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
        2015-10-01 09:28:49.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-10-12 10:01:15.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Oct 11 06:46:46 UTC 2015 - [email protected]
+
+- buildrequire pango-tools explicitly
+
+-------------------------------------------------------------------
+Wed Oct  7 08:41:44 UTC 2015 - [email protected]
+
+- Let the top-level README be only a pointer.
+- Removed leftover file; see doc/README.md doc/files.md
+- Try to display docs both on GitHub and ReadTheDocs
+- 14.198
+
+-------------------------------------------------------------------

Old:
----
  installation-images-14.197.tar.xz

New:
----
  installation-images-14.198.tar.xz

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

Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.D6T55t/_old  2015-10-12 10:01:16.000000000 +0200
+++ /var/tmp/diff_new_pack.D6T55t/_new  2015-10-12 10:01:16.000000000 +0200
@@ -177,6 +177,7 @@
 BuildRequires:  openslp-server
 BuildRequires:  openssh
 BuildRequires:  pango
+BuildRequires:  pango-tools
 BuildRequires:  parted
 BuildRequires:  pciutils
 BuildRequires:  pciutils-ids
@@ -377,7 +378,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.197
+Version:        14.198
 Release:        0
 Provides:       installation-images = %version-%release
 Source:         installation-images-%{version}.tar.xz

++++++ installation-images-14.197.tar.xz -> installation-images-14.198.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/README 
new/installation-images-14.198/README
--- old/installation-images-14.197/README       2015-09-29 11:15:05.000000000 
+0200
+++ new/installation-images-14.198/README       1970-01-01 01:00:00.000000000 
+0100
@@ -1,238 +0,0 @@
-1. Overview
-===========
-
-To build a new image, you have to:
-
- - be root
- - put the installation-images directory on a *local* file system (ie. not NFS)
-
-Then you can run 'make' to build all parts.
-
-The images are stored in the 'image' directory, the contents of the images
-is in the 'tmp' directory.
-
-'make install' will gather the images an put them into the 'instsys' dir.
-
-For testing purposes there is a make target 'cd1' that builds a complete
-tree as it's used on our media.
-
-
-2. Format of *.file_list files
-==============================
-
-o Lines starting with '#' are comments, empty lines are ignored.
-
-    example:
-
-    # some comment
-
-o You can include other files:
-
-    include FILE
-
-    FILE is relative to the data/*/ tree.
-
-o   if/elsif/else/endif
-
-  - if EXPRESSION
-
-    EXPRESSION is more or less a valid perl expression except that
-    variables don't have a starting '$' and are implicitly environment
-    variables. The only exceptions to this are 'abuild' and 'arch'.
-
-    Also, you can use 'exists(PACKAGE)' to test for a specific package.
-
-    example:
-
-    if arch eq 'ppc' && theme eq 'SLES'
-    # ...
-    elsif arch eq 'sparc'
-    # ...
-    else
-    # ...
-    endif 
-
-o PACKAGE_NAME: [ignore|nodeps|requires]
-
-  Unpack the selected package into a temporary directory.
-
-  You can add tags (comma-separated) after the colon. The following tags
-  are supported:
-    - requires: create a file PACKAGE_NAME.requires in the image root
-    - nodeps: ignore package dependencies when solving
-    - ignore: ignore package ('BuildIgnore')
-
-  PACKAGE_NAME may be empty which can be used to tell the parser that
-  subsequent lines do not belong to any package.
-
-  PACKAGE_NAME can contain '*'s. In that case the latest package version
-  is used. If PACKAGE_NAME ends in '~' the last but one version is used.
-
-  If PACKAGE_NAME starts with a '?', the package is optional.
-  This is a handy shortcut if you'd otherwise use an 'if' with exists().
-
-  Examples:
-  
-    ?grub:
-    glibc:
-    systemd: ignore
-
-o <action> <arg1> <arg2> ...
-
-  Do the specified action. <action> is one of these:
-
-  - add the file/directory tree to the image:
-
-      <args>
-    ^ there's a space!
-
-  - add a file/directory with a different name
-
-    m <old_name> <new_name>
-
-  - same as 'm', but link files
-
-    L <old_name> <new_name>
-
-  - same as 'm', but follows symlinks
-
-    a <old_name> <new_name>
-
-  - add optional files (e.g. some modules in initrd)
-
-    M <old_name> <new_name>
-
-  - add and gunzip files
-
-    g <src> <dst>
-
-  - remove a file/directory tree
-
-    r <args>
-
-  - create directories:
-
-    d <args>
-
-  - create a namped pipe:
-
-    n <name>
-
-  - touch a file
-
-    t <args>
-
-  - strip
-
-    S <args>
-
-  - hard link (<args> as for the ln command)
-
-    l <args>
-
-  - symlink
-
-    s <args>
-
-  - apply a patch from the data/*/ tree
-    (The patch *must not* contain absolute path names!)
-
-    p <patch>
-
-  - chown/chmod files
-
-    c <perm> <owner> <group> <args>
-
-  - make block device
-
-    b <major> <minor> <name>
-
-  - make char device
-
-    C <major> <minor> <name>
-
-  - add some extra files (That is, add files not from packages but from
-    the data/*/ directory.)
-
-    x <src> <dst>
-
-  - append <src> to <dst>; <src> is from the data/*/ directory.
-
-    A <src> <dst>
-
-  - execute a program/rpm-script
-    <program/script> is run from within the 'base' environment. $PWD will
-    be at the root of the filesystem which is currently built
-
-    e <program> <arg1> <arg2> ...
-    e <script>
-
-  - execute a program/rpm-script (with chroot)
-    <program/script> is run within a chroot env. <script> must be one of the
-    scripts given after the package name
-
-    E <program> <arg1> <arg2> ...
-    E <script>
-
-  - apply a perl regexp in a sed-like fashion to a file, <regexp> may contain
-    white space but not <file>
-
-    R <regexp> <file>
-
-    Note: if the this is a multi line regexp (ends with /s) it is applied to
-    the whole file. Else the regexp is applied to each line.
-
-  - search for a file <name> below <dir> and copy it to <dst>
-    (<dst> may be omitted)
-
-    f <dir> <name> <dst>
-
-  - search for a file <name> (in the local system!) below <dir> and copy it
-    to <dst> (<dst> may be omitted)
-
-    F <dir> <name> <dst>
-
-  - add files from the local system (This should be used only for
-    testing!)
-
-    X <src> <dst>
-
-  - allow dangling symlink
-    Sometimes a symlink is ok because it points to a different image which
-    can't be verified automatically.
-
-    D <from> <to>
-
-
-Extensions:
-
-  - You can specify templates that are applied to groups of packages
-    automatically unless there is already some other valid entry for that
-    package. E.g.
-
-  TEMPLATE rubygem-.*:
-    /usr/*/ruby/gems/*/gems/*/lib
-    /usr/*/ruby/gems/*/specifications
-
-    The argument after TEMPLATE is a perl regexp matched agaist package names. 
If
-    the regexp is empty the TEMPLATE matches every package. This can be used
-    to formulate a default action for packages. E.g.
-
-    TEMPLATE:
-      /
-
-    The package is matched against all templates in the order they appear in
-    the file list and the first match is used.
-
-    Note that the template should contain some action (it should not be
-    empty) because otherwise the matching will continue. If you don't need
-    any action use something inconspicuous, e.g. 'd .'.
-
-  AUTODEPS:
-
-  - You can resolve dependencies and add the missing packages with the
-    AUTODEPS placeholder. The solver is run only if there is an AUTODEPS entry
-    somewhere.
-    Note: if you don't specify any actions in AUTODEPS, templates are appied to
-    each individual package. E.g.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/README.md 
new/installation-images-14.198/README.md
--- old/installation-images-14.197/README.md    2015-09-29 11:15:05.000000000 
+0200
+++ new/installation-images-14.198/README.md    2015-10-07 10:37:14.000000000 
+0200
@@ -8,13 +8,3 @@
 Further information can be found in the [included 
documentation](doc/README.md),
 easily browsable online at
 [ReadTheDocs.org](http://installation-images.readthedocs.org/).
-
-## openSUSE Development
-
-The package is automatically submitted from the `master` branch to
-[system:install:head](https://build.opensuse.org/package/show/system:install:head/installation-images)
-OBS project. From that place it is forwarded to
-[openSUSE Factory](https://build.opensuse.org/project/show/openSUSE:Factory).
-
-You can find more information about this workflow in the [linuxrc-devtools
-documentation](https://github.com/openSUSE/linuxrc-devtools#opensuse-development).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/VERSION 
new/installation-images-14.198/VERSION
--- old/installation-images-14.197/VERSION      2015-09-29 11:15:05.000000000 
+0200
+++ new/installation-images-14.198/VERSION      2015-10-07 10:37:14.000000000 
+0200
@@ -1 +1 @@
-14.197
+14.198
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/changelog 
new/installation-images-14.198/changelog
--- old/installation-images-14.197/changelog    2015-09-29 11:15:05.000000000 
+0200
+++ new/installation-images-14.198/changelog    2015-10-07 10:37:14.000000000 
+0200
@@ -1,3 +1,8 @@
+2015-10-06:    14.198
+       - Let the top-level README be only a pointer.
+       - Removed leftover file; see doc/README.md doc/files.md
+       - Try to display docs both on GitHub and ReadTheDocs
+
 2015-09-28:    14.197
        - Add link to linux-devtools documentation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/doc/README.md 
new/installation-images-14.198/doc/README.md
--- old/installation-images-14.197/doc/README.md        2015-09-29 
11:15:05.000000000 +0200
+++ new/installation-images-14.198/doc/README.md        2015-10-07 
10:37:14.000000000 +0200
@@ -41,6 +41,9 @@
 * Branch ```sle12``` SUSE Enterprise 12.
 * Branch ```master``` Factory and SUSE Enterprise 12 SP1.
 
+You can find more information about this workflow in the [linuxrc-devtools
+documentation](https://github.com/openSUSE/linuxrc-devtools#opensuse-development).
+
 ## Anatomy of the images
 
 After a successful execution of ```make``` the directory ```images/``` will
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/doc/index.md 
new/installation-images-14.198/doc/index.md
--- old/installation-images-14.197/doc/index.md 1970-01-01 01:00:00.000000000 
+0100
+++ new/installation-images-14.198/doc/index.md 2015-10-12 10:01:16.000000000 
+0200
@@ -0,0 +1 @@
+symbolic link to README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.197/mkdocs.yml 
new/installation-images-14.198/mkdocs.yml
--- old/installation-images-14.197/mkdocs.yml   1970-01-01 01:00:00.000000000 
+0100
+++ new/installation-images-14.198/mkdocs.yml   2015-10-07 10:37:14.000000000 
+0200
@@ -0,0 +1,6 @@
+# http://www.mkdocs.org/ is used to render
+# http://installation-images.readthedocs.org/
+#
+# Run 'mkdocs serve' to view it locally.
+site_name: (open)SUSE installation images
+docs_dir: doc


Reply via email to